From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: rename-file Date: Wed, 26 Aug 2009 20:58:57 +0200 Message-ID: <8763ca9zbi.fsf@escher.local.home> References: <4A955D32.8030202@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251315518 15105 80.91.229.12 (26 Aug 2009 19:38:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 19:38:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 21:38:31 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MgOKE-0005wj-B6 for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 21:38:30 +0200 Original-Received: from localhost ([127.0.0.1]:52619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgOKD-00066S-6s for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 15:38:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgNiY-0005Iz-84 for emacs-devel@gnu.org; Wed, 26 Aug 2009 14:59:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgNiT-00059S-HE for emacs-devel@gnu.org; Wed, 26 Aug 2009 14:59:33 -0400 Original-Received: from [199.232.76.173] (port=41704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgNiT-000591-5M for emacs-devel@gnu.org; Wed, 26 Aug 2009 14:59:29 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42602) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgNiS-00036f-Mq for emacs-devel@gnu.org; Wed, 26 Aug 2009 14:59:28 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MgNiJ-0001kk-DO for emacs-devel@gnu.org; Wed, 26 Aug 2009 20:59:19 +0200 Original-Received: from i59f5618c.versanet.de ([89.245.97.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Aug 2009 20:59:19 +0200 Original-Received: from stephen.berman by i59f5618c.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Aug 2009 20:59:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f5618c.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114627 Archived-At: On Wed, 26 Aug 2009 12:05:06 -0400 Sam Steingold wrote: > Why isn't the buffer, which is visiting a file, renamed > when I rename the underlying file with rename-file? Not only that, but subsequently doing `C-h v buffer-file-name' on that buffer returns the previous name, though that file(name) no longer exists. Steve Berman