[Mac-emacs-devel] Re: Unicode Events from Keyboard (was: Patch for Mouse-wheel )
Brought to you by:
akochoi
From: Andrew C. <ak...@sh...> - 2002-08-08 07:29:48
|
> > Of course this leaves the problem of M-h and the other M- keys, > > which you prefer not to pass to the Toolbox, and all the C- and > > C-S- keys, which Toshikazu prefers not to pass along to the > > Toolbox, and M-SPC, which should be passed to the Toolbox. I > > would not mind working out new Lisp variables to treat the > > disabling of M- and C- keys as special cases, rather than choosing > > one behavior or another as the default behavior. > > What kind of lisp variables do you think there should be? Hi Steven, To be consistent with names used by the w32 code, how about something called mac-pass-meta-to-system and mac-pass-control-to-system (nil and non-nil values with obvious meanings; default value t)? Andrew. |