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

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

Re: mule Chinese input inconveniences


From: Bill Richter
Subject: Re: mule Chinese input inconveniences
Date: 27 Jul 2001 21:35:44 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

Everything you say makes good sense to me, Miles.

   In the Japanese input method, C-SPC is bound to a function that
   discards everything but the first character, and exits the
   selection mode (actually, you could argue that this is what the
   Chinese binding does too, as you're never inputting more than one
   character at a time!).

Interesting!

   p.s. When I say `Chinese input method,' I mean `chinese-py'.

I suppose that's what I mean.  When I say GB, I mean:

(defun GB ()   
  "Switches to GB-mule."
  (interactive)
  (if window-system
      (progn
        (set-language-environment "Chinese-GB")
        (set-input-method "chinese-py-punct"))))

-- 
Bill 
<http://www.math.nwu.edu/~richter>



reply via email to

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