|
From: | GNU bug Tracking System |
Subject: | [Emacs-bug-tracker] bug#5084: closed (23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X) |
Date: | Tue, 13 Jul 2010 10:49:02 +0000 |
Your message dated Tue, 13 Jul 2010 13:48:24 +0300 with message-id <address@hidden> and subject line Patch applied has caused the GNU bug report #5084, regarding 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 5084: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5084 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X Date: Mon, 30 Nov 2009 15:22:36 -0800 On Mac OS X, it's standard for Cmd-~ to cycle backwards through windows. The patch below makes Emacs.app follow this convention too. Currently Cmd-~ is not bound to anything. --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -208,6 +208,7 @@ The properties returned may include `top', `left', `height', and `width'." (define-key global-map [?\s-,] 'customize) (define-key global-map [?\s-'] 'next-multiframe-window) (define-key global-map [?\s-`] 'other-frame) +(define-key global-map [?\s-~] 'ns-prev-frame) (define-key global-map [?\s--] 'center-line) (define-key global-map [?\s-:] 'ispell) (define-key global-map [?\s-\;] 'ispell-next)
--- End Message ---
--- Begin Message ---Subject: Patch applied Date: Tue, 13 Jul 2010 13:48:24 +0300 Thanks!
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |