From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: problem with C-x C-f Date: Sun, 30 May 2004 17:11:59 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040530.171159.118948993.wl@gnu.org> References: <20040528.174331.193680877.wl@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085930014 26792 80.91.224.253 (30 May 2004 15:13:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 15:13:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 17:13:26 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUS06-0006f1-00 for ; Sun, 30 May 2004 17:13:26 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUS06-0005UP-00 for ; Sun, 30 May 2004 17:13:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUS0F-0004Xb-0L for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 11:13:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUS0C-0004Vl-8m for emacs-devel@gnu.org; Sun, 30 May 2004 11:13:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUS09-0004U4-57 for emacs-devel@gnu.org; Sun, 30 May 2004 11:13:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUS08-0004Tu-KF for emacs-devel@gnu.org; Sun, 30 May 2004 11:13:28 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BURzG-0003d4-28; Sun, 30 May 2004 11:12:34 -0400 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BURzE-0001WJ-00; Sun, 30 May 2004 17:12:32 +0200 Original-Received: from [80.129.73.168] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BURzE-0003lK-00; Sun, 30 May 2004 17:12:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id i4UFBx416889; Sun, 30 May 2004 17:11:59 +0200 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mew version 4.0.65 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24222 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24222 > After checking the info files I found the function > find-file-literally. While it works, it still gives the above > error message which is irritating IMHO. > > When I try find-file-literally, it does not give me any > error message. It simply works. Thank you for indirectly reminding me to report errors only with `emacs -q'. With emacs CVS 2004-05-25, `C-x C-f' actually works to load my plain text `errata.z' file. I'll soon do some checks to find out which part of my .emacs file causes the problem. Sorry for the noise. Interestingly, find-file-literally doesn't work. I get the following in the *Messages* buffer after doing `M-x find-file-literally errata.z', immediately after starting with `emacs -q': byte-code: Cannot do file visiting in a non-empty buffer This seems to be a real bug now. Werner