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

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

bug#8188: 24.0.50; incorrect column width in *Completions* buffer


From: Florian Beck
Subject: bug#8188: 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





reply via email to

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