From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: roodwriter@core.com Newsgroups: gmane.emacs.help Subject: Re: Kill other buffers Date: 11 Dec 2005 16:08:50 -0500 Organization: Linux Private Site Message-ID: <874q5fl4t9.fsf@linux.site> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134335597 25491 80.91.229.2 (11 Dec 2005 21:13:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2005 21:13:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 11 22:13:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElYUO-0005rW-4l for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2005 22:12:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElYUB-0005vr-37 for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2005 16:11:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!tethys.csu.net!nntp.csufresno.edu!sn-xit-03!sn-xit-08!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 19 Original-Xref: shelby.stanford.edu gnu.emacs.help:136257 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31871 Archived-At: Pedro Sa da Costa writes: > Suppose that i have 3 files opened in emacs. > > Now, i'm in file 1 and i want to close file 2 and file 3. There is any > short- key to close (kill) other buffers opened, while i'm in file 1? > > Thanks, > Pedro You can kill the other buffers the same way you kill the one you're in--with the C-x k command. When you use it just type in the name of the buffer you want killed. It'll delete that one rather than the one you're in. --Rod