GNU bug report logs - #35592
Use display-buffer-in-direction for completion-like windows

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Sun, 5 May 2019 20:43:01 UTC

Severity: normal

Full log


Message #14 received at 35592 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> linkov.net>
Cc: 35592 <at> debbugs.gnu.org
Subject: Re: bug#35592: Use display-buffer-in-direction for completion-like
 windows
Date: Wed, 8 May 2019 11:09:50 +0200
[Message part 1 (text/plain, inline)]
> 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
[display-buffer-in-direction.diff (text/plain, attachment)]

This bug report was last modified 6 years and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.