emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs completion matches selection UI


From: martin rudalics
Subject: Re: Emacs completion matches selection UI
Date: Fri, 22 Nov 2013 11:26:23 +0100

It doesn't display completions above the minibuffer in many
window configurations.  For instance, with a single window on
the frame it splits the window horizontally instead of vertically.

Here with emacs -Q

(add-to-list 'display-buffer-alist '("\\*Completions\\*" 
display-buffer-at-bottom (nil)))

(display-buffer (get-buffer-create "*Completions*"))

gets me the *Completions* window below the *scratch* window.

martin




reply via email to

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