Search code examples
emacsgedit

find column number in a line using emacs


I am working on a file which has very long line.
I am getting the error as :

ValueError: Expecting , delimiter: line 1 column 91115 (char 91115)

I want to find that but gedit stucks because of huge line.
using emacs I can view the line number.
but. how can I view the column number of line from emacs?


Solution

  • M-x column-number-mode

    Bla bla bla, because the answer is not long enough for the system ;-).