On 2007/10/21, at 14:31, Roger Levy wrote: > On Oct 21, 5:37 am, José Miguel Figueroa-O'Farrill > <[EMAIL PROTECTED]> wrote: >> On 21 Oct 2007, at 03:04, Roger Levy wrote: >> >>> I've been using Carbon Emacs for a while, and now use the version >>> 22.1.1 on OS X 10.4.10. I now find that when I try to switch to >>> another language input via Toggle Input Method, as soon as I switch >>> into the other language input I get bounced back to standard ASCII >>> input :( Anyone have thoughts on how to diagnose & fix the problem? >> >>> Many thanks, >> >>> Roger >> >> I have not used Carbon Emacs for a while, but this happens in >> Aquamacs every time I start up and I solve the problem by ensuring >> that "Use system input method" is off. It may not be the same >> problem, but it's worth a try. > > Many thanks for this tip, José! I haven't used Aquamacs before but I > jus installed it and I see that this does work. Do you by chance know > how to turn "Use system input method" off by default? > I do not understand your problem, but does either of the following work for you?
1. Add the below line to your .emacs.el (mac-input-method-mode 0) 2. Add the below line to your .emacs.el By default, it is "MacOSX"; so emacs uses the OSX input method. (setq default-input-method 'Your_Language) 3. Try the latest beta, if you use Intel mac. http://macwiki.sourceforge.jp/emacs/test/ Seiji --~--~---------~--~----~------------~-------~--~----~ "Carbon Emacs" group mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
