From: Drew Adams <drew.adams@oracle.com>
To: "Mario Castelán Castro" <marioxcc.MT@yandex.com>, help-gnu-emacs@gnu.org
Subject: RE: How to visit a file and kill the current buffer?
Date: Sun, 10 Sep 2017 18:16:04 +0000 (UTC) [thread overview]
Message-ID: <9b3b9c53-f477-47ef-935a-4e7c80993410@default> (raw)
In-Reply-To: <82eece41-ee93-636c-1917-39462ce86106@yandex.com>
> Is there a way to visit a file in the current window and at the same
> time kill the previous buffer that occupied the current window? I am
> looking for something that behaves like the “Open” functionality in
> simple GUI text editors (like leafpad).
>
> Very often I have a frame displaying a file, but I no longer need to
> have that file open. I wish to instead open another file. What I do
> currently is to do C-x C-f and visit the new file, then kill the now
> unneeded buffer, but it is annoying to have to do this in 2 steps.
> Moreover, I tend to forget the later step and then I accumulate a lot of
> “garbage” buffers that are visiting files that I am no longer interested in.
Yes. `C-x C-v' (`find-alternate-file') does what you want.
It prompts for the name of a file to visit, visits that
file in the selected window, and kills the buffer that
was displayed there.
next prev parent reply other threads:[~2017-09-10 18:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-10 17:13 How to visit a file and kill the current buffer? Mario Castelán Castro
2017-09-10 17:24 ` tomas
2017-09-10 17:48 ` Mario Castelán Castro
2017-09-10 18:37 ` Emanuel Berg
2017-09-10 19:14 ` tomas
[not found] ` <mailman.265.1505070877.14750.help-gnu-emacs@gnu.org>
2017-09-10 22:13 ` Emanuel Berg
2017-09-10 18:01 ` Eli Zaretskii
2017-09-10 18:18 ` Drew Adams
2017-09-10 18:16 ` Drew Adams [this message]
[not found] <mailman.245.1505063646.14750.help-gnu-emacs@gnu.org>
2017-09-10 18:15 ` Marco Wahl
2017-09-10 18:27 ` Mario Castelán Castro
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=9b3b9c53-f477-47ef-935a-4e7c80993410@default \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=marioxcc.MT@yandex.com \
/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.