emacs-devel
[Top][All Lists]
Advanced

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

shell-mode window action


From: Christopher Stacy
Subject: shell-mode window action
Date: Wed, 7 Dec 2016 16:34:26 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

When starting a shell-mode buffer,
some people prefer not to split the existing window,
if it wasn't already split.

324a325,328
> (defvar shell-mode-buffer-action nil
>   "display-buffer action for shell mode.
> For example, '(display-buffer-use-some-window).")
>
647a652
>
722c727,728
<   (pop-to-buffer buffer)
---
>
>   (pop-to-buffer buffer shell-mode-buffer-action)
737a744,745
>
>



reply via email to

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