From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Killing Buffers Date: Mon, 29 Dec 2003 08:55:43 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2914-Mon29Dec2003085543+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072681210 8508 80.91.224.253 (29 Dec 2003 07:00:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 07:00:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 29 08:00:04 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AarNk-0004Dn-00 for ; Mon, 29 Dec 2003 08:00:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AasK4-0005GB-BD for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2003 03:00:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AasJr-0005En-5X for help-gnu-emacs@gnu.org; Mon, 29 Dec 2003 03:00:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AasJJ-0004s2-95 for help-gnu-emacs@gnu.org; Mon, 29 Dec 2003 03:00:05 -0500 Original-Received: from [192.114.186.22] (helo=gollum.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AasJI-0004ra-R4 for help-gnu-emacs@gnu.org; Mon, 29 Dec 2003 02:59:33 -0500 Original-Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CCT45428; Mon, 29 Dec 2003 08:57:58 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Edward Wijaya on Mon, 29 Dec 2003 13:34:01 -0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15615 > From: Edward Wijaya > Newsgroups: gnu.emacs.help > Date: Mon, 29 Dec 2003 13:34:01 -0000 > > I am looking for a key that: > 1. Kill all the existing buffer without having have to close Emacs > 2. Kill all the existing buffer "except" the active one. One command that comes close is "M-x kill-some-buffers RET". See its doc string for more details.