From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: Pcompletion for ssh and scp Date: Wed, 05 Dec 2007 17:22:26 -0800 Message-ID: <85fxygborx.fsf@evri.com> References: <85d4tmm6pc.fsf@evri.com> <85zlwolwwy.fsf@evri.com> <5y63zcsn2f.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196904166 16262 80.91.229.12 (6 Dec 2007 01:22:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 01:22:46 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 06 02:22:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J05Ry-0001u0-0I for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 02:22:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J05Rh-0002FJ-8X for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 20:22:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J05Rd-0002FD-Q8 for emacs-devel@gnu.org; Wed, 05 Dec 2007 20:22:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J05Rd-0002EU-6K for emacs-devel@gnu.org; Wed, 05 Dec 2007 20:22:29 -0500 Original-Received: from dsl017-040-092.sea1.dsl.speakeasy.net ([69.17.40.92] helo=zimbra.evri.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J05Rc-00010T-U1; Wed, 05 Dec 2007 20:22:29 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.evri.com (Postfix) with ESMTP id D8A3439CEE; Wed, 5 Dec 2007 17:21:43 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.509 Original-Received: from zimbra.evri.com ([127.0.0.1]) by localhost (zimbra.evri.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eR4HcLhSqT2z; Wed, 5 Dec 2007 17:21:41 -0800 (PST) Original-Received: from imp (dsl017-040-082.sea1.dsl.speakeasy.net [69.17.40.82]) by zimbra.evri.com (Postfix) with ESMTP id 72E5435355; Wed, 5 Dec 2007 17:21:41 -0800 (PST) In-Reply-To: <5y63zcsn2f.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 05 Dec 2007 19:07:20 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84765 Archived-At: Glenn Morris writes: > On my system, the hashes always start with |1|. If this is not > universal, you could add a customizable regexp for "hostnames" to be > ignored. Oh, you're right. How did I miss that? The attached version limits to hostnames that don't start with "|". If there are any other issues, please let me know. Otherwise I'd submit it for inclusion in Emacs. -Phil