Re: [Mac-emacs-devel] Patch for Mouse-wheel
Brought to you by:
akochoi
From: Steven T. <ste...@ma...> - 2002-08-05 17:46:04
|
I see the problem. The input method window isn't appearing when you type in text in CJKV. I'm currently pouring over the carbon docs regarding text input to see what I have to do to get the keyDown events to be intercepted by text services. Apple seems to be gearing more towards adoption of unicode input. I may try and look into getting Emacs to accept unicode and convert based on the current encoding, that way the Extended Roman keyboard would work. Thanks for trying it out. -Steven On Sunday, August 4, 2002, at 09:30 PM, Toshikazu Onishi wrote: > Hi, > >> I have just checked in to the CVS a very nice patch contributed by >> Steven Tamm which lets Emacs recognize 2- and 3-button and wheel mice. >> Attached below is his description of it, among other things. > > The wheel mice support is found to be quite nice, but I found that > this patch disables Japanese input method. "command+space" to switch > to Japanese mode doesn't work. > > Commenting out "#define USE_CARBON_EVENTS 1" solves the problem, so that > ReceiveNextEvent seems to perform nothing for the input method. > > Toshikazu Onishi > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mac-emacs-devel mailing list > Mac...@li... > https://lists.sourceforge.net/lists/listinfo/mac-emacs-devel |