R.A. Epigonos et al.

[emacs] 変数の設定値を確認するにはM-x describe-variable

emacsである変数が定義されているか、また変数が定義されていた場合にその変数の値を確認する方法。

変数の値を確認するには、M-x describe-variableを使う。ミニバッファには以下のようにログが流れる。

M-x describe-variable
Describe variable (default elmo-cache-expire-default-age): elmo-cache-expire-default-size

以下のように、変数に設定された値が確認できる。

elmo-cache-expire-default-size is a variable defined in `elmo-vars.el'.
Its value is 30000

Documentation:
Cache expiration disk size (Kilo bytes).  This must be float value.

[back]

ミニバッファに表示されるメッセージによれば、C-h vでも同じことが出来るらしい。

You can run the command `describe-variable' with C-h v

リファレンス

  1. Emacs dot.emacs/variables
  2. emacs 設定 値 - Google 検索

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2010-04-28T22:06:24+09:00
  2. Modified: 2010-04-28T22:06:24+09:00
  3. Generated: 2023-08-27T23:09:13+09:00