From unknown Tue Jun 24 15:41:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25657: archive-extract: also add archive-extract-to-disk Resent-From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Feb 2017 01:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25657 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25657@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs Received: via spool by submit@debbugs.gnu.org id=B.148660220921121 (code B ref -1); Thu, 09 Feb 2017 01:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Feb 2017 01:03:29 +0000 Received: from localhost ([127.0.0.1]:60646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cbd8z-0005Ub-ES for submit@debbugs.gnu.org; Wed, 08 Feb 2017 20:03:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cbd8y-0005UP-E3 for submit@debbugs.gnu.org; Wed, 08 Feb 2017 20:03:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbd8q-0004zU-AT for submit@debbugs.gnu.org; Wed, 08 Feb 2017 20:03:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34406) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbd8q-0004zQ-7H for submit@debbugs.gnu.org; Wed, 08 Feb 2017 20:03:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbd8n-0006mS-Fl for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2017 20:03:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbd8h-0004w6-LP for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2017 20:03:17 -0500 Received: from homie.mail.dreamhost.com ([208.97.132.208]:39618 helo=homiemail-a3.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbd8h-0004vt-Dm for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2017 20:03:11 -0500 Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id B4E51284078 for ; Wed, 8 Feb 2017 17:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type: content-transfer-encoding; s=jidanni.org; bh=6U1mgN48FQCKT/tkWGt ijDrvaZM=; b=P7eitPDp6fkH7s76qUPPWhrlVa6Ak/RENlFotSj1QchLviYLLfh RxALtl14zKvK3LSeiClfsSjt20QU50rFGpQgNvtRolrK11Z4oYfpgq7qQFb3CNtf rMHVII/a5dYgSskdS+gEl9xjn7+YkoXn6Qg2EATKPgGsZsvDMmtlYSQQ= Received: from jidanni.org (122-118-150-37.dynamic.hinet.net [122.118.150.37]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 7999828406C for ; Wed, 8 Feb 2017 17:03:09 -0800 (PST) From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Date: Thu, 09 Feb 2017 08:56:33 +0800 Message-ID: <8737foxjum.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Help says: > archive-extract is an interactive compiled Lisp function in > =E2=80=98arc-mode.el=E2=80=99. > (archive-extract &optional OTHER-WINDOW-P EVENT) > In archive mode, extract this entry of the archive into its own > buffer. OK that's nice, but there should also be a command to extract to disk. The file might be some binary goop and the user doesn't want to load it into emacs maybe. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 10:30:18 2019 Received: (at control) by debbugs.gnu.org; 26 Jul 2019 14:30:18 +0000 Received: from localhost ([127.0.0.1]:43102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr1Ef-0006i2-OW for submit@debbugs.gnu.org; Fri, 26 Jul 2019 10:30:17 -0400 Received: from quimby.gnus.org ([80.91.231.51]:35954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr1Ed-0006ht-CU for control@debbugs.gnu.org; Fri, 26 Jul 2019 10:30:15 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hr1EY-0008ER-Tw for control@debbugs.gnu.org; Fri, 26 Jul 2019 16:30:12 +0200 Date: Fri, 26 Jul 2019 16:30:10 +0200 Message-Id: <87k1c4lvgt.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #26192 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: merge 26192 25657 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) merge 26192 25657 quit From unknown Tue Jun 24 15:41:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25657: bug#26192: 25.1; Zip-Archive mode has no command for extracting a file to disk Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Aug 2020 10:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25657 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Francesco =?UTF-8?Q?Potort=C3=AC?= Cc: 25657@debbugs.gnu.org, 26192@debbugs.gnu.org Received: via spool by 25657-submit@debbugs.gnu.org id=B25657.159679442332659 (code B ref 25657); Fri, 07 Aug 2020 10:01:01 +0000 Received: (at 25657) by debbugs.gnu.org; 7 Aug 2020 10:00:23 +0000 Received: from localhost ([127.0.0.1]:55751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zAl-0008Uf-9J for submit@debbugs.gnu.org; Fri, 07 Aug 2020 06:00:23 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zAh-0008UF-H3; Fri, 07 Aug 2020 06:00:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Hfqz2hDVbKG8GKdfEd/THG0GJkx50jam7xgYeAQgXnY=; b=XXT+s7/43RDv9K8UKhb0IPJxiG 49Bb9T7w9IsAov1ekivKadGiKgOaE1uekLKBW/aD1YLYNPIdcnXcIIUlReZeX6MJLNlye2ksZ8eIb rBoJE6Luzayi2h+rPky3AFqOdlllAz+tmYHvLImYRjp9MA74WJkA1RK0ccFnCeVl1RAU=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k3zAV-0005eN-1n; Fri, 07 Aug 2020 12:00:13 +0200 From: Lars Ingebrigtsen References: Date: Fri, 07 Aug 2020 12:00:05 +0200 In-Reply-To: ("Francesco =?UTF-8?Q?Potort=C3=AC?="'s message of "Mon, 20 Mar 2017 15:41:26 +0100") Message-ID: <87eeoi6aje.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Francesco =?UTF-8?Q?Potort=C3=AC?= writes: > When opening a zip file, there is no command to estract a member to > file, which for me is a common operation. > > I wish there was such a command. Yeah, that's something I've often missed, too. I've now added it and bound it to the `C' keystroke in Emacs 28.1. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Francesco Potort=C3=AC writes: > When opening a zip file, there is no command to estract a member to > file, which for me is a common operation. > > I wish there was such a command. Yeah, that's something I've often missed, too. I've now added it and bound it to the `C' keystroke in Emacs 28.1. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 07 06:00:34 2020 Received: (at control) by debbugs.gnu.org; 7 Aug 2020 10:00:34 +0000 Received: from localhost ([127.0.0.1]:55756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zAv-0008VF-UU for submit@debbugs.gnu.org; Fri, 07 Aug 2020 06:00:34 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zAu-0008Uy-EM for control@debbugs.gnu.org; Fri, 07 Aug 2020 06:00:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0mHd3uDAIllB/qJUMvfxsIImlsBpZNYWcN2Pt3MNnuU=; b=Zf5YVRv7LrAeamVDAVfvdI9kNt BKjkzV121VRSgp51aRkuiUZBXrriPxp0dqHUXJlg8zMTvpRQ1x6NJnTZV7YCG1XdTGOdMTjEOHND8 2Tf0sikOx4ujTuI9e4iKGSBhzOMzkZdO/1smApc03roj8CaiHb/RNbGOo5JaCIHg9nwk=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k3zAm-0005ea-Lb for control@debbugs.gnu.org; Fri, 07 Aug 2020 12:00:26 +0200 Date: Fri, 07 Aug 2020 12:00:23 +0200 Message-Id: <87d0426aiw.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #25657 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 25657 fixed close 25657 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 25657 fixed close 25657 28.1 quit From unknown Tue Jun 24 15:41:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25657: bug#26192: 25.1; Zip-Archive mode has no command for extracting a file to disk Resent-From: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Aug 2020 10:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25657 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed To: Lars Ingebrigtsen Cc: 25657@debbugs.gnu.org, 26192@debbugs.gnu.org Received: via spool by 25657-submit@debbugs.gnu.org id=B25657.1596794588567 (code B ref 25657); Fri, 07 Aug 2020 10:04:01 +0000 Received: (at 25657) by debbugs.gnu.org; 7 Aug 2020 10:03:08 +0000 Received: from localhost ([127.0.0.1]:55765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zDQ-000094-31 for submit@debbugs.gnu.org; Fri, 07 Aug 2020 06:03:08 -0400 Received: from smtp-clients1.isti.cnr.it ([146.48.28.36]:52746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zDM-00008o-Uj; Fri, 07 Aug 2020 06:03:06 -0400 Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) (Authenticated sender: pot) by smtp-clients1.isti.cnr.it (Postfix) with ESMTPSA id 160C4ED564; Fri, 7 Aug 2020 12:03:03 +0200 (CEST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at smtp-out.isti.cnr.it Received: from pot by tucano.isti.cnr.it with local (Exim 4.94) (envelope-from ) id 1k3zDK-000M2P-O2; Fri, 07 Aug 2020 12:03:02 +0200 From: Francesco =?UTF-8?Q?Potort=C3=AC?= Date: Fri, 07 Aug 2020 12:03:02 +0200 In-reply-to: <87eeoi6aje.fsf@gnus.org> (larsi@gnus.org) References: <87eeoi6aje.fsf@gnus.org> Organization: X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >> When opening a zip file, there is no command to estract a member to >> file, which for me is a common operation. >> >> I wish there was such a command. > >Yeah, that's something I've often missed, too. I've now added it and >bound it to the `C' keystroke in Emacs 28.1. That's good, thanks. Does it work for a directory too? From unknown Tue Jun 24 15:41:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25657: bug#26192: 25.1; Zip-Archive mode has no command for extracting a file to disk Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Aug 2020 10:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25657 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed To: Francesco =?UTF-8?Q?Potort=C3=AC?= Cc: 25657@debbugs.gnu.org, 26192@debbugs.gnu.org Received: via spool by 25657-submit@debbugs.gnu.org id=B25657.15967950731429 (code B ref 25657); Fri, 07 Aug 2020 10:12:01 +0000 Received: (at 25657) by debbugs.gnu.org; 7 Aug 2020 10:11:13 +0000 Received: from localhost ([127.0.0.1]:55779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zLF-0000Mt-GF for submit@debbugs.gnu.org; Fri, 07 Aug 2020 06:11:13 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3zLD-0000MZ-7w; Fri, 07 Aug 2020 06:11:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=p7z+Eg2cdusdzIZDaj4C30jd5a/AZdE5p9kK1vOUgvg=; b=oEfSiPkRuOP9WiuyA58Jm0pS/j kWIvWyInmFdg5tJfoOLKi8udT03DFbqzbpNdE34/N3etWdpsik6uSjcdCk2dUAoNFo0+nauxeH3iQ 9htlecYumpP3cWYbP+rPwHkSkJwKD1tvrcZVi0i+DMd91yWcwT0aOzhAR2KiDrBnlmCA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k3zL5-0005m1-10; Fri, 07 Aug 2020 12:11:05 +0200 From: Lars Ingebrigtsen References: <87eeoi6aje.fsf@gnus.org> Date: Fri, 07 Aug 2020 12:11:01 +0200 In-Reply-To: ("Francesco =?UTF-8?Q?Potort=C3=AC?="'s message of "Fri, 07 Aug 2020 12:03:02 +0200") Message-ID: <874kpe6a16.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Francesco =?UTF-8?Q?Potort=C3=AC?= writes: > That's good, thanks. Does it work for a directory too? No, just single files. Actually, I hadn't even considered that case... Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Francesco Potort=C3=AC writes: > That's good, thanks. Does it work for a directory too? No, just single files. Actually, I hadn't even considered that case... --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no