From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs unconditionally loads tramp.el Date: Sat, 29 Apr 2006 15:09:40 -0400 Message-ID: References: <87r73n5o5x.fsf@pacem.orebokech.com> <87iroz5g0z.fsf@pacem.orebokech.com> <87u08iyd2r.fsf@gmx.de> <87hd4ewcj0.fsf@gmx.de> <87slnxtqum.fsf@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146337850 1484 80.91.229.2 (29 Apr 2006 19:10:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Apr 2006 19:10:50 +0000 (UTC) Cc: eliz@gnu.org, romain@orebokech.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 29 21:10:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZuq6-0004mu-HX for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 21:10:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZuq5-0003R3-TN for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 15:10:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZup4-0002xI-Jo for emacs-devel@gnu.org; Sat, 29 Apr 2006 15:09:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZup3-0002wi-FY for emacs-devel@gnu.org; Sat, 29 Apr 2006 15:09:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZup3-0002wc-CU for emacs-devel@gnu.org; Sat, 29 Apr 2006 15:09:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZusT-0004YC-Lr for emacs-devel@gnu.org; Sat, 29 Apr 2006 15:13:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FZup2-0000wZ-4W; Sat, 29 Apr 2006 15:09:40 -0400 Original-To: Michael Albinus In-reply-to: <87slnxtqum.fsf@gmx.de> (message from Michael Albinus on Fri, 28 Apr 2006 21:58:09 +0200) 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:53611 Archived-At: A user would need to type at least one additional character after the leading "/" in order to get Tramp loaded. But this still will happen without typing or so, just due to `expand-file-name´. (expand-file-name "/") should NOT load tramp! I just found that this problem was due to XEmacs compatibility code. So I deleted that code. I won't delete XEmacs compatibility code merely because it is XEmacs compatibility code; but I won't let a bug remain in Emacs for the sake of XEmacs. I also noticed this: ; These values conform to `file-attributes' from XEmacs 21.2. ; Emacs and other tools not checked. (defconst tramp-file-mode-type-map What exactly hasn't been checked here?