From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mirko Newsgroups: gmane.emacs.help Subject: tramp error with filenames with spaces Date: Sat, 6 Feb 2010 09:53:38 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1265481647 17549 80.91.229.12 (6 Feb 2010 18:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Feb 2010 18:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 06 19:40:45 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NdpaH-0001JI-2P for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Feb 2010 19:40:45 +0100 Original-Received: from localhost ([127.0.0.1]:38626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdpaG-0006gK-Hx for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Feb 2010 13:40:44 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!o16g2000vbf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 208.218.238.20 Original-X-Trace: posting.google.com 1265478819 7683 127.0.0.1 (6 Feb 2010 17:53:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 Feb 2010 17:53:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o16g2000vbf.googlegroups.com; posting-host=208.218.238.20; posting-account=yS7ZzQoAAACbDncxMo9UeCyhsLtcDWPM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176647 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71713 Archived-At: Hi, I am using tramp to access files on a RHEL5 machine from a 23.1 emacs running on windows xp. Tramp could not display a directory where a filename had a space. The file in question was `test map.mm', and the debug trace contained the following: stat: cannot stat `test': No such file or directory stat: cannot stat `map.mm': No such file or directory I did not see in the documentation whether tramp can handle filenames with spaces. Is that the case? Thank you, Mirko