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


バッファローカルな変数

以下は、各バッファにおいて、自動的にバッファローカルになる Emacsの汎用目的の変数一覧です。 ほとんどのものは、設定したときにだけバッファローカルになります。 これらのごく少数は、各バッファでつねにローカルになります。 多くのLispパッケージで内部使用向けにこのような変数を定義しますが、 それらすべてをここに示すことはしていません。

abbrev-mode
see section 略語と略語の展開
auto-fill-function
see section 自動詰め込み(auto-filling)モード
buffer-auto-save-file-name
see section 自動保存
buffer-backed-up
see section バックアップファイル
buffer-display-count
see section ウィンドウへのバッファの表示
buffer-display-table
see section 表示テーブル
buffer-file-format
see section ファイル書式変換
buffer-file-name
see section バッファファイル名
buffer-file-number
see section バッファファイル名
buffer-file-truename
see section バッファファイル名
buffer-file-type
see section MS-DOSのファイル型
buffer-invisibility-spec
see section 不可視なテキスト
buffer-offer-save
see section バッファの保存
buffer-read-only
see section 読み出し専用バッファ
buffer-saved-size
see section ポイント
buffer-undo-list
see section アンドゥ
cache-long-line-scans
see section テキスト行単位の移動
case-fold-search
see section 探索と大文字小文字
ctl-arrow
see section 通常の画面表示慣習
comment-column
see section `コメントの操作' in GNU Emacs マニュアル
default-directory
see section オペレーティングシステム環境
defun-prompt-regexp
see section 式単位の移動
enable-multibyte-characters
see section 非ASCII文字
fill-column
see section 自動詰め込み(auto-filling)モード
goal-column
see section `ポイント位置を移動する' in GNU Emacs マニュアル
left-margin
see section 字下げ
local-abbrev-table
see section 略語と略語の展開
local-write-file-hooks
see section バッファの保存
major-mode
see section メジャーモードに関するヘルプ
mark-active
see section マーク
mark-ring
see section マーク
minor-modes
see section マイナモード
mode-line-buffer-identification
see section モード行に使われる変数
mode-line-format
see section モード行のデータ構造
mode-line-modified
see section モード行に使われる変数
mode-line-process
see section モード行に使われる変数
mode-name
see section モード行に使われる変数
overwrite-mode
see section テキストの挿入
paragraph-separate
see section 編集に用いられる標準的な正規表現
paragraph-start
see section 編集に用いられる標準的な正規表現
point-before-scroll
マウスコマンドとスクロールコマンドの通信に使う。
require-final-newline
see section テキストの挿入
selective-display
see section 選択表示
selective-display-ellipses
see section 選択表示
tab-width
see section 通常の画面表示慣習
truncate-lines
see section 表示の切り詰め
vc-mode
see section モード行に使われる変数


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