emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp does not work when using athena


From: Michael Albinus
Subject: Re: tramp does not work when using athena
Date: Thu, 23 Jun 2011 15:24:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Ralf Schmitt <address@hidden> writes:

> I'm using emacs trunk on a 64 bit archlinux box, and noticed that tramp
> does not work when configuring emacs to use the athena toolkit.
> The following does not work:
>
> ,----
> | ./configure --with-x-toolkit=athena --with-xft
> | make
> | src/emacs -Q --load ~/doit.el 
> `----
>
> where doit.el contains:
> ,----[ doit.el ]
> | (require 'tramp)
> | (setq tramp-verbose 5)
> | (setq tramp-default-method "ssh")
> | (find-file "/address@hidden:/etc/aliases")
> `----
>
> The emacs modelines says "Opening connection for address@hidden using ssh..."
> and it hangs there. C-g does work however.

Could you, please, increase tramp-verbose to 6 in your doit.el, and
rerun the test? Tramp's debug buffer shall tell us what's happening.

> Cheers,
> Ralf

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]