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

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

Re: C-x 3 *Choices* cutoff; C-x 4 map short changes C-x C-r


From: Kevin Rodgers
Subject: Re: C-x 3 *Choices* cutoff; C-x 4 map short changes C-x C-r
Date: Mon, 14 Jan 2002 11:19:47 -0700

Dan Jacobson wrote:
> 
> $ emacs -q
> C-x 3 C-x C-f <tab> <tab>
> 
> Just look at how atrociously the *Choices* buffer with its obligatory
> two columns is chopped off instead of even considering making itself
> into a single column list.

This is a known problem, according to this comment in src/minibuf.c
(Fdisplay_completion_list):

          /* This does a bad job for narrower than usual windows.
             Sadly, the window it will appear in is not known
             until after the text has been made.  */

Perhaps all the hard-coded numbers there, which are presumably based on an
80-column window, could be adjusted to instead assume that the completions
will be displayed in a window that's the same width as the current window.

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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