次:
Abbrevs
, 前:
Programs
, 上:
Top
21 プログラムのコンパイルとテスト
前章ではプログラムの変更に便利なEmacsコマンドを説明しました。 本章ではプログラムの大規模な開発や保守を助けるコマンドを説明します。
Compilation
: Compiling programs in languages other than Lisp (C, Pascal, etc.).
Grep Searching
: Running grep as if it were a compiler.
Compilation Mode
: The mode for visiting compiler errors.
Compilation Shell
: Customizing your shell properly for use in the compilation buffer.
Debuggers
: Running symbolic debuggers for non-Lisp programs.
Executing Lisp
: Various modes for editing Lisp programs, with different facilities for running the Lisp programs.
Libraries
: Creating Lisp programs to run in Emacs.
Interaction
: Executing Lisp in an Emacs buffer.
Eval
: Executing a single Lisp expression in Emacs.
External Lisp
: Communicating through Emacs with a separate Lisp.