Seiji,

I found what was wrong.

The line
 (setq default-input-method 'MacOSX)
should read
 (setq default-input-method "MacOSX")
(at least for me).

By the way, why is the line necessary now?
Before it was set automaticaly when I set the
option "Mac-Style Key Bindings", right?

Best regards,

mahn-soo

On Nov 10, 12:05 pm, Mahn-Soo Choi <[EMAIL PROTECTED]> wrote:
> Dear Seiji,
>
> I just upgrade to Carbon Emacs Package Fall 2007 Edition.
>
> As soon as I (set-language-environment 'Korean), the apple+space
> doesn't work
> (Ctrl+\ still works with the System Input Method); it never switches
> the System Input Method (my case English <--> Korean).
>
> (setq default-input-method 'MacOSX) after (set-language-environment
> 'Korean)
> doesn't fix the problem.
>
> It worked perfectly with the previous edition.  Would it be related
> to the updated mac-key-mode?  Any idea?
>
> Best regards,
>
> mahn-soo
>
> On Nov 7, 11:22 pm, Seiji Zenitani <[EMAIL PROTECTED]> wrote:
>
> > On 2007/11/06, at 23:45, Wen Zhang wrote:
>
> > > does carbon emacs store settings in other place?  I made a .emacs
> > > including just these lines but still can't evoke the input method in
> > > emacs.
>
> > Three settings in "Help > Carbon Emacs Package" menu are stored in ~/
> > Library/Preferences/CarbonEmacsPackage.plist, and many more are  
> > stored in the startup files "Help > Carbon Emacs Package > Open Site-
> > Start Directory".
> > However, I don't think any of them changes Chinese settings.
>
> > On 2007/11/07, at 0:39, Wen Zhang wrote:
>
> > > I found the problem.  I disable Mac key bindings in emacs, so apple +
> > > space can't evoke, but Ctrl + \ evokes system's input method.
>
> > It sounds strange if you mean 'Help > Carbon Emacs Package > Mac-
> > Style Key Bindings', because it does not modify the apple+space key.  
> > Anyway you can use Ctrl + \.
>
> > > On 11/7/07, Wen Zhang <[EMAIL PROTECTED]> wrote:
> > >> does carbon emacs store settings in other place?  I made a .emacs
> > >> including just these lines but still can't evoke the input method in
> > >> emacs.
>
> > >> On 11/7/07, Seiji Zenitani <[EMAIL PROTECTED]> wrote:
>
> > >>> On 2007/11/06, at 21:34, Wen Zhang wrote:
>
> > >>>> The related lines are
> > >>>>  (set-language-environment "Chinese-GB")
> > >>>>  (set-default-coding-systems 'utf-8)
> > >>>>  (set-keyboard-coding-system 'utf-8)
> > >>>>  (set-clipboard-coding-system 'utf-8)
> > >>>>  (set-terminal-coding-system 'utf-8)
> > >>>>  (prefer-coding-system 'utf-8)
>
> > >>>> I just spotted the problem, I can't evoke system's input method in
> > >>>> Emacs.  It's queer.
>
> > >>> Put (setq default-input-method 'MacOSX) *after* the above lines.
> > >>> I think (set-language-environment) overwrites default-input-method.
> > >>> The system input method works when default-input-method is set to
> > >>> MacOSX.
>
> > >>> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to