From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: ls-lisp and remote files Date: Wed, 12 Nov 2003 22:12:57 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87k7651biu.fsf@emptyhost.emptydomain.de> References: <3FA16F54.80201@math.ku.dk> <873cd2h4vc.fsf@emptyhost.emptydomain.de> <3FAEB1CD.8010100@math.ku.dk> <3FB089D8.8010300@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068756786 23326 80.91.224.253 (13 Nov 2003 20:53:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2003 20:53:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Nov 13 21:53:01 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 1AKOSb-0006ua-00 for ; Thu, 13 Nov 2003 21:53:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKOSb-0001p2-00 for ; Thu, 13 Nov 2003 21:53:01 +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 1AKPOo-000415-1R for emacs-devel@quimby.gnus.org; Thu, 13 Nov 2003 16:53:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKPO7-00040l-61 for emacs-devel@gnu.org; Thu, 13 Nov 2003 16:52:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKPNZ-0003uS-06 for emacs-devel@gnu.org; Thu, 13 Nov 2003 16:52:24 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKPNY-0003u3-Jb for emacs-devel@gnu.org; Thu, 13 Nov 2003 16:51:52 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AKOQ7-0005nm-00 for ; Thu, 13 Nov 2003 21:50:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AK3Ed-00065F-00 for ; Wed, 12 Nov 2003 23:13:11 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AK3Ed-0007NP-00 for ; Wed, 12 Nov 2003 23:13:11 +0100 Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:ZGBcyum72vAcAb9NWiYPHPOFl8o= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17809 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17809 Lars Hansen writes: > Richard Stallman wrote: > >>I think would be better, because the result would be cleaner overall, >>if we changed all those ten files. Are there people who want to do that? >> >> > I agree that it would be cleaner. > > Let me list the lisp files that I think need to be changed: It seems I should participate here. > tramp.el > net/tramp.el > net/tramp-smb.el > net/tramp-vc.el These are easy because they really want to have strings, and so all that's needed is to remove the kludges. I'm afraid that I can't promise to work on this soon; Real Life is taking its toll. But it's now on my todo list. And then, of course, it's quite possible that Michael Albinus will be faster than me. He's always been in the past couple of months. Kudos to Michael. > net/ange-ftp.el > vc-rcs.el For these, I have a vague idea that maybe I can figure out what's needed. Doesn't sound that promising, right? Kai