On Tue, Sep 25, 2007 at 04:42:07PM -0500, Chris Lawrence wrote: > Package: zsh-beta > Version: 4.3.4-dev-1+20070923-1 > Severity: wishlist > File: /usr/share/zsh-beta/4.3.4-dev-1/functions/Completion/Unix/_tex > > Please add completion information for xetex and xelatex to this file; > these drivers accept the same syntax as tex and latex respectively.
Index: Completion/Unix/Type/_tex =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_tex,v retrieving revision 1.4 diff -u -r1.4 _tex --- Completion/Unix/Type/_tex 8 Jun 2005 12:45:36 -0000 1.4 +++ Completion/Unix/Type/_tex 26 Sep 2007 05:15:52 -0000 @@ -1,4 +1,4 @@ -#compdef tex latex slitex pdflatex jadetex pdfjadetex +#compdef tex latex slitex pdflatex jadetex pdfjadetex xetex=tex xelatex=latex local expl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

