From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Docstring for archive-zip-extract Date: Sun, 16 Oct 2005 14:08:41 +0200 Message-ID: <435242C9.2020709@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129467404 26585 80.91.229.2 (16 Oct 2005 12:56:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2005 12:56:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 16 14:56:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ER838-0004az-3r for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 14:55:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER836-0001Z9-2Q for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 08:55:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ER7jQ-0001up-WD for emacs-devel@gnu.org; Sun, 16 Oct 2005 08:35:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ER7jM-0001sR-TX for emacs-devel@gnu.org; Sun, 16 Oct 2005 08:35:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER7jL-0001rj-KS for emacs-devel@gnu.org; Sun, 16 Oct 2005 08:35:12 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1ER7jK-0004dy-JA for emacs-devel@gnu.org; Sun, 16 Oct 2005 08:35:11 -0400 Original-Received: (qmail invoked by alias); 16 Oct 2005 12:35:05 -0000 Original-Received: from unknown (EHLO [192.168.2.21]) [217.13.171.234] by mail.gmx.net (mp032) with SMTP; 16 Oct 2005 14:35:05 +0200 X-Authenticated: #28250155 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: de-DE, de, en-us, en Original-To: emacs-devel@gnu.org X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44112 Archived-At: The docstring for the user option `archive-zip-extract' in lisp/arc-mode.el mentions the variable `archive-zip-use-pkzip', which has been deleted. The following patch fixes this. Would somebody please install it? *** arc-mode.el~ 2005-08-07 00:13:41.000000000 +0200 --- arc-mode.el 2005-10-16 13:55:30.000000000 +0200 *************** *** 225,232 **** '("unzip" "-qq" "-c")) "*Program and its options to run in order to extract a zip file member. Extraction should happen to standard output. Archive and member name will ! be added. If `archive-zip-use-pkzip' is non-nil then this program is ! expected to extract to a file junking the directory part of the name." :type '(list (string :tag "Program") (repeat :tag "Options" :inline t --- 225,231 ---- '("unzip" "-qq" "-c")) "*Program and its options to run in order to extract a zip file member. Extraction should happen to standard output. Archive and member name will ! be added." :type '(list (string :tag "Program") (repeat :tag "Options" :inline t