emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#1291: closed (23.0.60; 1) resize-mini-windows: cus


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#1291: closed (23.0.60; 1) resize-mini-windows: customizable, 2) if grow mini, grow Completions)
Date: Thu, 25 Dec 2014 19:30:05 +0000

Your message dated Thu, 25 Dec 2014 20:29:18 +0100
with message-id <address@hidden>
and subject line Re: bug#1291: 23.0.60; 1) resize-mini-windows: customizable, 
2) if grow mini, grow     Completions
has caused the debbugs.gnu.org bug report #1291,
regarding 23.0.60; 1) resize-mini-windows: customizable, 2) if grow mini, grow 
Completions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
1291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1291
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.0.60; 1) resize-mini-windows: customizable, 2) if grow mini, grow Completions Date: Sat, 1 Nov 2008 17:16:33 -0700
This bug appears also in Emacs 22 - please backport the fix.

1. Variable `resize-mini-windows' should be a customizable option. It
is obviously intended to be modified by users.
 
2. 
emacs -Q
M-x load-library tmm
M-x tmm-menubar
 
You'll see that not all candidates in *Completions* are visible. This
is true in spite of the fact that `tmm-menubar' calls
Electric-pop-up-window' which correctly fits the *Completions* window
to the buffer.
 
The problem is that (assuming `resize-mini-window' is non-nil) when
the minibuffer grows to accommodate the default completion candidate
that is inserted in the minibuffer, it takes vertical space away from
*Completions*.
 
Whenever the minibuffer is grown, so should *Completions* be grown to
the same extent (modulo some maximum setting). Otherwise, fitting the
*Completions* window is defeated by the minibuffer resizing.
 
Please fix this in the Lisp code, not the C code, so other libraries
that manipulate the minibuffer differently from vanilla Emacs can also
benefit.
 
 
 
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-09 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'
 




--- End Message ---
--- Begin Message --- Subject: Re: bug#1291: 23.0.60; 1) resize-mini-windows: customizable, 2) if grow mini, grow Completions Date: Thu, 25 Dec 2014 20:29:18 +0100
> 1. Variable `resize-mini-windows' should be a customizable option. It
> is obviously intended to be modified by users.

`resize-mini-windows' is an option in Emacs 25.1.

> 2.
> emacs -Q
> M-x load-library tmm
> M-x tmm-menubar
>
> You'll see that not all candidates in *Completions* are visible. This
> is true in spite of the fact that `tmm-menubar' calls
> Electric-pop-up-window' which correctly fits the *Completions* window
> to the buffer.

This has been fixed in Emacs 25.0.50.1.  Bug closed.

Thanks, martin


--- End Message ---

reply via email to

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