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: Matthew Dempsky <matthew <at> dempsky.org>
Subject: bug#5084: closed (Patch applied)
Date: Tue, 13 Jul 2010 10:49:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#5084: 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X

which was filed against the emacs,ns package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 5084 <at> debbugs.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: 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!


[Message part 3 (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)


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.