M-x list-optionsは,Emacsのバッファ`*List Options*'にすべて のEmacsオプション変数のリストを表示します.Emacsオプションには,その説明 と現在の値が合わせて表示されます.以下にその一部を示します.
;; exec-path: ("." "/usr/local/bin" "/usr/ucb" "/bin" "/usr/bin" "/u2/emacs/etc") *List of directories to search programs to run in subprocesses. Each element is a string (directory name) or nil (try the default directory). ;; ;; fill-column: 75 *Column beyond which automatic line-wrapping should happen. Automatically becomes local when set in any fashion. ;;
M-x edit-optionsは,さらに`*List Options*'バッファを選択し ます.このバッファの主モードはOptionsモードで,オプションをポイントで指 定してその値を変えるコマンドが提供されます.
nil
ならt
,
t
ならnil
にします.
t
を設定します.
nil
を設定します.