Emacs

Emacsでスペースとタブだけの行を、強調表示する

Emacs 24は、すばらしい。(いや、別に私はスペースとタブだけの行があってもいいんだけど、必要になることがあるですよね〜) (when (boundp 'show-trailing-whitespace) (setq-default show-trailing-whitespace t)) --- 参考情報 この記事は以下の記事を参…

Emacsの日本語フォント(MigMix)の設定 on Linux

これは、フォントを提供してくれている人がすごい。設定はちょろいね。 (set-default-font "MigMix 1M-10:spacing=0") (set-fontset-font (frame-parameter nil 'font) 'japanese-jisx0208 '("MigMix 1M-10" . "unicode-bmp")))))Ubuntu 13.04のパッケージ名…

mozcの設定

この程度の設定でそれらしく動作している。Ubuntu 13.04がすごいのか、emacs-mozcがすごいのか。まぁ、Emacsの名前がついているので、emacs-mozcがすごいのでしょうねwww (require 'mozc) (setq default-input-method "japanese-mozc") (set-input-method "j…

ruby-core MLに投稿されたruby-mode.elに対するパッチ

Subject: [ruby-core:17615] [PATCH] ruby-mode.el: Fix here-doc strings with inner quotes From: Nathan Weizenbaum <nex342 gmail.com> Date: Sat, 5 Jul 2008 17:57:32 +0900This is a multi-part message in MIME format. 050607010203070700060801 Content-Type: text/p</nex342>…