From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: undo-kill-buffer Date: Tue, 24 Oct 2006 20:14:31 -0400 Message-ID: References: <200610240856.57965.amax@redsymbol.net> <87d58hb7qa.fsf@catnip.gol.com> <200610241651.45400.amax@redsymbol.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161735310 28271 80.91.229.2 (25 Oct 2006 00:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 00:15:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 25 02:15:07 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcWPz-00062o-NC for ged-emacs-devel@m.gmane.org; Wed, 25 Oct 2006 02:14:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcWPy-0005p8-Uv for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2006 20:14:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcWPk-0005mX-G8 for emacs-devel@gnu.org; Tue, 24 Oct 2006 20:14:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcWPi-0005jf-9y for emacs-devel@gnu.org; Tue, 24 Oct 2006 20:14:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcWPi-0005jV-5X for emacs-devel@gnu.org; Tue, 24 Oct 2006 20:14:34 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GcWPi-0005w0-1h for emacs-devel@gnu.org; Tue, 24 Oct 2006 20:14:34 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by mx20.gnu.org with esmtp (Exim 4.52) id 1GcWPh-0007RO-7C for emacs-devel@gnu.org; Tue, 24 Oct 2006 20:14:33 -0400 Original-Received: from pastel.home ([70.55.83.239]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061025001431.OVOT13241.tomts10-srv.bellnexxia.net@pastel.home> for ; Tue, 24 Oct 2006 20:14:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9D7B36C29B; Tue, 24 Oct 2006 20:14:31 -0400 (EDT) Original-To: Aaron Maxwell In-Reply-To: <200610241651.45400.amax@redsymbol.net> (Aaron Maxwell's message of "Tue\, 24 Oct 2006 16\:51\:45 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61133 Archived-At: >> > Hi, Does anyone know of an existing emacs function that will undo a >> > kill-buffer command? So like, if the user issues C-x k and then suddenly >> Do you notice this happening often (that you mistakenly kill a buffer)? > Yeah, all the time :) Maybe it's due to a UI misfeature. Could you explain in which context this happens? Are you just using C-x k or some other way to kill the buffers? C-x k It's a command I almost never use. Stefan