[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: menu-bar: disable items when no frame visible
From: |
Richard M. Stallman |
Subject: |
Re: menu-bar: disable items when no frame visible |
Date: |
Sun, 25 Dec 2005 21:19:45 -0500 |
Is it possible to automatically signal a `quit' to the current
minibuffer prompt function when another minibuffer is set up?
That might be a good feature, especially for beginning users. It's
not straightforward to implement, since it would require a nonlocal
exit to the command loop, to exit the first minibuffer and the command
that invoked it, and after this it would be necessary to invoke the
second command again. But it should not be terribly hard.
We should not install this till after the release, but you could
write it now.
- Re: menu-bar: disable items when no frame visible, (continued)
- Re: menu-bar: disable items when no frame visible, Richard M. Stallman, 2005/12/24
- Re: menu-bar: disable items when no frame visible, Eli Zaretskii, 2005/12/25
- Re: menu-bar: disable items when no frame visible, Richard M. Stallman, 2005/12/25
- Re: menu-bar: disable items when no frame visible, Eli Zaretskii, 2005/12/26
- Re: menu-bar: disable items when no frame visible, David Reitter, 2005/12/25
- Re: menu-bar: disable items when no frame visible,
Richard M. Stallman <=
- Re: menu-bar: disable items when no frame visible, Stefan Monnier, 2005/12/25
- Re: menu-bar: disable items when no frame visible, Richard M. Stallman, 2005/12/25
- Re: menu-bar: disable items when no frame visible, Stefan Monnier, 2005/12/26
- Re: menu-bar: disable items when no frame visible, Richard M. Stallman, 2005/12/26
- Re: menu-bar: disable items when no frame visible, Juri Linkov, 2005/12/27
- Re: menu-bar: disable items when no frame visible, Stefan Monnier, 2005/12/27
- Re: menu-bar: disable items when no frame visible, Richard M. Stallman, 2005/12/24
- Re: menu-bar: disable items when no frame visible, Juri Linkov, 2005/12/24