all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30314: Define aliases for window display actions
@ 2018-01-31 21:52 Juri Linkov
  2018-02-04 22:30 ` Juri Linkov
  0 siblings, 1 reply; 4+ messages in thread
From: Juri Linkov @ 2018-01-31 21:52 UTC (permalink / raw)
  To: 30314

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-10 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 21:52 bug#30314: Define aliases for window display actions Juri Linkov
2018-02-04 22:30 ` Juri Linkov
2018-02-06 21:42   ` Juri Linkov
2018-02-10 21:55     ` Juri Linkov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.