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-f91115文字で前方のポイントをヒットすることができます。
C-u 91115 C-f