Seiji Zenitani
zenit****@tkg*****
Wed May 11 02:32:17 JST 2005
Hi, On 2005/05/04, at 21:14, Thomas Kjosmoen wrote: > > (setq mac-command-key-is-meta nil) > (require 'redo) > (global-set-key [(alt z)] 'undo) > (global-set-key [(alt shift z)] 'redo) > > This binds the keyboard shortcuts correctly, but Emacs doesn't > understand it. However, if I bind shortcuts with meta and shift, > those work just fine. Checking both the A-z and the A-S-z shortcuts > with C-h k, BOTH give me this message: I was also unable to distinguish the two. The easiest way is to use A- Option-z instead. (global-set-key [(alt meta z)] 'redo) Also, there is very good emacs distribution at http://www.wordtech- software.com/aquamacs.html. As far as I looked around its website, this one might be ready for A-S-z. Seiji