anything-dabbrev-expand.elの不便さ
anything-dabbrev-expand.el - znzのブログ
anything-dabbrev-expand.elを使ってみているけど、dabbrevと比べると、カレントバッファの み、全バッファと2段階しかなくてdabbrev直接に比べると非常に不便に感じる。
実はそれは自分自身も感じていて、じゃあどうしようかと思ってもいまいち解決策が思い浮かばない。dabbrev-search-these-buffers-only あたりを動的に設定しておけば余計な候補が出なくなるだろう。
dabbrev-search-these-buffers-only is a variable defined in `/m/usr/share/emacs/22.2/lisp/dabbrev.elc'.
Its value is nilDocumentation:
If non-nil, a list of buffers which dabbrev should search.
If this variable is non-nil, dabbrev will only look in these buffers.
It will not even look in the current buffer if it is not a member of
this list.
段階的にcompleteしていくならばhippie-expandと融合すべきかなとかいろいろ迷っている。