From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mailclient-send-it usage of browse-url Date: Thu, 15 Apr 2010 20:14:00 -0400 Message-ID: References: <86DDDA9D-2655-4B6C-A54E-AA87521C74E9@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271376856 11633 80.91.229.12 (16 Apr 2010 00:14:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 00:14:16 +0000 (UTC) Cc: chad , "christian.lynbech@tieto.com>" , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 16 02:14:15 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@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 1O2ZCH-0004ia-As for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 02:14:13 +0200 Original-Received: from localhost ([127.0.0.1]:47065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZCF-0002gP-Oc for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 20:14:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2ZC9-0002g7-Vi for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:14:06 -0400 Original-Received: from [140.186.70.92] (port=52426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZC8-0002fb-Pf for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2ZC6-0007tf-Kr for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:14:04 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:52634 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ZC6-0007tM-IT for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:14:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGpIx0tMCpxH/2dsb2JhbACbanK+T4JpgiUEi10 X-IronPort-AV: E=Sophos;i="4.52,215,1270440000"; d="scan'208";a="60980440" Original-Received: from 76-10-156-71.dsl.teksavvy.com (HELO ceviche.home) ([76.10.156.71]) by ironport2-out.pppoe.ca with ESMTP; 15 Apr 2010 20:14:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id BB8FF660BF; Thu, 15 Apr 2010 20:14:00 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Thu, 15 Apr 2010 19:15:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123733 Archived-At: > Better, but not good enough IMO since it does not work for web mail > and a lot of users might have that. Maybe it won't quite do the best possible thing, but it does solve the main problem: using an interface where the user is likely to send a bug report that will just get silently dropped somewhere along the way. Furthermore, the current code tries mostly to let the "system" figure out what MUA to use, so if a user is using webmail as her MUA, then the "system" should know about it; and if the "system" can't be told to use that webmail system, then it's a problem in the "system". Stefan