前ページ 1 2 / page 2 (2)

カテゴリ:Emacs

2005-12-02 Fri


統合ドキュメント検索器 on Emacs [Emacs]


http://www.rubyist.net/~rubikitch/computer/langhelp/



2005-11-28 Mon


emacs + canna でカタカナを入力 [Linux][Emacs]


以前の日記でも書いた通り。

<http://www.kunitake.org/xoops/modules/weblog/blog-263.html>

# apt-get install yc-el


して .emacs の egg の設定をコメントに

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 漢字変換 (canna) の設定
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;(set-input-method 'japanese-egg-canna)
;(global-set-key "\C-o" 'toggle-input-method)
;(toggle-input-method nil)