Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个行很长的文件。 我收到错误消息:
ValueError: Expecting , delimiter: line 1 column 91115 (char 91115)
我想找到那个,但是 gedit 因为大线而卡住了。 使用emacs我可以查看行号。 但。如何从emacs查看行号?
M-x column-number-mode
Bla bla bla,因为系统的答案不够长;-)。
如果您想转到该列,则可以移动到该行的开头,然后C-u 91115 C-f按 91115 个字符点击哪个前锋点。
C-u 91115 C-f