Go to the first, previous, next, last section, table of contents.

Emacs Lisp のコードを実行するにはどうしたらよいのでしょうか?

Emacs Lisp の "式" を実行する (正確には "評価する" という) には いくつかの方法があります:

次の関数を使っても Lisp 式を評価することができます:

  load-library, eval-region, eval-current-buffer, require, autoload

Go to the first, previous, next, last section, table of contents.