From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: New Tramp version fails with ssh. Date: Sun, 30 May 2004 13:37:26 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405301837.i4UIbQG08258@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085942327 19204 80.91.224.253 (30 May 2004 18:38:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 18:38:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 20:38:40 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUVCi-0000Jd-00 for ; Sun, 30 May 2004 20:38:40 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUVCi-0001DN-00 for ; Sun, 30 May 2004 20:38:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUVCr-0001DL-BS for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 14:38:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUVCo-0001DD-EV for emacs-devel@gnu.org; Sun, 30 May 2004 14:38:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUVCm-0001Cy-T1 for emacs-devel@gnu.org; Sun, 30 May 2004 14:38:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUVCm-0001Cv-CU for emacs-devel@gnu.org; Sun, 30 May 2004 14:38:44 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUVCQ-0003RM-Fj for emacs-devel@gnu.org; Sun, 30 May 2004 14:38:22 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i4UIcGuE007231; Sun, 30 May 2004 13:38:16 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4UIbQG08258; Sun, 30 May 2004 13:37:26 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: Kai Grossjohann X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:24229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24229 I do C-x C-f on a file using the "/ssh:..." type syntax. Local machine GNU/Linux, remote machine Solaris2.8. Result (from *Messages*): tramp: Finding a suitable `ls' command tramp: Checking remote `/bin/ls' command for `-n' option tramp: Testing remote command `/bin/ls' for -n...okay tramp-check-ls-commands: Invalid function: (macro . #[(variable value &rest body) " Then follows some byte code which apparently calls describe-function, because that is what happens if I try to yank. Then: [variable body value if get (quote byte-obsolete-variable) quote progn let] 6 ("/usr/local/share/emacs/21.3.50/lisp/net/tramp.elc" . 226654)]) I have a Tramp debug buffer, but it does not seem to contain any more information. It ends with: # Finding a suitable `ls' command # Checking remote `/bin/ls' command for `-n' option $ test -x /bin/ls 2>/dev/null; echo tramp_exit_status $? tramp_exit_status 0 # Testing remote command `/bin/ls' for -n... $ /bin/ls -lnd / >/dev/null 2>/dev/null; echo tramp_exit_status $? tramp_exit_status 0 # Testing remote command `/bin/ls' for -n...okay