emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master e55a467: Use a new user option instead of hard-


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master e55a467: Use a new user option instead of hard-coding shell display.
Date: Sat, 27 Dec 2014 23:06:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>     * lisp/shell.el (shell-display-buffer-actions): New user option.

How is this different from using, say,

   (add-to-list 'display-buffer-alist
                '("\\*shell\\*" <shell-display-buffer-actions>))

The whole idea of display-buffer-alist was to group all those options
instead of having every package that calls display-buffer invent its own
config var.


        Stefan



reply via email to

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