emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#19463: closed (25.0.50; Files with special chars i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19463: closed (25.0.50; Files with special chars in the name cannot be written on MS Windows)
Date: Sat, 31 Jan 2015 16:35:02 +0000

Your message dated Sat, 31 Jan 2015 18:34:36 +0200
with message-id <address@hidden>
and subject line Re: bug#19463: 25.0.50; Files with special chars in the name 
cannot be written on MS Windows
has caused the debbugs.gnu.org bug report #19463,
regarding 25.0.50; Files with special chars in the name cannot be written on MS 
Windows
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19463: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19463
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; Files with special chars in the name cannot be written on MS Windows Date: Mon, 29 Dec 2014 16:56:48 +0100
The following problem I have observed when running tramp-tests.el on MS
Windows. It isn't a Tramp problem, 'tho.

Files with special characters in their file name cannont be written
locally. The following test is derived from tramp-test30-special-characters.
Note, that this testcase runs w/o problems under GNU/Linux.

--8<---------------cut here---------------start------------->8---
(dolist
    (file
     '(" foo\tbar baz\t"
       "$foo$bar$$baz$"
       "-foo-bar-baz-"
       "%foo%bar%baz%"
       "&foo&bar&baz&"
       "?foo?bar?baz?"
       "*foo*bar*baz*"
       "'foo\"bar'baz\""
       "#foo~bar#baz~"
       "!foo|bar!baz|"
       ":foo;bar:baz;"
       "<foo>bar<baz>"
       "(foo)bar(baz)"
       "[foo]bar[baz]"
       "{foo}bar{baz}"))
  (condition-case err
      (write-region file nil (expand-file-name file temporary-file-directory))
    (error (message "%s" (error-message-string err)))))

=>

Opening output file: invalid argument, c:/Users/Michael/AppData/Local/Temp/ foo 
bar baz
Wrote c:/Users/Michael/AppData/Local/Temp/$foo$bar$$baz$
Wrote c:/Users/Michael/AppData/Local/Temp/-foo-bar-baz-
Wrote c:/Users/Michael/AppData/Local/Temp/%foo%bar%baz%
Wrote c:/Users/Michael/AppData/Local/Temp/&foo&bar&baz&
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/?foo?bar?baz?
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/*foo*bar*baz*
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/'foo"bar'baz"
Wrote c:/Users/Michael/AppData/Local/Temp/#foo~bar#baz~
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/!foo|bar!baz|
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/:foo;bar:baz;
Opening output file: invalid argument, 
c:/Users/Michael/AppData/Local/Temp/<foo>bar<baz>
Wrote c:/Users/Michael/AppData/Local/Temp/(foo)bar(baz)
Wrote c:/Users/Michael/AppData/Local/Temp/[foo]bar[baz]
Wrote c:/Users/Michael/AppData/Local/Temp/{foo}bar{baz}
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.



--- End Message ---
--- Begin Message --- Subject: Re: bug#19463: 25.0.50; Files with special chars in the name cannot be written on MS Windows Date: Sat, 31 Jan 2015 18:34:36 +0200
> From: Michael Albinus <address@hidden>
> Cc: address@hidden
> Date: Tue, 30 Dec 2014 18:38:57 +0100
> 
> This information is important for the User Manual. People like me, who
> don't know too much about MS Windows, would check this first. And even
> MS Windows aficionados might not know such details about file names.

OK, done on the release branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]