[Macemacsjp-users 998] Re: Inline patch のカスタム設定

アーカイブの一覧に戻る

Ryohei SETO setor****@mac*****
2006年 3月 16日 (木) 07:22:32 JST


私のところではC-SPCでset-mark-commandできています.
今回の設定がなくても
(mac-add-ignore-shortcut '(control))
としておけば良さそうです.

ちなみに,
SKKでは記号のほとんどが直接入力だったので,
それにあわせると以下のようになりました.(さらに数字も)

(setq yatex-mode-hook
       '(lambda ()
	 (progn
	   (mac-add-ignore-shortcut '(?$))
	   (mac-add-ignore-shortcut '(?\())
	   (mac-add-ignore-shortcut '(?\)))
	   (mac-add-ignore-shortcut '(?\{))
	   (mac-add-ignore-shortcut '(?\}))
	   (mac-add-ignore-shortcut '(?<))
	   (mac-add-ignore-shortcut '(?>))
	   (mac-add-ignore-shortcut '(? ))
	   (mac-add-ignore-shortcut '(?~))
	   (mac-add-ignore-shortcut '(?!))
	   (mac-add-ignore-shortcut '(?@))
	   (mac-add-ignore-shortcut '(?#))
	   (mac-add-ignore-shortcut '(?^))
	   (mac-add-ignore-shortcut '(?*))
	   (mac-add-ignore-shortcut '(?%))
	   (mac-add-ignore-shortcut '(?&))
	   (mac-add-ignore-shortcut '(?\'))
	   (mac-add-ignore-shortcut '(?\`))
	   (mac-add-ignore-shortcut '(?\"))
	   (mac-add-ignore-shortcut '(?\\))
	   (mac-add-ignore-shortcut '(?|))
	   )))

今まで何度もSKKからことえりに切り替えようとして挫折してい 
たのは,
この動作が得られていなかったからかも知れません.

瀬戸




Macemacsjp-users メーリングリストの案内
アーカイブの一覧に戻る