From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21067 invoked from network); 28 May 2004 14:21:02 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 28 May 2004 14:21:02 -0000 Received: (qmail 2249 invoked from network); 28 May 2004 14:20:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 May 2004 14:20:49 -0000 Received: (qmail 11953 invoked by alias); 28 May 2004 14:20:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19991 Received: (qmail 11941 invoked from network); 28 May 2004 14:20:46 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 28 May 2004 14:20:43 -0000 Received: (qmail 2075 invoked from network); 28 May 2004 14:20:43 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 28 May 2004 14:20:40 -0000 Received: from localhost (localhost [127.0.0.1]) by acolyte.scowler.net (Postfix) with ESMTP id 28E757004C; Fri, 28 May 2004 10:20:12 -0400 (EDT) Received: from acolyte.scowler.net ([127.0.0.1]) by localhost (acolyte [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29817-03; Fri, 28 May 2004 10:20:11 -0400 (EDT) Received: by acolyte.scowler.net (Postfix, from userid 1000) id B22E27004A; Fri, 28 May 2004 10:20:11 -0400 (EDT) Date: Fri, 28 May 2004 10:20:11 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: 251407-submitter@bugs.debian.org Subject: lynx file extensions Message-ID: <20040528142011.GA30106@scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at scowler.net X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=6.0 tests=BAYES_01 autolearn=no version=2.63 X-Spam-Hits: -1.5 Apparently some people like to have .htm files. I wonder if there are .xhtm files. Index: Completion/Unix/Command/_lynx =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_lynx,v retrieving revision 1.10 diff -u -r1.10 _lynx --- Completion/Unix/Command/_lynx 28 Feb 2004 12:20:06 -0000 1.10 +++ Completion/Unix/Command/_lynx 28 May 2004 14:17:40 -0000 @@ -140,7 +140,7 @@ outside_telnet print shell suspend telnet_port useragent && return ;; html) - _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return + _alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return ;; esac