From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4425 invoked from network); 24 Jul 2006 11:51:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Jul 2006 11:51:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 53088 invoked from network); 24 Jul 2006 11:51:39 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jul 2006 11:51:39 -0000 Received: (qmail 13752 invoked by alias); 24 Jul 2006 11:51:27 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10547 Received: (qmail 13742 invoked from network); 24 Jul 2006 11:51:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Jul 2006 11:51:27 -0000 Received: (qmail 51534 invoked from network); 24 Jul 2006 11:51:27 -0000 Received: from zoidberg.org (HELO cthulhu.zoidberg.org) (213.133.99.5) by a.mx.sunsite.dk with SMTP; 24 Jul 2006 11:51:26 -0000 Received: from kos-mos (xdsl-87-78-108-43.netcologne.de [::ffff:87.78.108.43]) (IDENT: unknown, AUTH: PLAIN tobias, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by cthulhu.zoidberg.org with esmtp; Mon, 24 Jul 2006 13:51:23 +0200 id 040146BE.44C4B43B.00004FA2 Date: Mon, 24 Jul 2006 13:51:17 +0200 From: Tobias Gruetzmacher To: zsh-users@sunsite.dk Subject: chpwd() and completions functions Message-ID: <20060724115117.GA8050@portfolio16.de> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_cthulhu.zoidberg.org-20386-1153741883-0001-2" Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_cthulhu.zoidberg.org-20386-1153741883-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I have a slight problem here: My chpwd() function is messing up some completions. For example, the darcs completion has: print $(cd $root; pwd -P) This triggers my chpwd() function, so the output ends up containing the stuff my chpwd() function is writing out, which makes the completion system break at this point. Any ides how to fix this problem? Greetings, Tobi --=20 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 --=_cthulhu.zoidberg.org-20386-1153741883-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFExLQ1Gf7YPOK+o0ERAvEuAKC5WdYkxFFvyIxybCD6kH/XV3lkKwCfTApT y6/xs599EvP3OZuS74iYyA4= =2Pm+ -----END PGP SIGNATURE----- --=_cthulhu.zoidberg.org-20386-1153741883-0001-2--