From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Changing the default for `send-mail-function' Date: Mon, 27 Jun 2011 07:59:51 +0200 Message-ID: <4E081C57.3030908@swipnet.se> References: <4E078D62.8040301@harpegolden.net> <4E07B64C.8050407@harpegolden.net> <4E07C6EA.7040603@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309154880 9610 80.91.229.12 (27 Jun 2011 06:08:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 06:08:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 08:07: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 1Qb4zD-0003ji-Ta for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 08:07:56 +0200 Original-Received: from localhost ([::1]:52316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb4zC-0006F3-Ef for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 02:07:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb4rY-0004he-4g for emacs-devel@gnu.org; Mon, 27 Jun 2011 02:00:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb4rV-0004jM-V0 for emacs-devel@gnu.org; Mon, 27 Jun 2011 01:59:59 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:56301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb4rV-0004iS-IZ for emacs-devel@gnu.org; Mon, 27 Jun 2011 01:59:57 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 98FD7E9DE8 for ; Mon, 27 Jun 2011 07:59:52 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjdgAP8bCE5V4S1kPGdsb2JhbABShEmESJ4xCwEBAQE3Moh2rWuQJIErg3mBDASWcYsv X-IronPort-AV: E=Sophos;i="4.65,431,1304287200"; d="scan'208";a="201591768" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 27 Jun 2011 07:59:52 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id B23097FA05A; Mon, 27 Jun 2011 07:59:51 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.18) Gecko/20110613 Thunderbird/3.1.11 In-Reply-To: <4E07C6EA.7040603@harpegolden.net> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.197 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:141047 Archived-At: Hi. David De La Harpe Golden skrev 2011-06-27 01.55: > On 27/06/11 00:26, Lars Magne Ingebrigtsen wrote: > > >> Ok... so what does that have to do with smtpmail.el or anything? >> > > You are talking about changing send-mail-function (see subject line). A > function that calls xdg-email to open an email for sending via the user's > preferred email client on an x11 desktop is a possible value, with the > advantage that said preferred email client is likely already configured to > send somewhere useful. We have that option in report-emacs-bug. C-c m starts you preferred mailer. It uses xdg-email where available. Jan D.