検索エンジンから来た人に注意

このマニュアルは、Emacs ver. 19.x 向けのマニュアルを Mule 2.x の開発にあたり邦訳したものを、 電脳外道学会がミラーリングしているものであり、旧版製品パラノイアであるところの椅子人の趣味によるものです。

しかしながら、現在の Emacs の主流は ver. 20 以降であり、ver 19.x と ver 20.x とでは、仕様の違いが少なからずあります。

したがって、一般的な Emacs ユーザーにとっては、 このマニュアルと実機の動作とが符合しない場合があります。
特に、公開用の Emacs Lisp コードを書こうとする人は、 新バージョンのマニュアル(英語)を参照することを強くおすすめします。


トップページ&リンク | マニュアルの目次 | 検索
Go to the first, previous, next, last section, table of contents.


バッファ・ローカル変数

ここにあげるのはバッファごとに自動的にローカル変数として定義される 汎用のEmacs変数の一覧です。多くのLispパッケージでは内部で 使用するためにローカル変数を定義しますが、ここではそれらの変数については 列挙しません。

abbrev-mode
see section 省略形とその展開
auto-fill-function
see section 自動的行詰め
buffer-auto-save-file-name
see section 自動セーブ
buffer-backed-up
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 ファイルとMSDOS
buffer-invisibility-spec
see section 不可視テキスト(invisible text)
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 `Comments' in The GNU Emacs Manual
default-directory
see section OS環境
defun-prompt-regexp
see section 釣り合った式をまたがる移動
fill-column
see section 自動的行詰め
goal-column
see section `Moving Point' in The GNU Emacs Manual
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.