From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1647 invoked from network); 10 Oct 2006 16:26:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.6 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Oct 2006 16:26:30 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 40988 invoked from network); 10 Oct 2006 16:26:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Oct 2006 16:26:21 -0000 Received: (qmail 15588 invoked by alias); 10 Oct 2006 16:26:12 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10823 Received: (qmail 15578 invoked from network); 10 Oct 2006 16:26:11 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Oct 2006 16:26:11 -0000 Received: (qmail 39692 invoked from network); 10 Oct 2006 16:26:11 -0000 Received: from rollercoaster.insane.pl (HELO mail.in5.pl) (213.251.173.13) by a.mx.sunsite.dk with SMTP; 10 Oct 2006 16:26:10 -0000 Received: from c182-250.icpnet.pl ([85.221.182.250] helo=enkidu.local) by mail.in5.pl with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (envelope-from ) id 1GXKQj-0004yV-OZ for zsh-users@sunsite.dk; Tue, 10 Oct 2006 18:26:10 +0200 Received: from sthalik by enkidu.local with local (Exim 4.63) (envelope-from ) id 1GXKQk-00068e-3v for zsh-users@sunsite.dk; Tue, 10 Oct 2006 18:26:10 +0200 Date: Tue, 10 Oct 2006 18:26:09 +0200 From: Stanislaw Halik To: zsh-users@sunsite.dk Subject: Re: problems with ssh tab completion Message-ID: <20061010162609.GA23564@localhost.localdomain> Mail-Followup-To: zsh-users@sunsite.dk References: <20061009023729.GA6361@localhost.localdomain> <061009080116.ZM6500@torch.brasslantern.com> <20061009222332.GA9624@localhost.localdomain> <061010084700.ZM8978@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <061010084700.ZM8978@torch.brasslantern.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-User: sthalik On Tue, Oct 10, 2006, Bart Schaefer wrote: > } However, both disabling this matcher-list completely and entering the > } one you specified seems to have no effect. Hostnames, as previously, > } are delimited with dots as "delimiters" of some sort. > I'm out of ideas at the moment and don't have enough details of your > configuration to reproduce the effect. Parts of my zshrc having effects on the completion are located at and . Thanks in advance.