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.
時々、Emacsはバッファ内の位置を記憶するというこの厄介な振る舞いを開発します。バッファを離れて戻ると、ポイントは自動的に同じ位置に戻ります。
私はおそらくそれを意識せずにいくつかのランダムなコマンドをヒットしましたが、これが何であるか、そしてどうすればそれを止めることができるか誰かが知っていますか?
そんな時に便利なのがsaveplaceだと思います。構成ファイルに次の S-exp を追加します。
(load "saveplace") (setq-default save-place t)
関連項目
http://www.emacswiki.org/emacs/SavePlace