[OS X Emacs] looking for help in two areas

Craig A. Finseth fin at finseth.com
Sat Aug 15 16:18:34 EDT 2009


   > from a version from several years ago.  With this new version, C-Z
   > doesn't do anything, even though I have this in my .emacs file:
   >
   > 	(global-set-key "\C-z" 'scroll-down-by-lines)
   >
   > Anyone have any idea where this is being overridden?

   Use define-key with osx-key-mode-map.  This was bound to `ignore'  
   because people hit C-z all the time by mistake (on English  
   keyboards).   The change log file should contain the full syntax.

Thanks!  This did it.

Craig



More information about the MacOSX-Emacs mailing list