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.
ポイントを行末に移動(または段落にマーク)してから評価する関数が欲しいのですが。私はこれを機能させましたが、クリーンなCxCeのような優れたエラー処理はありません。これを簡単にプログラムする方法はありますか?
単純な定義の何が問題になっていますか?
(defun my-eval-last-sexp (arg) (interactive "P") (move-end-of-line 1) (eval-last-sexp arg))