From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.tramp,gmane.emacs.devel Subject: Re: ls-lisp and remote files Date: Fri, 07 Nov 2003 21:16:09 -0500 Sender: tramp-devel-bounces+tramp=quimby.gnus.org@nongnu.org Message-ID: References: <3FA16F54.80201@math.ku.dk> <873cd2h4vc.fsf@emptyhost.emptydomain.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068258341 10516 80.91.224.253 (8 Nov 2003 02:25:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2003 02:25:41 +0000 (UTC) Cc: larsh@math.ku.dk, tramp-devel@nongnu.org, kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: tramp-devel-bounces+tramp=quimby.gnus.org@nongnu.org Sat Nov 08 03:25:38 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIInC-0005bL-00 for ; Sat, 08 Nov 2003 03:25:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIInC-0007ZI-00 for ; Sat, 08 Nov 2003 03:25:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AIJjb-0000FO-Fe for tramp@quimby.gnus.org; Fri, 07 Nov 2003 22:25:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AIJiU-0008FY-Hx for tramp-devel@nongnu.org; Fri, 07 Nov 2003 22:24:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AIJho-000786-4s for tramp-devel@nongnu.org; Fri, 07 Nov 2003 22:24:40 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AIJhm-000778-Kp; Fri, 07 Nov 2003 22:24:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AIIe1-0006zU-Kz; Fri, 07 Nov 2003 21:16:09 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 06 Nov 2003 08:37:34 -0500) X-BeenThere: tramp-devel@nongnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tramp-devel-bounces+tramp=quimby.gnus.org@nongnu.org Xref: main.gmane.org gmane.emacs.tramp:1402 gmane.emacs.devel:17723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17723 > It turned out that what the code really wants is the user name. That's what I remember as well. I think we should simply switch to user-names, but if compatibility is a problem, we can just provide an additional argument to select between the two behaviors. It sounds good to me.