From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [david.reitter@gmail.com: mailclient.el - revised] Date: Sun, 24 Jul 2005 16:46:03 +0200 Message-ID: <42E3A9AB.9040508@student.lu.se> References: <42E2DE0B.2050508@student.lu.se> <0D4BC441-B098-4EC2-BB15-227AA96FE100@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122217159 20936 80.91.229.2 (24 Jul 2005 14:59:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2005 14:59:19 +0000 (UTC) Cc: emacs-devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 24 16:59:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dwhwe-0000oj-Nv for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2005 16:59:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dwhyt-0004oc-Sf for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2005 11:01:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dwhwa-0004BX-MH for emacs-devel@gnu.org; Sun, 24 Jul 2005 10:59:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DwhwW-00048o-LQ for emacs-devel@gnu.org; Sun, 24 Jul 2005 10:59:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DwhwW-00044b-Co for emacs-devel@gnu.org; Sun, 24 Jul 2005 10:59:04 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DwhuG-000192-Ni for emacs-devel@gnu.org; Sun, 24 Jul 2005 10:56:44 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD2004530DD; Sun, 24 Jul 2005 16:46:04 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: David Reitter In-Reply-To: <0D4BC441-B098-4EC2-BB15-227AA96FE100@gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41183 David Reitter wrote: > On 24 Jul 2005, at 01:17, Lennart Borgman wrote: > >> I sent some suggestions earlier on what to do to get this working on >> w32 too. Could these please be included? > > > Ok, you mean using mailclient-send-it as default for send-mail- > function not only in Darwin, but also on Windows? > Sounds good to me, except that it'd be good if you test it with one > or two common mailclients, because I can't. > I did test it with ThunderBird. However it should not depend on the mail client used. In w32 there is a problem with the parameter length when passing the URL to w32. I have done a workaround placing data on the clipboard. Otherwise (browse-url ...) for the "mailto:..." URL is used just as in your original code.