[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:07397] 常に TAB キーでタブを入れたい



川崎です。
C/C++でのインデントの件ではお世話になりました。

前回のメールに書いたsiteinit.lで
(define-key ed::*c-mode-map* #\tab 'self-insert-command)
(define-key ed::*c++-mode-map* #\tab 'self-insert-command)

という記述をしてますが、c-mode c++-mode
の他にも、全てのモードでTABキーを押すだけでTABを挿入したい
のですけど、どのようにすればよいのでしょうか?

Index Home