unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* tramp does not work when using athena
@ 2011-06-23 11:34 Ralf Schmitt
  2011-06-23 13:24 ` Michael Albinus
  0 siblings, 1 reply; 16+ messages in thread
From: Ralf Schmitt @ 2011-06-23 11:34 UTC (permalink / raw)
  To: emacs-devel

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 "/root@mail:/etc/aliases")
`----

The emacs modelines says "Opening connection for root@mail 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




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

end of thread, other threads:[~2011-07-22 18:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 11:34 tramp does not work when using athena Ralf Schmitt
2011-06-23 13:24 ` Michael Albinus
2011-06-23 20:40   ` Ralf Schmitt
2011-06-26  7:26     ` Michael Albinus
2011-06-27  8:15       ` Ralf Schmitt
2011-06-27  8:26         ` Ralf Schmitt
2011-06-27 20:34           ` Jan Djärv
2011-06-27 20:53             ` Michael Albinus
2011-07-16 15:06               ` David Engster
2011-07-18  8:31                 ` Ralf Schmitt
2011-07-22  8:51                   ` Jan Djärv
2011-07-22  9:31                     ` Ralf Schmitt
2011-07-22  9:42                       ` David Engster
2011-07-22 18:07                       ` Ralf Schmitt
2011-07-18 20:50                 ` Michael Albinus
2011-07-21 20:08                   ` David Engster

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).