From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: Open mailto links Date: Thu, 04 Sep 2008 16:41:17 +0200 Organization: LiteraturLateNight Message-ID: <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 1220540708 31044 80.91.229.12 (4 Sep 2008 15:05:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2008 15:05:08 +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 17:06:02 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 1KbGO1-0001ox-LN for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2008 17:04:41 +0200 Original-Received: from localhost ([127.0.0.1]:51685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbGN2-0007PI-5M for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2008 11:03:40 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.k-dsl.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: port-92-195-70-141.dynamic.qsc.de Original-X-Trace: online.de 1220539171 6659 92.195.70.141 (4 Sep 2008 14:39:31 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Thu, 4 Sep 2008 14:39:31 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:tWqp1DNUwGiAKp1vJ9DwLkCRkyI= Original-Xref: news.stanford.edu gnu.emacs.help:161918 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:57261 Archived-At: Within iceweasel I open mailto links with this small script: --8<---------------cut here---------------end--------------->8--- #!/bin/sh /usr/bin/emacsclient -e "(message-mail \"$1\")" --8<---------------cut here---------------end--------------->8--- 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