GNU bug report logs - #5084
23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X

Previous Next

Packages: ns, emacs;

Reported by: Matthew Dempsky <matthew <at> dempsky.org>

Date: Mon, 30 Nov 2009 23:30:03 UTC

Severity: normal

Tags: patch

Done: Adrian Robert <adrian.b.robert <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adrian Robert <adrian.b.robert <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: 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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Jul 2010 13:48:24 +0300
with message-id <747930AC-6060-4E46-BB4E-45BAC414C068 <at> gmail.com>
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
help-debbugs <at> gnu.org.)


-- 
5084: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5084
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Matthew Dempsky <matthew <at> dempsky.org>
To: emacs-pretest-bug <at> gnu.org
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)

[Message part 3 (message/rfc822, inline)]
From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: 5084-done <at> debbugs.gnu.org
Cc: matthew <at> dempsky.org
Subject: Patch applied
Date: Tue, 13 Jul 2010 13:48:24 +0300
Thanks!



This bug report was last modified 15 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.