Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#525313: zsh: please add completion for latexmk
- X-seq: zsh-workers 27128
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, 525313@xxxxxxxxxxxxxxx
- Subject: Re: Bug#525313: zsh: please add completion for latexmk
- Date: Sat, 11 Jul 2009 01:49:54 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20090424115801.GW4602@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Vincent Lefevre <vincent@xxxxxxxxxx>, 525313@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090423154318.GA11953@xxxxxxxxxxxxxxxxxxx> <20090423202947.GA9052@xxxxxxxx> <20090424115801.GW4602@xxxxxxxxxxxxxxxxxxx>
On Fri, Apr 24, 2009 at 01:58:01PM +0200, Vincent Lefevre wrote:
> > Do you mean complete *.(tex|TEX|texinfo|texi)(-.) ?
>
> At least .tex and .TEX, probably not .texinfo and .texi, but I wonder
> why these extensions are selected for latex.
Someone with the time and inclination can feel free to separate this
out and add all the latexmk options.
Index: Completion/Unix/Type/_tex
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_tex,v
retrieving revision 1.5
diff -u -r1.5 _tex
--- Completion/Unix/Type/_tex 26 Sep 2007 05:21:49 -0000 1.5
+++ Completion/Unix/Type/_tex 11 Jul 2009 01:47:48 -0000
@@ -1,4 +1,4 @@
-#compdef tex latex slitex pdflatex jadetex pdfjadetex xetex=tex xelatex=latex
+#compdef tex latex slitex pdflatex jadetex pdfjadetex xetex=tex xelatex=latex latexmk
local expl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author