From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Tramp launched through gnus-alias Date: Thu, 15 Jul 2010 15:55:58 +0200 Organization: Sebastien Vauban Message-ID: <87eif4hms1.fsf@mundaneum.com> References: <87d3uxq0f0.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291845594 16881 80.91.229.12 (8 Dec 2010 21:59:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 21:59:54 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Dec 08 22:59:50 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQS3C-0001hF-35 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:59:50 +0100 Original-Received: from localhost ([127.0.0.1]:36329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQS3B-00086A-IO for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 16:59:49 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 63 Injection-Date: Thu, 15 Jul 2010 13:55:59 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="No+jx9xcG75RY5G9Zb0asg"; logging-data="28730"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX19HkHMW8EpbVvBsdm/P2YQk" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Archive: encrypt Cancel-Lock: sha1:a1aZabKMgtbtjHWj6KPpstkuAhU= sha1:UMyoppU4g3DI1b7qG6FiIxowa1o= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:179773 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:76093 Archived-At: Hello, > I've just installed Ubuntu 10.4 on my laptop, and reinstalled Emacs (=3Ds= udo > aptitude install emacs=3D) and my Emacs config files (=3D.emacs=3D, =3D.b= bdb=3D and > =3D.gnus=3D). Not much more, right now. > > Weirdly enough, I now have a problem when loading my =3D.emacs=3D file. O= f course, > I don't have yet all the tools reinstalled (such as =3Dhunspell=3D, for e= xample) > and such a situation could be the root of my problem. > > Though, to be honest, I've got quite some problems trying to understand t= he > cause of my symptom, which is that Emacs stops with the following message: > > Process *tramp/ssh sva@c* exited abnormally with code 255 Same problem when replying or forwarding mails. --8<---------------cut here---------------start------------->8--- Using the Identity [3 times] Tramp: Opening connection for hTtP using scp... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `ssh hTtP -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell File error: Process died tramp-error: Process died --8<---------------cut here---------------end--------------->8--- but I found the source of that, in my `.gnus': --8<---------------cut here---------------start------------->8--- ;; set up my identities (setq gnus-alias-identity-alist `(("Spammotel-ID" "" "\"Sebastien Vauban\" " "Organization" ( ("X-Url" . "hTtP://www.spammotel.com") ) "\nSebastien\n" "~/.signatures/spammotel") --8<---------------cut here---------------end--------------->8--- It occurs when the line `X-Url' is present. Commenting that line makes the problem disappear... Though I've found the source of the error, I still don't understand why Tra= mp tries to launch a connection, using that address (on purpose, capitalized weirdly)... Anybody? Best regards, Seb --=20 S=C3=A9bastien Vauban