GNU bug report logs -
#1806
dired-pop-to-buffer in wrong place
Previous Next
Reported by: Juri Linkov <juri <at> jurta.org>
Date: Tue, 6 Jan 2009 15:40:04 UTC
Severity: normal
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> What about putting this in `pop-up-windows'? Possible values are:
> nil do not allow popping up windows
> 'this selected window
> 'below below selected window
> 'below-split split selected window vertically
> 'right right of selected window
> 'right-split split selected window horizontally
> 'bottom use window near bottom of frame
> 'bottom-split split window near bottom of frame
> t allow popping up windows
> If an application (like dired) sees that this variable is t (the
> default) it may ask to pop up the window wherever it's most suitable.
> Otherwise, it has to respect the value chosen by the user. Like
> (let ((pop-up-windows (if (eq pop-up-windows t)
> 'bottom-split
> pop-up-windows)))
> (display-buffer ...))
But how would the user override this behavior in a way that can depend
on the buffer being shown (i.e. via special-display-buffer-names)?
Stefan
This bug report was last modified 12 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.