2010-04-01から1ヶ月間の記事一覧

;;my-test-mode ;; マイナーモードの定義 (easy-mmode-define-minor-mode test-mode ;; ドキュメント "This is Test Mode." ;; 初期値 nil ;; on の時のモード行への表示 " TestMode" ;; マイナーモード用キーマップの初期値 '( ("\C-o" . test-function) ("…

anything-c-adaptive-sort

(anything-other-buffer `((name . "hoge") (candidates . (("Display1" . "REAL1" ) ("Display2" . "REAL2" ) ("Display3" . "REAL3" ))) ;;,anything-c-action-hoge3) ;;(type . command) (filtered-candidate-transformer . anything-c-adaptive-sort) ) …

端末での日本語のテキストの文字化け

端末での日本語のコピペが文字化け →puttyの設定をauto-ditect utf8(unicode?)に