Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: complete (real C) tags
- X-seq: zsh-workers 11574
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: complete (real C) tags
- Date: Thu, 25 May 2000 14:41:14 +0000
- In-reply-to: <200005251218.OAA02569@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200005251218.OAA02569@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author