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

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

Re: can't open the same buffer in a second frame


From: Emanuel Berg
Subject: Re: can't open the same buffer in a second frame
Date: Wed, 06 Dec 2017 04:34:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

ken wrote:

> It used to be nice that I could open the same
> buffer in a second frame (aka window). 

(defun other-window-or-split ()
  (interactive)
  (when (= 1 (count-windows)) (split-window-vertically))
  (other-window 1) )

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

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