GNU bug report logs -
#3280
23.0.93; extra line after mode line when no minibuffer
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 21 Sep 2014 20:02:35 +0200
with message-id <541F12BB.6010602 <at> gmx.at>
and subject line Re: 23.0.93; extra line after mode line when no minibuffer
has caused the debbugs.gnu.org bug report #3280,
regarding 23.0.93; extra line after mode line when no minibuffer
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
3280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3280
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
1. Use this as .emacs:
(setq minibuffer-frame-alist '((minibuffer . only)))
(make-frame minibuffer-frame-alist)
(setq default-frame-alist '((minibuffer)))
2. Start Emacs and visit a some buffer (e.g. Dired).
3. With the mouse, resize the frame, to make it narrower than the menu
bar.
4. An empty-line space (which looks like a minibuffer or echo-area
space) opens and remains, below the mode-line.
5. If you turn off menu-bar mode, this space (extra line) is
removed. The problem appears only with menu-bar mode.
In GNU Emacs 23.0.93.1 (i386-mingw-nt5.1.2600)
of 2009-05-02 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
[Message part 3 (message/rfc822, inline)]
> 1. Use this as .emacs:
> (setq minibuffer-frame-alist '((minibuffer . only)))
> (make-frame minibuffer-frame-alist)
> (setq default-frame-alist '((minibuffer)))
>
> 2. Start Emacs and visit a some buffer (e.g. Dired).
>
> 3. With the mouse, resize the frame, to make it narrower than the menu
> bar.
>
> 4. An empty-line space (which looks like a minibuffer or echo-area
> space) opens and remains, below the mode-line.
>
> 5. If you turn off menu-bar mode, this space (extra line) is
> removed. The problem appears only with menu-bar mode.
This should not happen any more with emacs-24. Closing this bug.
Thanks, martin
This bug report was last modified 10 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.