From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#2862: 23.0.92; Dired can't visit file with backslash Date: Thu, 02 Apr 2009 18:18:58 -0400 Message-ID: <87k562hf71.fsf@cyd.mit.edu> Reply-To: Chong Yidong , 2862@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238712300 11021 80.91.229.12 (2 Apr 2009 22:45:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2009 22:45:00 +0000 (UTC) Cc: 2862@emacsbugs.donarmstrong.com To: "Oscar Fuentes" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 03 00:46:18 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LpVfj-0000AF-L4 for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Apr 2009 00:46:08 +0200 Original-Received: from localhost ([127.0.0.1]:56076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpVeL-0002I4-T3 for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Apr 2009 18:44:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpVdc-0001t0-Jm for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2009 18:43:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpVdX-0001pp-FI for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2009 18:43:55 -0400 Original-Received: from [199.232.76.173] (port=60738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpVdW-0001pS-T4 for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2009 18:43:51 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:41532) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LpVdW-00013u-9P for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2009 18:43:50 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n32Mhlgi011029; Thu, 2 Apr 2009 15:43:47 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n32MP5oe006007; Thu, 2 Apr 2009 15:25:05 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Apr 2009 22:25:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2862 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 2862-submit@emacsbugs.donarmstrong.com id=B2862.12387106454308 (code B ref 2862); Thu, 02 Apr 2009 22:25:05 +0000 Original-Received: (at 2862) by emacsbugs.donarmstrong.com; 2 Apr 2009 22:17:25 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n32MHMwf004302 for <2862@emacsbugs.donarmstrong.com>; Thu, 2 Apr 2009 15:17:23 -0700 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id E280057E21E; Thu, 2 Apr 2009 18:18:58 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Thu, 02 Apr 2009 18:43:55 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:26850 Archived-At: > Dired can't visit a file with a backslash on its name (such as > \foo). Those files are displayed with a double backslash. If the user > presses `v' (for viewing) of `f' (for visiting) the file, an error > message is displayed: > dired-get-file-for-visit: File no longer exists; type `g' to update > dired buffer I've checked in a fix. Thanks.