emacsについて質問なんですけど、 C-s C-\ でボウリングという日本語の文字列をを検索したいのですが、 ぼうりんぐ か 某リング かしか選べません。 検索じゃないときは普通にボウリングと変換できます。 どうすればボウリングが検索できるのでしょうか? vine 2.1.5 GNU Emacs 20.7.2 (i386-vine-linux-gnu, X toolkit) of Wed Jan 17 2001 on apollo.athome
(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.