all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* OS X: raise-frame at reopen event
@ 2007-08-09 22:35 Seiji Zenitani
  2007-08-09 23:11 ` Randal L. Schwartz
  2007-08-10 10:18 ` YAMAMOTO Mitsuharu
  0 siblings, 2 replies; 7+ messages in thread
From: Seiji Zenitani @ 2007-08-09 22:35 UTC (permalink / raw)
  To: emacs-devel

Hi,

On Mac OS X, when the emacs window (frame) is minimized in the Dock,
nothing happens when the user click the application icon in the Dock.
I modified the following line in lisp/term/mac-win.el (1771st line; EMACS_22_BASE)

  (define-key mac-apple-event-map [core-event reopen-application] 'ignore)

to

  (define-key mac-apple-event-map [core-event reopen-application] 'raise-frame)

and then the minimized window (frame) is brought to the front
when I click the application icon in the Dock.
I think this is more reasonable behavior on Mac OS X.
How about modifying 'ignore to 'raise-frame in mac-win.el?


Seiji Zenitani
zenitani@mac.com

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

end of thread, other threads:[~2007-10-17  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 22:35 OS X: raise-frame at reopen event Seiji Zenitani
2007-08-09 23:11 ` Randal L. Schwartz
2007-08-10 10:18 ` YAMAMOTO Mitsuharu
2007-08-10 23:07   ` Seiji Zenitani
2007-08-11  0:18     ` YAMAMOTO Mitsuharu
     [not found]   ` <E2DE3E97-35A2-4EC3-8DEC-4D1D6FAAD72D@mac.com>
2007-10-17  2:30     ` Seiji Zenitani
2007-10-17  8:21       ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.