From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11678 invoked from network); 14 Feb 2006 12:22:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00, DATE_IN_PAST_12_24,FORGED_RCVD_HELO autolearn=no version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Feb 2006 12:22:17 -0000 Received: (qmail 65574 invoked from network); 14 Feb 2006 12:22:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Feb 2006 12:22:09 -0000 Received: (qmail 4991 invoked by alias); 14 Feb 2006 12:22:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9921 Received: (qmail 4980 invoked from network); 14 Feb 2006 12:22:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Feb 2006 12:22:01 -0000 Received: (qmail 64572 invoked from network); 14 Feb 2006 12:22:01 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by a.mx.sunsite.dk with SMTP; 14 Feb 2006 12:22:00 -0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F8zBs-000609-0L for zsh-users@sunsite.dk; Tue, 14 Feb 2006 13:21:56 +0100 Received: from p5085842c.dip0.t-ipconnect.de ([80.133.132.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2006 13:21:55 +0100 Received: from f.braennstroem by p5085842c.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2006 13:21:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Fabian Braennstroem Subject: open file with tex extension Date: Mon, 13 Feb 2006 14:20:02 +0100 Organization: www.braennstroem.de Message-ID: Reply-To: f.braennstroem@gmx.de X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5085842c.dip0.t-ipconnect.de User-Agent: slrn/0.9.8.1pl1 (Debian) Sender: news Hi, I configured zsh using a couple of config files which I found in the net, which works fine, but the drawback is that I don't understand everything... I like a lot the feature, that when using xpdf and acroread the completion just displays pdf files. A similar feature I could use in a directory with latex files. Once you translated a latex file you have additional files with the same name, but different extension. Now, I look for a way to adjust the completion so that when I type the name of the latex file zsh completes the extension to '.tex' and does not give any other options like: `--> vim sample.aux completing file sample.aux sample.idx sample.out sample.rel sample.tex\~ sample.dvi sample.log sample.pdf sample.tex Is that somehow possible? Greetings! Fabian