all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Schmitt <ralf@systemexit.de>
To: emacs-devel@gnu.org
Subject: tramp does not work when using athena
Date: Thu, 23 Jun 2011 13:34:45 +0200	[thread overview]
Message-ID: <87d3i44w8a.fsf@muni.brainbot.com> (raw)

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




             reply	other threads:[~2011-06-23 11:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23 11:34 Ralf Schmitt [this message]
2011-06-23 13:24 ` tramp does not work when using athena 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3i44w8a.fsf@muni.brainbot.com \
    --to=ralf@systemexit.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.