emacs-devel
[Top][All Lists]
Advanced

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

Re: Unmapped menus


From: Jan D.
Subject: Re: Unmapped menus
Date: Fri, 19 Apr 2002 22:34:38 +0200 (MEST)

> 
>     I think this patch only works around the bug.  The bug is that the
>     menu does not get unmapped when the main window is unmapped.
> 
> Can anyone implement unmapping of menus when the Emacs frame's window
> is unmapped?  We need to do that, and it would be much easier if
> someone who has experience with these things were to do it.

This is not a solution.  Some window managers (fvwm at least) lets you
move in short increments towards the next workspace.
If what we see is workspace 1 it kind of looks like this (M is a menu):

   ------------------------------
   | workspace1   | workspace2  |
   | ----------   |             |
   | | M      |   |             |
   | | Emacs  |   |             |
   | ----------   |             |
   ------------------------------

By using ALT-Right arrow one can move the Emacs gradually towards workspace 2

   ------------------------------
   | workspace1   | workspace2  |
   |       ----------           |
   |   M   |        |           |
   |       | Emacs  |           |
   |       ----------           |
   ------------------------------

so what you see is part of the Emacs main window, but the
menu is left behind, outside the main window.  In no situaton is the Emacs
window unmapped.  Thus, a keyboard grab to prevent this is the only solution.
It what other applications (X toolkits really) do.

        Jan D.






reply via email to

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