From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21888 invoked from network); 9 Oct 2006 22:23:51 -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; 9 Oct 2006 22:23:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 76289 invoked from network); 9 Oct 2006 22:23:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Oct 2006 22:23:43 -0000 Received: (qmail 27570 invoked by alias); 9 Oct 2006 22:23:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10820 Received: (qmail 27560 invoked from network); 9 Oct 2006 22:23:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 Oct 2006 22:23:35 -0000 Received: (qmail 75129 invoked from network); 9 Oct 2006 22:23:35 -0000 Received: from rollercoaster.insane.pl (HELO mail.in5.pl) (213.251.173.13) by a.mx.sunsite.dk with SMTP; 9 Oct 2006 22:23:34 -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 1GX3X3-0002JB-4F for zsh-users@sunsite.dk; Tue, 10 Oct 2006 00:23:33 +0200 Received: from sthalik by enkidu.local with local (Exim 4.63) (envelope-from ) id 1GX3X3-0002dI-2E for zsh-users@sunsite.dk; Tue, 10 Oct 2006 00:23:33 +0200 Date: Tue, 10 Oct 2006 00:23:33 +0200 From: Stanislaw Halik To: zsh-users@sunsite.dk Subject: Re: problems with ssh tab completion Message-ID: <20061009222332.GA9624@localhost.localdomain> Mail-Followup-To: zsh-users@sunsite.dk References: <20061009023729.GA6361@localhost.localdomain> <061009080116.ZM6500@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <061009080116.ZM6500@torch.brasslantern.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-User: sthalik On Mon, Oct 09, 2006, Bart Schaefer wrote: > [...] Thank you for an explanation. > If you find this useful elsewhere, such as in file names, but not in > ssh, you can change the matcher-list style just for ssh with another > zstyle command such as: > zstyle ':completion:*:(ssh|scp):*' matcher-list '' Right now I'm using the following matcher-list: zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z} m:{a-zA-Z}={A-Za-z}' 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.