emacs-devel
[Top][All Lists]
Advanced

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

tramp does not work when using athena


From: Ralf Schmitt
Subject: tramp does not work when using athena
Date: Thu, 23 Jun 2011 13:34:45 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

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.

If I change the configure line to any of the following two, it works:

./configure --with-x-toolkit=gtk3 --with-xft
./configure --with-x-toolkit=athena --with-xft --without-gconf --without-rsvg

--
Cheers,
Ralf




reply via email to

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