From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29382 invoked from network); 31 Aug 2004 08:41:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 Aug 2004 08:41:33 -0000 Received: (qmail 40374 invoked from network); 31 Aug 2004 08:41:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Aug 2004 08:41:26 -0000 Received: (qmail 7444 invoked by alias); 31 Aug 2004 08:40:37 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7950 Received: (qmail 7429 invoked from network); 31 Aug 2004 08:40:36 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 31 Aug 2004 08:40:36 -0000 Received: (qmail 35829 invoked from network); 31 Aug 2004 08:38:42 -0000 Received: from lyta.akte.de (217.160.134.217) by a.mx.sunsite.dk with SMTP; 31 Aug 2004 08:38:41 -0000 Received: (root@lyta.akte.de) by lyta.akte.de id ; Tue, 31 Aug 2004 10:38:36 +0200 KRecCount: 1 KInfo: virscan ok KInfo: NoRelay, NoSpam Received: from condor.int.spiegl.de (pD9E91EC1.dip.t-dialin.net [217.233.30.193]) by lyta.akte.de via kasmail (2.9) id ; Tue, 31 Aug 2004 08:38:25 GMT Received: from condor.int.spiegl.de (spiegl@localhost [127.0.0.1]) by condor.int.spiegl.de (8.12.11.Beta0/8.12.11.Beta0/Debian-1) with ESMTP id i7V8cKdq026476 for ; Tue, 31 Aug 2004 10:38:20 +0200 Received: (from spiegl@localhost) by condor.int.spiegl.de (8.12.11.Beta0/8.12.11.Beta0/Debian-1) id i7V8cK8A026474 for zsh-users@sunsite.dk; Tue, 31 Aug 2004 10:38:20 +0200 X-Authentication-Warning: condor.int.spiegl.de: spiegl set sender to zsh.Andy@spiegl.de using -f Date: Tue, 31 Aug 2004 10:38:20 +0200 From: Andy Spiegl To: Zsh-users List Subject: Re: another Problem with ignore-line Message-ID: <20040831083820.GA21015@spiegl.de> Mail-Followup-To: Zsh-users List References: <20040826181857.GF10369@localhost> <20040826221435.GA28932@spiegl.de> <20040830151313.GA3639@spiegl.de> <10449.1093879550@trentino.logica.co.uk> <20040830172050.GC3639@spiegl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-GPG-Keys: mail -s "send pgp" auto@spiegl.de X-Accepted-File-Formats: ASCII .rtf .ps .pdf - *NO* MS Office files please. X-why-you-shouldnt-use-MS-LookOut: http://www.jensbenecke.de/l-oe-en.php X-warum-man-MS-Outlook-vermeiden-sollte: http://www.jensbenecke.de/l-oe-de.php X-Message-Flag: LookOut! You are using an insecure mail reader which can be used to spread viruses. User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.1 required=6.0 tests=BAYES_01,RCVD_IN_NJABL, RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 0.1 > Try removing "_expand_dots" from that, and see what happens. No difference. > If it still happens after removing _expand_dots is removed, try using > > condor:~/zshtest>mv a<\C-x?> > > (ctrl-x question-mark) which invokes _complete_debug, and examine the temp > file that gets dumped. I did it once with the "ignore-line yes" and once without and tried to interpret the differences in the dump files but I still don't understand where the problem might be. So I thought I'd include the dump files here. No, maybe not as they are pretty big. Instead I'll put them there: http://spiegl.de/zsh/dump_with_ignoreline http://spiegl.de/zsh/dump_without_ignoreline Here are my current completion settings (I removed as much as possible): ---------------- if /bin/true && [[ "$ZSH_VERSION_TYPE" == 'new' ]]; then autoload -U compinit compinit -u else #print "\nAdvanced completion system not found; ignoring zstyle settings." which zstyle >/dev/null || function zstyle { } which compdef >/dev/null || function compdef { } fi # General completion technique zstyle ':completion:*' completer _complete # don't complete the same filename zstyle ':completion:*:(rm|cp|mv):*' ignore-line yes # generic completions for programs which understand GNU long options(--help) compdef _gnu_generic make df du casino wc gpg alien Eterm pump hwclock date mv cp wordtrans rechnerbackup # colored completions if which dircolors >/dev/null; then if [ -f ~/.dircolors ]; then eval "`dircolors -b ~/.dircolors`" else eval "`dircolors -b`" fi fi if [[ $ZSH_VERSION > 3.1.5 ]]; then if [[ $ZSH_VERSION_TYPE == 'new' ]]; then zmodload -i zsh/complist zstyle ':completion:*' list-colors '' zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} # process lists zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' else zmodload -i complist # old method ZLS_COLOURS=${LS_COLORS-${LS_COLOURS-''}} fi fi ---------------- Thanks, Andy. -- o _ _ _ ------- __o __o /\_ _ \\o (_)\__/o (_) -o) ----- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/ /\\ ---- (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_ _\_v ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windoze: For the one it is an operating system, for the others it is the longest virus of the world.