From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: buffer management in emacs Date: Thu, 6 May 2010 17:20:37 +0200 Message-ID: References: <87d3xwsbns.fsf@slack64.serverdot.org> <276ba00e-2f6e-4e66-ac82-f1b69f0a0587@u20g2000pru.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1273166031 5564 80.91.229.12 (6 May 2010 17:13:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 17:13:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 06 19:13:48 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA4dw-0008K4-34 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 May 2010 19:13:48 +0200 Original-Received: from localhost ([127.0.0.1]:47482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA4dv-0003AA-1m for geh-help-gnu-emacs@m.gmane.org; Thu, 06 May 2010 13:13:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA2so-000878-37 for help-gnu-emacs@gnu.org; Thu, 06 May 2010 11:21:02 -0400 Original-Received: from [140.186.70.92] (port=33427 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA2sm-000863-Jm for help-gnu-emacs@gnu.org; Thu, 06 May 2010 11:21:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA2sk-0002ra-DA for help-gnu-emacs@gnu.org; Thu, 06 May 2010 11:21:00 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:49908) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA2sk-0002rO-8K for help-gnu-emacs@gnu.org; Thu, 06 May 2010 11:20:58 -0400 Original-Received: by fxm1 with SMTP id 1so70260fxm.0 for ; Thu, 06 May 2010 08:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=3xFDJdlikOIBPyJonMKJhJdr7SaQUxa4iHIys8kRNkI=; b=eBluDULSifiJbyUBrV57fL4ArRSYLWeR1avaMp59Oupy2Eobpd+MWaR1kL3x23OYVf nplgCW+DDiBX857Be8uSrlqqokPsYHQE2ra9z3XQoLDCXzKV2Kd1ZMW3vStC1cf2GRT3 8i2wsV+Mu+HOZoxv1mrLOhb35ej8aL57bp2pQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KCvpTyzey3T6iiY87ET1XfD1KdsQ0vH2WC2b3/wxI4BoTbLSG5lOKW5IcxRiCxHrm3 PrCtXHVpFRLVc0OsfLNvPbbzH67588QKqwxyX8ncZAi7BdWWOLjpe3lbzOhcooaeaGJ2 +15cmyDr3exFpwD0/XUDspr+toI7N4EKLQuxM= Original-Received: by 10.239.162.136 with SMTP id l8mr208043hbd.212.1273159257134; Thu, 06 May 2010 08:20:57 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Thu, 6 May 2010 08:20:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:73513 Archived-At: On Thu, May 6, 2010 at 11:52 AM, Xah Lee wrote: > > when you call kill-buffer, it prompts you, even for a saved file. More > specifically, it prompts you which buffer you want to kill. It does > not simply close the current buffer. Since current buffer is the default it means you have to do C-x k RET to kill the current buffer.