From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2128 invoked from network); 25 May 2000 14:41:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 May 2000 14:41:54 -0000 Received: (qmail 29897 invoked by alias); 25 May 2000 14:41:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11574 Received: (qmail 29890 invoked from network); 25 May 2000 14:41:32 -0000 From: "Bart Schaefer" Message-Id: <1000525144114.ZM2788@candle.brasslantern.com> Date: Thu, 25 May 2000 14:41:14 +0000 In-Reply-To: <200005251218.OAA02569@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: Re: complete (real C) tags" (May 25, 2:18pm) References: <200005251218.OAA02569@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Re: complete (real C) tags MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 25, 2:18pm, Sven Wischnowsky wrote: } Subject: Re: PATCH: Re: complete (real C) tags } } Thomas Koehler wrote: } } > Sorry for not having tested zsh-3.1.7-pre-versions so far (I'm still } > using zsh-3.1.6-dev-21/22)... I have a (smaller) issue with make } > completion: when there are multiple targets in one line, it won't work } > as expected. } > } > So, is it possible to change completion so that it recognizes these } > rules, too? } } This has long been fixed. Maybe upgrading to 3.1.7 next week? ;-) It's still broken for cases like this: all install uninstall tools config configure proto depend lint tags \ types test testclean clean distclean: cd src && $(MAKE) $@ The above works for GNU make because make is actually executed to output the list of targets, but the awk script used for other makes handles neither backslashed newlines nor tabs embedded in the list of targets. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com