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

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

[debbugs-tracker] bug#30314: closed (Define aliases for window display a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30314: closed (Define aliases for window display actions)
Date: Sat, 10 Feb 2018 21:57:01 +0000

Your message dated Sat, 10 Feb 2018 23:55:45 +0200
with message-id <address@hidden>
and subject line Re: bug#30314: Define aliases for window display actions
has caused the debbugs.gnu.org bug report #30314,
regarding Define aliases for window display actions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30314: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30314
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Define aliases for window display actions Date: Wed, 31 Jan 2018 23:52:55 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#30314: Define aliases for window display actions Date: Sat, 10 Feb 2018 23:55:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
> Better to create new functions for this:

Pushed to master, and closed.


--- End Message ---

reply via email to

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