Hi,

On 2008/02/01, at 0:48, Christian Wittern wrote:
>
> Dear Carbon emacs users,
>
> I just updated my package to the Winter 2008 version and found that it
> lost the ability to respond to the "kana (かな)"  and "English  
> (英数)"
> keys.  Is there any way to restore this behavior?
>
If you launch Emacs in Japanese language environment,
do these keys work?

If so, add the following lines to your .emacs.el.
You can find them in the japanese configuration file in
/Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/.

   ;; B. inline input method (window-system)
   (when (eq window-system 'mac)
     (setq default-input-method "MacOSX") ;; dup, but necessary here
     (add-hook 'minibuffer-setup-hook 'mac-change-language-to-us)
     (mac-translate-from-yen-to-backslash) ;; fix for Japanese  
environment
     )
   ;; B. end


> Chris
>
> -- 
> Christian Wittern, Kyoto
>
My home town in Japan!


Seiji


--~--~---------~--~----~------------~-------~--~----~
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to