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

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

[debbugs-tracker] bug#24486: closed (25.1; `dired-do-compress-to' needs


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24486: closed (25.1; `dired-do-compress-to' needs to call `expand-file-name')
Date: Fri, 23 Sep 2016 08:10:01 +0000

Your message dated Fri, 23 Sep 2016 11:09:50 +0300
with message-id <address@hidden>
and subject line Re: bug#24486: 25.1; `dired-do-compress-to' needs to call 
`expand-file-name'
has caused the debbugs.gnu.org bug report #24486,
regarding 25.1; `dired-do-compress-to' needs to call `expand-file-name'
to be marked as done.

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


-- 
24486: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24486
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1; `dired-do-compress-to' needs to call `expand-file-name' Date: Tue, 20 Sep 2016 13:11:19 -0700 (PDT)
This line of `dired-do-compress-to':

         (out-file (read-file-name "Compress to: "))

needs to be changed to this:

         (out-file (expand-file-name (read-file-name "Compress to: ")))

Otherwise, an output file name that is read as, say, ~/some/dir/foo.zip
ends up erroneously trying to do this, or similar:

zip I/O error: No such file or directory
zip error: Could not create output file 
(/cygdrive/d/some/path//some/dir/foo.zip)
                                                              ^^
                                                             NOTE

In GNU Emacs 25.1.1 (x86_64-w64-mingw32)
 of 2016-09-17
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --without-dbus --without-compress-install CFLAGS=-static'



--- End Message ---
--- Begin Message --- Subject: Re: bug#24486: 25.1; `dired-do-compress-to' needs to call `expand-file-name' Date: Fri, 23 Sep 2016 11:09:50 +0300
> Date: Tue, 20 Sep 2016 13:11:19 -0700 (PDT)
> From: Drew Adams <address@hidden>
> 
> This line of `dired-do-compress-to':
> 
>          (out-file (read-file-name "Compress to: "))
> 
> needs to be changed to this:
> 
>          (out-file (expand-file-name (read-file-name "Compress to: ")))
> 
> Otherwise, an output file name that is read as, say, ~/some/dir/foo.zip
> ends up erroneously trying to do this, or similar:
> 
> zip I/O error: No such file or directory
> zip error: Could not create output file 
> (/cygdrive/d/some/path//some/dir/foo.zip)

Thanks, fixed on the emacs-25 branch.


--- End Message ---

reply via email to

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