help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [ shell buffer ] How not to split the current window?


From: Philippe Chauvat
Subject: Re: [ shell buffer ] How not to split the current window?
Date: Thu, 31 Aug 2017 14:36:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.2.1

Hi Michael,

It is just working fine. Thanks a lot. I wish my lisp skills were still
there :)

Best
Philippe

Le 31/08/2017 à 12:41, Michael Heerdegen a écrit :
> (add-to-list
>  'display-buffer-alist
>  `("^\\*shell\\*" .
>    (,(defun my-display-shell-buffer-whole-frame (buffer alist)
>        (prog1 (display-buffer-same-window buffer alist)
>          (delete-other-windows))))))



reply via email to

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