all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Deric Bytes <dericbytes@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: two windows switch buffer
Date: Sat, 18 Jan 2014 07:01:45 -0800 (PST)	[thread overview]
Message-ID: <66752281-c034-4962-a08d-e24a2f7a9aab@googlegroups.com> (raw)
In-Reply-To: <87a9et611s.fsf@bye.fritz.box>

(defun my-find-file-delete-other-windows ()
  ""
  (interactive)
   (prog1
   (call-interactively 'find-file)
   (delete-other-windows)))


  parent reply	other threads:[~2014-01-18 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-18 10:23 two windows switch buffer henry atting
2014-01-18 13:01 ` Deric Bytes
2014-01-18 15:01 ` Deric Bytes [this message]
2014-01-18 17:07   ` henry atting
2014-01-18 17:56     ` Deric Bytes
2014-01-18 18:07       ` henry atting
2014-01-19  5:14       ` Emanuel Berg
2014-01-19  5:07     ` Emanuel Berg

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=66752281-c034-4962-a08d-e24a2f7a9aab@googlegroups.com \
    --to=dericbytes@gmail.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.