Ask Your Question
2

What is the method to find the position of the cursor in emacs?

asked 2021-10-08 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-26 13:00:00 +0000

lakamha gravatar image

In Emacs, you can find the position of the cursor (also known as the point) by looking at the bottom of the screen or in the mode line. The cursor position is displayed in two formats:

  1. Absolute position: This shows the exact position of the cursor in the buffer or file. To view the absolute position, look at the bottom-left corner of the screen, where the mode line displays the current buffer and line number. The cursor position is shown in the form of "(line, column)".

  2. Relative position: This shows the position of the cursor relative to some reference point. To view the relative position, look at the bottom-right corner of the screen, where the mode line displays information about the current buffer and cursor position. The cursor position is shown in the form of "column / total columns", where "column" is the current column number and "total columns" is the total number of columns in the buffer or file.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-08 11:00:00 +0000

Seen: 15 times

Last updated: Jun 26 '22