From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: Open mailto links Date: Thu, 04 Sep 2008 17:59:59 +0200 Message-ID: <87hc8vgav4.fsf@tux.homenetwork> References: <87wshskm7m.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220544584 15827 80.91.229.12 (4 Sep 2008 16:09:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2008 16:09:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 04 18:10:35 2008 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.50) id 1KbHPm-0000vY-MX for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2008 18:10:34 +0200 Original-Received: from localhost ([127.0.0.1]:40924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbHOn-00052Q-4G for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2008 12:09:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbHIj-0000qr-7i for help-gnu-emacs@gnu.org; Thu, 04 Sep 2008 12:03:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbHIg-0000q9-7J for help-gnu-emacs@gnu.org; Thu, 04 Sep 2008 12:03:16 -0400 Original-Received: from [199.232.76.173] (port=41292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbHIf-0000q2-1X for help-gnu-emacs@gnu.org; Thu, 04 Sep 2008 12:03:13 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.187]:61487) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbHId-0005LT-UD for help-gnu-emacs@gnu.org; Thu, 04 Sep 2008 12:03:12 -0400 Original-Received: by fk-out-0910.google.com with SMTP id 18so9850fkq.10 for ; Thu, 04 Sep 2008 09:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=vTPGkY5vuJTb9/N2bVTpBVUNSLh8BUR9AyBwicGx9Gk=; b=C3E4Sokk9K+CM6jlYKNx2nfu4j9BbChdu7psC0o5ta85D1KqltrvPyDpsxkk8UrzJq t6IZjwat+X4lKVbJ1HFET4n8BkQTLpSGDnqKv6vBOuwKvcm4czv6NhAtUVyGkyN5niaZ ftk03xX0dHiWFESdJU5sIV8mCUWc2EtUne0BY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=LU6sx0ibhsDWh2XpfDXWF+XwlkMUYMpBbU+fuNmSAxQIHG8EDugPswdPTn+RXt9leF tkP2N0LbBn/6Kjo44shIASwTUMiiL6xSBvFTtE6QJtte06zqVk2MN9QbVObAnXT+T1n1 1iGy8BxDYRojZTfz6t3CbLiS76FsFtmee/a70= Original-Received: by 10.181.37.11 with SMTP id p11mr8308888bkj.9.1220544189931; Thu, 04 Sep 2008 09:03:09 -0700 (PDT) Original-Received: from tux.homenetwork ( [79.85.211.113]) by mx.google.com with ESMTPS id 31sm58360187nfu.9.2008.09.04.09.03.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Sep 2008 09:03:08 -0700 (PDT) In-Reply-To: <87wshskm7m.fsf@literaturlatenight.de> (henry atting's message of "Thu, 04 Sep 2008 16:41:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.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@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57268 Archived-At: Hi, I use that: ,---- | /usr/bin/emacsclient -e "(message-mail (substring \"$1\" 7))" `---- henry atting writes: > Within iceweasel I open mailto links with this small script: > > > #!/bin/sh > /usr/bin/emacsclient -e "(message-mail \"$1\")" > > > It works but the address is filled in with `mailto` preceeded, like > this: > mailto: a@address.fl > > It's same when I click on a mailto within emacs-w3m. > > Any hints? > > Cheers > henry > -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer - France