From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: emacs 24 find-dired problems on Windows Date: Sun, 29 Apr 2012 15:23:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: <233eaa64-7f29-49ca-ae4b-019b6410a01d@a8g2000pbe.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335738314 31359 80.91.229.3 (29 Apr 2012 22:25:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Apr 2012 22:25:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 30 00:25:13 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SOcYL-0007aZ-Lu for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Apr 2012 00:25:13 +0200 Original-Received: from localhost ([::1]:48816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOcYK-0007tl-T2 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Apr 2012 18:25:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!a8g2000pbe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1335738224 25275 127.0.0.1 (29 Apr 2012 22:23:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 29 Apr 2012 22:23:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a8g2000pbe.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:192267 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84677 Archived-At: there seems to be a problem of emacs 24's find-dired. when using GNU Emacs 24.1.50.1, calling find-dired, i got one of this: 2533274790481547 2 -rwx------ 1 h3 None 2994 Apr 28 20:52 xx\ saga\ of\ bsof\ 2011-07-22.html note the backslash there. when i move the cursor to that line and press Enter, i get: dired-get-file-for-visit: File no longer exists; type `g' to update dired buffer update doesn't help. Somehow, filenames with spaces causes the problem. The problem also happens when calling dired-do-query-replace-regexp =E3=80=90Q=E3=80=91, it'll stop dead reporting file doesn't exist. What could possibly be the problem? GNU Emacs 24.1.50.1 (i386-mingw-nt6.1.7601) of 2012-04-23 on MARVIN (if starting emacs with -Q, then another problem occur. It calls Microsoft cmd.exe's find. (thanks to Yuri Khan .) Xah