GNU bug report logs -
#30314
Define aliases for window display actions
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Wed, 31 Jan 2018 21:58:01 UTC
Severity: wishlist
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Severity: wishlist
Instead of duplicating the same list of actions in many places
like in bug#30016:
(pop-to-buffer buf `((display-buffer--maybe-same-window
display-buffer-reuse-window
display-buffer--maybe-pop-up-frame-or-window
display-buffer-at-bottom)
,(if temp-buffer-resize-mode
'(window-height . resize-temp-buffer-window)
'(window-height . fit-window-to-buffer))
,(when temp-buffer-resize-mode
'(preserve-size . (nil . t)))))
I propose to introduce the concept of display action aliases to group
several actions under one name and use just this short name where needed.
This bug report was last modified 7 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.