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

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

[debbugs-tracker] bug#8188: closed (24.0.50; incorrect column width in *


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#8188: closed (24.0.50; incorrect column width in *Completions* buffer)
Date: Mon, 05 Jan 2015 18:03:02 +0000

Your message dated Mon, 05 Jan 2015 19:02:50 +0100
with message-id <address@hidden>
and subject line Re: bug#8188: 24.0.50; incorrect column width in *Completions* 
buffer
has caused the debbugs.gnu.org bug report #8188,
regarding 24.0.50; incorrect column width in *Completions* buffer
to be marked as done.

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


-- 
8188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8188
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; incorrect column width in *Completions* buffer Date: Sun, 06 Mar 2011 15:35:20 +0100 User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
emacs -q
(split-window-horizontally 30)
M-x o
C-h f [TAB]

Result: The second column is obscured, only the first is visible.

[SPC] [DEL] [TAB]

Now the columns are calculated correctly.

The reasons is that `window' in `completion--insert-strings' is set to nil unless a *Completions* buffer is already displayed. (minibuffer.el, line 951).

Florian Beck



--- End Message ---
--- Begin Message --- Subject: Re: bug#8188: 24.0.50; incorrect column width in *Completions* buffer Date: Mon, 05 Jan 2015 19:02:50 +0100
> emacs -q
> (split-window-horizontally 30)
> M-x o

C-x o presumably.

> C-h f [TAB]
>
> Result: The second column is obscured, only the first is visible.
>
> [SPC] [DEL] [TAB]
>
> Now the columns are calculated correctly.
>
> The reasons is that `window' in `completion--insert-strings' is set to nil 
unless a *Completions* buffer is already displayed. (minibuffer.el, line 951).

The *Completions* buffer is now by default displayed in a window on the
bottom of a frame so this bug has been fixed.

Thanks for the report, martin


--- End Message ---

reply via email to

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