(defun linux-c-mode () "C mode with adjusted defaults for use with the Linux kernel." (interactive) (c-mode) (c-set-style "linux") (setq indent-tabs-mode nil) (setq tab-width 8))
21.2.50 だけど、list-colors-display が 色の出力を途中で抑制するようになってしまっていた。 以前のコードを eval しても特に問題無いようだが、 つぎのコメントが気になる。 ;; Don't show more than what the display can handle.