emacs-devel
[Top][All Lists]
Advanced

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

Re: display-buffer-alist simplifications


From: Stefan Monnier
Subject: Re: display-buffer-alist simplifications
Date: Sun, 07 Aug 2011 20:59:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> But I do use an unlimited number of windows (and frames), so I really
>>> want to cater to such users as well ;-)
>> "As well" I suppose means that in next release
>> emacs -Q RET C-x 3 M-x y TAB
>> will finally open the *completions* in a 3rd full width bottom
>> window also for everyone,
> I'm impatiently waiting for this as well ;)

You can already do that since Emacs-20 by setting special-display-regexp
to something like

  (add-to-list 'special-display-regexps
               '("\\*Completions\\*" my-display-completions))

Tho I haven't seen any sample "my-display-completions" yet.


        Stefan



reply via email to

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