From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Memory again Date: Mon, 28 Nov 2011 10:24:32 +0100 Message-ID: References: <4ED0F945.5090805@yandex.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1322472288 7248 80.91.229.12 (28 Nov 2011 09:24:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 09:24:48 +0000 (UTC) Cc: Dmitry Antipov , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 10:24:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RUxS6-0008EZ-U9 for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 10:24:43 +0100 Original-Received: from localhost ([::1]:56718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxS6-0006I8-9t for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 04:24:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxRy-0006Hs-Tz for emacs-devel@gnu.org; Mon, 28 Nov 2011 04:24:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUxRx-0007f8-Qp for emacs-devel@gnu.org; Mon, 28 Nov 2011 04:24:34 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:50556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUxRx-0007f4-MY for emacs-devel@gnu.org; Mon, 28 Nov 2011 04:24:33 -0500 Original-Received: by iaek3 with SMTP id k3so10933453iae.0 for ; Mon, 28 Nov 2011 01:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mKUsyy/DHiOerljbutPdpvwe3fJ+MooRjyAG8CDWnSk=; b=RIaKf0xRpvu4TwkeXYiBnVAzpzaU5mRtrsabmrJhYq0Jc6J/bufcD0q7kirktCrb6f aWm/wOkNdUwNHbZ3p8y8FpRmwfHSz0Hv6AVuDn/SAf16hwA0e/e5e//v659xfD7Y5uc8 fKaY74EZRD026g6yO0Gdp6TX5XhkoGaa1f3SQ= Original-Received: by 10.231.28.209 with SMTP id n17mr2602169ibc.89.1322472273042; Mon, 28 Nov 2011 01:24:33 -0800 (PST) Original-Received: by 10.50.190.167 with HTTP; Mon, 28 Nov 2011 01:24:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146297 Archived-At: On Mon, Nov 28, 2011 at 5:27 AM, Stefan Monnier wrote: > If it says "file has changed on disk" it mean the buffer was > still around. How do I definitely kill a buffer? C-x b didn't seem to do the trick I suppose.