help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: use of special-event-map


From: Stefan Monnier
Subject: Re: use of special-event-map
Date: Sun, 08 May 2005 22:12:01 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     The `iconify-frame' event is just informing that the frame has
>     been iconified.

> That answers my question. The event indicates that iconification has
> occurred, not that the "minimize" button was clicked.

> That's the info I was missing - thanks for it. I didn't know at what point
> Emacs received a window-manager event for this. I found no explanation of
> special events like [iconify-frame] in such terms. I tried to follow the
> code that deals with this event (in parts of w32term.c, xterm.c, frame.c,
> and keyboard.c), but this wasn't clear to me.

Well, I'm just guessing.  But the reason why iconification should not be
overridable is that window managers with workspaces actually implement the
"workspaces" by iconifying/deiconifying windows as you move from one
workspace to another.


        Stefan


reply via email to

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