From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: find a file and put it in a window Date: Mon, 26 Jul 2004 20:26:00 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3405-Mon26Jul2004202559+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090862893 20643 80.91.224.253 (26 Jul 2004 17:28:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2004 17:28:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 26 19:28:01 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bp9Ga-0006x0-00 for ; Mon, 26 Jul 2004 19:28:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bp9Jd-0006O7-Ak for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jul 2004 13:31:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bp9JS-0006Nj-8J for help-gnu-emacs@gnu.org; Mon, 26 Jul 2004 13:30:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bp9JQ-0006N4-SW for help-gnu-emacs@gnu.org; Mon, 26 Jul 2004 13:30:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bp9JQ-0006N0-Lg for help-gnu-emacs@gnu.org; Mon, 26 Jul 2004 13:30:56 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bp9GM-00082a-JV for help-gnu-emacs@gnu.org; Mon, 26 Jul 2004 13:27:46 -0400 Original-Received: from zaretski ([80.230.149.135]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DXY09363; Mon, 26 Jul 2004 20:27:42 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Jasen on Sun, 25 Jul 2004 22:34:40 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.help:19804 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19804 > From: Jasen > Newsgroups: gnu.emacs.help > Date: Sun, 25 Jul 2004 22:34:40 -0700 > > Ok, I'm almost there but Emacs gets me an empty new file rather than the > existing file? Could this be the problem of space in the directory > path because I'm using Windows XP and there are spaces in the path? > c:/Documents and Settings/austin/Local Settings/Temp I don't think it should matter in this case, but it's easy to check: just run the same code on a directory where the result of the shell command gives you a file name without embedded whitespace, and see if that succeeds.