From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Schmitt Newsgroups: gmane.emacs.devel Subject: tramp does not work when using athena Date: Thu, 23 Jun 2011 13:34:45 +0200 Message-ID: <87d3i44w8a.fsf@muni.brainbot.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308831540 14561 80.91.229.12 (23 Jun 2011 12:19:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2011 12:19:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 14:18:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZis3-0004bB-2b for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 14:18:55 +0200 Original-Received: from localhost ([::1]:33748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZis1-0001y8-U3 for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 08:18:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZiGW-0007YB-Pu for emacs-devel@gnu.org; Thu, 23 Jun 2011 07:40:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZiGU-0005Vf-Rz for emacs-devel@gnu.org; Thu, 23 Jun 2011 07:40:08 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:39567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZiGU-0005UK-BJ for emacs-devel@gnu.org; Thu, 23 Jun 2011 07:40:06 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZiGT-00069S-BZ for emacs-devel@gnu.org; Thu, 23 Jun 2011 13:40:05 +0200 Original-Received: from mail.brainbot.com ([217.86.167.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 13:40:05 +0200 Original-Received: from ralf by mail.brainbot.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 13:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mail.brainbot.com User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:RDVBdOyQyszCIlxrsQsuxmTHrIQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140917 Archived-At: 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