bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

quail Chinese: more comfortable input achieved


From: Dan Jacobson
Subject: quail Chinese: more comfortable input achieved
Date: 01 Sep 2001 01:24:20 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

;Thanks to K. Handa's idea, I now have much more comfortable Chinese
;input with
(eval-after-load "quail"
  '(progn
     (define-key quail-translation-keymap "\C-f" nil)
     (define-key quail-translation-keymap "\C-n" nil)
     (define-key quail-translation-keymap "\C-p" nil)
     (define-key quail-translation-keymap "\C-b" nil)))
;this still leaves the arrow keys the arrow keys for choosing between
;character choices offered, while freeing these control keys to do
;their familiar duty.
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]