From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: find-file-literally and save-buffer Date: Tue, 27 Mar 2007 11:47:54 +0200 (CEST) Message-ID: <20070327094754.4E279300EE@Psilocybe.Update.UU.SE> References: <20070326115910.697F830147@Psilocybe.Update.UU.SE> <87odmfnxxw.fsf@stupidchicken.com> <87k5x3nxcl.fsf@stupidchicken.com> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174988890 12123 80.91.229.12 (27 Mar 2007 09:48:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 09:48:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 11:48:04 2007 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 1HW8Hb-0004yJ-Su for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 11:48:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW8Jw-0003DO-Mm for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 04:50:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HW8Jr-0003AZ-6C for emacs-devel@gnu.org; Tue, 27 Mar 2007 05:50:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HW8Jp-00036Y-1M for emacs-devel@gnu.org; Tue, 27 Mar 2007 05:50:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW8Jo-00036Q-Ml for emacs-devel@gnu.org; Tue, 27 Mar 2007 04:50:20 -0500 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HW8HS-0003GE-Rq for emacs-devel@gnu.org; Tue, 27 Mar 2007 05:47:55 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 4E279300EE; Tue, 27 Mar 2007 11:47:54 +0200 (CEST) In-reply-to: <87k5x3nxcl.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 27 Mar 2007 00:07:06 -0400) X-detected-kernel: Linux 2.6 (newer, 1) 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:68660 Archived-At: >> To reproduce: >> >> | emacs -Q >> | M-x find-file-literally ~/RMAIL.empty RET >> | C-u M-~ (not-modified t) >> | C-x C-s (save-buffer) >> >> Answering y at this point has no effect > > I can't seem to reproduce this... I think I see what you mean a little more clearly, but I still don't see the bug. You didn't mention this in your original post, but you must already have the file RMAIL.empty open in Rmail mode before doing find-file-literally to see the warning prompt you mentioned. I didn't need to have that, for me it occurs when I do exactly what I noted above; and it always happens. I'll see if I can get a backtrace. For me, however, typing "y" at the prompt does have the desired effect of opening RMAIL.empty literally. So the bug doesn't happen for me. Strange.