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 >>> >>>> On 11/7/07, Seiji Zenitani <[EMAIL PROTECTED]> wrote: >>>>> Hi, >>>>> >>>>> I can use Chinese input method without any customization >>>>> (.emacs/.emacs.el) in both English and Japanese environments. Try >>>>> again without your .emacs.el, or send language-related lines in >>>>> your .emacs to this mailing list. >>>>> >>>>> Seiji >>>>> >>>>> On 2007/11/06, at 13:28, Wen Zhang wrote: >>>>>> >>>>>> Hi, >>>>>> I tried to add >>>>>> >>>>>> (mac-input-method-mode 1) >>>>>> (setq default-input-method 'MacOSX) >>>>>> >>>>>> in my .emacs but found I couldn't input Chinese characters in >>>>>> emacs >>>>>> using system's input method. >>>>>> >>>>>> How can I enable this? >>>>> --~--~---------~--~----~------------~-------~--~----~ "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 -~----------~----~----~----~------~----~------~--~---
