emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OS X: raise-frame at reopen event


From: Seiji Zenitani
Subject: OS X: raise-frame at reopen event
Date: Thu, 09 Aug 2007 15:35:08 -0700

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
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]