Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Minimal patch to _pdf
- X-seq: zsh-workers 26106
- From: "Allan Caffee" <allan.caffee@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Re: Minimal patch to _pdf
- Date: Mon, 1 Dec 2008 21:21:57 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZtvyoRy1RmHMROoS+rR0/Z3RPhaZtsOFl6DJdHoDWlA=; b=nqqCSCrrRB1IBCo+VAdEFFrXIlilfzr79Ckn5ksafG7CReJJQh2T13h3as289iV5x5 QR9qsYHxhP6W0fHY9hcbjsjxiJWIz0JtkEx2jMt/qTgL5uiHjh15J9T/AycSt9kIbmxU yx5tzIpCKiPvbwgf/MOPMA9xrpCTs4GMIdbxE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lWNPs5K1Kyom96+Rr6WIPpeo4TFwOm+mhC0lWTjvCtjnHSpi1tl8S7TvsTtmljKOBK ZR8yomlvtyY8nomxinPyfOkv088azVrso0WsdBGCFG8DlPylsX0q2S3quC1dEUHNobph 9PyTdTfmPaC97NQ9EeYx6rRVvCccXJzH7SxzU=
- In-reply-to: <2d460de70812011726q578ad8bn778678171e2c6053@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812011726q578ad8bn778678171e2c6053@xxxxxxxxxxxxxx>
On Mon, Dec 1, 2008 at 8:26 PM, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> See attached
>
I noticed that your patch modifies _pdf to complete for Okular. I
don't think you want to do that. Okular is used for viewing documents
for many different formats like PostScript and DVI files. By setting
its completion function to _pdf you are preventing it from completing
any of the other formats. It would be better to create a new function
which uses _pdf and the other relevant completion functions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author