all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: can't open the same buffer in a second frame
Date: Wed, 06 Dec 2017 04:34:40 +0100	[thread overview]
Message-ID: <86h8t4leb3.fsf@zoho.com> (raw)
In-Reply-To: mailman.5191.1512509446.27995.help-gnu-emacs@gnu.org

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	other threads:[~2017-12-06  3:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5191.1512509446.27995.help-gnu-emacs@gnu.org>
2017-12-06  3:34 ` Emanuel Berg [this message]
2017-12-05 21:30 can't open the same buffer in a second frame ken
2017-12-05 21:50 ` Dale Snell
2017-12-05 23:00   ` tomas
2017-12-06 18:25   ` ken

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86h8t4leb3.fsf@zoho.com \
    --to=moasen@zoho.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.