all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 6144@debbugs.gnu.org
Subject: bug#6144: 23.2; unzip arguments quoting
Date: Sun, 9 May 2010 23:13:37 +0200	[thread overview]
Message-ID: <p2ve01d8a51005091413n68e45886jb6b8564de140ecb9@mail.gmail.com> (raw)
In-Reply-To: <4BE60B77.9030603@yandex.ru>

On Sun, May 9, 2010 at 3:10 AM, Dmitry Gutov <dgutov@yandex.ru> wrote:
> When I tried to open any zip or jar archive in dired and view contents of
> any file
> inside, Emacs just writes "caution: filename not matched: "<internal path>".
> An investigation with Process Explorer Monitor has led me to believe that
> Emacs
> launches the unzip executable with parameters -qq -c "<filename>"
> "\"<internal path>\"", and the extra escaped quotes in the last parameter
> are
> the source of the problem.
>
> Replacing
>
> "(if (equal (car archive-zip-extract) "unzip")
>     (shell-quote-argument name)
>       name)"
>
> with "name"
>
> in arc-mode.el and recompiling the file solved the problem.

Thanks for the bug report, Dmitry. However the current code seems to
work well with the unzip program from gnuwin32:

  UnZip 5.51 of 22 May 2004, by Info-ZIP.

What unzip program are you using?






  reply	other threads:[~2010-05-09 21:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-09  1:10 bug#6144: 23.2; unzip arguments quoting Dmitry Gutov
2010-05-09 21:13 ` Lennart Borgman [this message]
2010-05-09 23:09   ` Dmitry Gutov
     [not found] ` <mailman.2.1273440410.17813.bug-gnu-emacs@gnu.org>
     [not found]   ` <yz6vdam4cgi.fsf@sas.com>
2010-05-18 11:22     ` hm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=p2ve01d8a51005091413n68e45886jb6b8564de140ecb9@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=6144@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.