.emacs シリーズ
emacs / which
その名の通り、 which の emacs 版。
load-path にバージョン違いのライブラリが複数ある場合など、実際に利用しているのがどれか知りたい場合に使う。
その目的では、
M-x list-load-path-shadows
のほうが便利なので、あまり使わない。
--- snippet @ .emacs --
(autoload 'which "which" "Here is the which command for loadables" t)
--- snippet @ .emacs --
# .emacs シリーズは僕が利用している elisp を紹介する、
# 約 80 回シリーズです。
#
# M-x moccur(Enter)
# List lines matching regexp: \(load\|auto-load\)(Enter)
# 80 matches
#
- 2008/07/15更新
- 2008/07/15登録
- 1252クリック
「emacs / which」を検索
このキーワードを共有する
-
つながり(0)










