unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* New Tramp version fails with ssh.
@ 2004-05-30 18:37 Luc Teirlinck
  2004-05-30 19:59 ` Luc Teirlinck
  2004-05-30 21:28 ` Stefan Monnier
  0 siblings, 2 replies; 7+ messages in thread
From: Luc Teirlinck @ 2004-05-30 18:37 UTC (permalink / raw)
  Cc: emacs-devel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-30 21:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-30 18:37 New Tramp version fails with ssh Luc Teirlinck
2004-05-30 19:59 ` Luc Teirlinck
2004-05-30 20:25   ` Andreas Schwab
2004-05-30 20:46     ` Kai Grossjohann
2004-05-30 21:28 ` Stefan Monnier
2004-05-30 21:34   ` Luc Teirlinck
2004-05-30 21:59     ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).