unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5084: 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X
@ 2009-11-30 23:22 Matthew Dempsky
  2010-07-13 10:48 ` bug#5084: Patch applied Adrian Robert
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Dempsky @ 2009-11-30 23:22 UTC (permalink / raw)
  To: emacs-pretest-bug

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)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#5084: Patch applied
  2009-11-30 23:22 bug#5084: 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X Matthew Dempsky
@ 2010-07-13 10:48 ` Adrian Robert
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Robert @ 2010-07-13 10:48 UTC (permalink / raw)
  To: 5084-done

Thanks!






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-13 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 23:22 bug#5084: 23.1.50; Emacs.app doesn't follow Cmd-~ convention on Mac OS X Matthew Dempsky
2010-07-13 10:48 ` bug#5084: Patch applied Adrian Robert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).