From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Maxwell Newsgroups: gmane.emacs.devel Subject: undo-kill-buffer Date: Tue, 24 Oct 2006 08:56:57 -0700 Message-ID: <200610240856.57965.amax@redsymbol.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161705512 6212 80.91.229.2 (24 Oct 2006 15:58:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 15:58:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 24 17:58:28 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 1GcOfC-00030d-FP for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2006 17:58:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcOfC-00023A-07 for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2006 11:58:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcOea-0001pf-5W for emacs-devel@gnu.org; Tue, 24 Oct 2006 11:57:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcOeV-0001nN-C8 for emacs-devel@gnu.org; Tue, 24 Oct 2006 11:57:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcOeV-0001nC-2b for emacs-devel@gnu.org; Tue, 24 Oct 2006 11:57:19 -0400 Original-Received: from [64.91.229.17] (helo=host1.miwebdns.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GcOeV-00033Q-1K for emacs-devel@gnu.org; Tue, 24 Oct 2006 11:57:19 -0400 Original-Received: from c-69-181-186-20.hsd1.ca.comcast.net ([69.181.186.20]:36582 helo=[192.168.0.2]) by host1.miwebdns.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1GcOeN-0004Lq-5Q for emacs-devel@gnu.org; Tue, 24 Oct 2006 11:57:11 -0400 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.9.4 Content-Disposition: inline X-ClamAntiVirus-Scanner: This mail is clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host1.miwebdns.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - redsymbol.net X-Source: X-Source-Args: X-Source-Dir: 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:61104 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 decides it was a mistake, they could just M-x undo-kill-buffer to get it back. I have started coding this for myself. If it's genuinely new and I'm not duplicating effort, then I will polish it and contribute to the main codebase. Thanks, Aaron