From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: [patch] Tramp and file attributes Date: Sat, 27 Nov 2004 08:39:31 +0100 Message-ID: <41A82F33.5090709@math.ku.dk> References: <4197505D.7060401@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101541224 23416 80.91.229.6 (27 Nov 2004 07:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Nov 2004 07:40:24 +0000 (UTC) Cc: =?ISO-8859-1?Q?Kai_Gro=DF?= =?ISO-8859-1?Q?johann?= , Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 27 08:40:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXxBs-00038i-00 for ; Sat, 27 Nov 2004 08:40:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXxLA-0004w5-2y for ged-emacs-devel@m.gmane.org; Sat, 27 Nov 2004 02:49:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXxKi-0004tr-PA for emacs-devel@gnu.org; Sat, 27 Nov 2004 02:49:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXxKf-0004rb-Ce for emacs-devel@gnu.org; Sat, 27 Nov 2004 02:49:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXxKf-0004rG-5s for emacs-devel@gnu.org; Sat, 27 Nov 2004 02:49:25 -0500 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXxB6-00014X-Se for emacs-devel@gnu.org; Sat, 27 Nov 2004 02:39:33 -0500 Original-Received: from math.ku.dk (pppoe1-ves.broadcom.dk [212.99.255.40]) by smtp.kabelnettet.dk (Postfix) with ESMTP id AB3C0609845; Sat, 27 Nov 2004 08:39:31 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: emacs-devel@gnu.org In-Reply-To: <4197505D.7060401@math.ku.dk> 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: main.gmane.org gmane.emacs.devel:30423 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30423 FYI: Yesterday I installed my patch. So now directory-files-and-attributes and ls-lisp works with Tramp when the remote system has perl. The changes does not add tramp prefix to absolute symlinks as I wrote in my last mail -- that was a bad idea.