From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jon Cast Newsgroups: gmane.emacs.devel Subject: Re: Integrate Tramp Date: Fri, 21 Jun 2002 08:33:20 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200206211333.g5LDXKBm006987@adams0-57.reshall.ou.edu> References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1024666044 8600 127.0.0.1 (21 Jun 2002 13:27:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Jun 2002 13:27:24 +0000 (UTC) Cc: rms@gnu.org, Kai.Grossjohann@CS.Uni-Dortmund.DE, storm@cua.dk, monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17LORf-0002Eb-00 for ; Fri, 21 Jun 2002 15:27:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17LOtr-0005DI-00 for ; Fri, 21 Jun 2002 15:56:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17LORi-0008Kv-00; Fri, 21 Jun 2002 09:27:26 -0400 Original-Received: from adams0-57.reshall.ou.edu ([129.15.132.57]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17LOQs-0008Ez-00; Fri, 21 Jun 2002 09:26:35 -0400 Original-Received: from adams0-57.reshall.ou.edu (localhost.localdomain [127.0.0.1]) by adams0-57.reshall.ou.edu (8.12.4/8.12.4) with ESMTP id g5LDXLul006991; Fri, 21 Jun 2002 08:33:21 -0500 Original-Received: from ou.edu (jcast@localhost) by adams0-57.reshall.ou.edu (8.12.4/8.12.4/Submit) with ESMTP id g5LDXKBm006987; Fri, 21 Jun 2002 08:33:21 -0500 X-Authentication-Warning: adams0-57.reshall.ou.edu: jcast owned process doing -bs Original-To: Miles Bader In-Reply-To: Message from Miles Bader of "Fri, 21 Jun 2002 18:49:57 +0900." Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5050 Miles Bader wrote: > Richard Stallman writes: > > I propose /user@host: and /user@method@host: as prefixes. > > But please, also allow just `/host:' (perhaps with appropriate > configuration required to default the user) -- I, and I suspect many > people, usually want to login as the same user... > Also, the `/user@method@host:' syntax makes it impossible to specify > _just_ a host or user and a method (or for that matter, just a method), > which seem useful for tramp (e.g., for the `sudo' methods). Can't you let an empty user name be the same as the current user? Then you can specify just a host and a method by saying `/@method@host:'. I suppose you could do the same to omit the host: `/user@method@:'. Just a thought. Jon Cast