From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5746 invoked from network); 5 Mar 2005 10:12:56 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Mar 2005 10:12:56 -0000 Received: (qmail 9636 invoked from network); 5 Mar 2005 10:12:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Mar 2005 10:12:50 -0000 Received: (qmail 3724 invoked by alias); 5 Mar 2005 10:12:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20932 Received: (qmail 3707 invoked from network); 5 Mar 2005 10:12:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Mar 2005 10:12:46 -0000 Received: (qmail 9253 invoked from network); 5 Mar 2005 10:12:46 -0000 Received: from zoidberg.org (HELO ssp.lowlatency.de) (213.133.99.5) by a.mx.sunsite.dk with SMTP; 5 Mar 2005 10:12:42 -0000 Received: from [192.168.1.64] (3ece4e6e.datahighways.de [::ffff:62.206.78.110]) (AUTH: PLAIN tobias, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by ssp.lowlatency.de with esmtp; Sat, 05 Mar 2005 11:12:39 +0100 id 004220AF.42298617.000054C4 Message-ID: <42298612.5000605@portfolio16.de> Date: Sat, 05 Mar 2005 11:12:34 +0100 From: Tobias Gruetzmacher User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040926 Thunderbird/0.8 Mnenhy/0.6.0.104 X-Accept-Language: de-DE, de, en-us, en Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_ssp.lowlatency.de-21700-1110017559-0001-2" To: zsh-workers@sunsite.dk Subject: Fix for kfmclient completion X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_ssp.lowlatency.de-21700-1110017559-0001-2 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, just a small bug in the _kfmclient completion, the copy command was not completed correctly: --- orig/Completion/X/Command/_kfmclient +++ mod/Completion/X/Command/_kfmclient @@ -90,7 +90,7 @@ fi ;; - (move|download|openProperties) + (move|download|copy|openProperties) if [[ $state = firstarg ]]; then _webbrowser return Can somebody commit this? Gretings Tobi -- GPG-Key 0xE2BEA341 - signed/encrypted mail preferred My, oh so small, homepage: http://portfolio16.de/ http://www.fli4l.de/ - ISDN- & DSL-Router on one disk! Registered FLI4L-User #00000003 --=_ssp.lowlatency.de-21700-1110017559-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCKYYYGf7YPOK+o0ERAlZZAKDH/vrRtqJ7Qa9qnRB1RAEBMDoZ1gCglAv2 JXn3j/Yo/ZgKsmRN7HcMUg0= =oIR6 -----END PGP SIGNATURE----- --=_ssp.lowlatency.de-21700-1110017559-0001-2--