From: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: Re: undo-kill-buffer
Date: Tue, 24 Oct 2006 18:36:14 +0200 [thread overview]
Message-ID: <jeac3lvfgh.fsf@sykes.suse.de> (raw)
In-Reply-To: <200610240856.57965.amax@redsymbol.net> (Aaron Maxwell's message of "Tue, 24 Oct 2006 08:56:57 -0700")
Aaron Maxwell <amax@redsymbol.net> writes:
> Hi, Does anyone know of an existing emacs function that will undo a
> kill-buffer command?
There is none. Killing a buffer is not undoable. All resources
associated with the buffer are freed and may be overwritten immediately by
newly allocated objects.
You can prevent a buffer from being killed by returning nil from a
function on kill-buffer-query-functions.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2006-10-24 16:36 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-24 15:56 undo-kill-buffer Aaron Maxwell
2006-10-24 16:11 ` undo-kill-buffer Stuart D. Herring
2006-10-24 16:46 ` undo-kill-buffer Aaron Maxwell
2006-10-24 16:36 ` Andreas Schwab [this message]
2006-10-24 23:43 ` undo-kill-buffer Miles Bader
2006-10-24 23:51 ` undo-kill-buffer Aaron Maxwell
2006-10-25 0:14 ` undo-kill-buffer Stefan Monnier
2006-10-25 0:22 ` undo-kill-buffer Aaron Maxwell
2006-10-25 0:32 ` undo-kill-buffer Stefan Monnier
2006-10-25 14:37 ` undo-kill-buffer Stuart D. Herring
2006-10-25 16:05 ` undo-kill-buffer Drew Adams
2006-10-25 22:43 ` undo-kill-buffer Miles Bader
2006-10-25 23:02 ` undo-kill-buffer Edward O'Connor
2006-10-25 23:50 ` undo-kill-buffer Miles Bader
2006-10-26 8:53 ` undo-kill-buffer Richard Stallman
2006-10-25 23:17 ` undo-kill-buffer David Kastrup
2006-10-25 23:46 ` undo-kill-buffer Miles Bader
2006-10-25 0:36 ` undo-kill-buffer Miles Bader
2006-10-25 0:24 ` undo-kill-buffer Miles Bader
2006-10-25 1:11 ` undo-kill-buffer Aaron Maxwell
2006-10-25 0:41 ` undo-kill-buffer Drew Adams
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=jeac3lvfgh.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=emacs-devel@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.