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

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

bug#35592: Use display-buffer-in-direction for completion-like windows


From: martin rudalics
Subject: bug#35592: Use display-buffer-in-direction for completion-like windows
Date: Wed, 8 May 2019 11:09:50 +0200

> Only a small plea: could you please add an alias ‘(direction . bottom)’
> as a shorthand for ‘(direction . below) (window . main)’
>
> Similarly:
> top = (direction . above) (window . main)
> bottom = (direction . below) (window . main)
> leftmost = (direction . left) (window . main)
> rightmost = (direction . right) (window . main)

Patch attached.  But notice that these semantically clash with what you
earlier wanted for 'split-window':

                    ((eq side 'above) 'top)
                    ((eq side 'below) 'bottom)
                
martin

Attachment: display-buffer-in-direction.diff
Description: Text document


reply via email to

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