From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Patch to change mouse binding for html view in gnus Date: Sun, 01 Jul 2007 15:43:16 -0600 Message-ID: References: Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183327406 19820 80.91.229.12 (1 Jul 2007 22:03:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2007 22:03:26 +0000 (UTC) Cc: Emacs Hackers To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 02 00:03:25 2007 connect(): Connection refused 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.50) id 1I57Vr-0006Q6-VB for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 00:03:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I57Vr-0004OI-Ie for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 18:03:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I57Vn-0004MM-Or for emacs-devel@gnu.org; Sun, 01 Jul 2007 18:03:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I57Vl-0004Hv-P3 for emacs-devel@gnu.org; Sun, 01 Jul 2007 18:03:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I57Vl-0004HW-Jh for emacs-devel@gnu.org; Sun, 01 Jul 2007 18:03:17 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I57Vl-0001MT-0w for emacs-devel@gnu.org; Sun, 01 Jul 2007 18:03:17 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l61M3GpL011759; Sun, 1 Jul 2007 18:03:16 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l61M3Gtk007545; Sun, 1 Jul 2007 18:03:16 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l61M3FKG012763; Sun, 1 Jul 2007 18:03:15 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id C2C2A508218; Sun, 1 Jul 2007 15:43:16 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Reiner Steib's message of "Sun\, 01 Jul 2007 23\:48\:19 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74160 gmane.emacs.gnus.general:64855 Archived-At: >>>>> "Reiner" == Reiner Steib writes: >> However, if I click on a link in an HTML message rendered this way, >> the target is displayed using w3m. I generally don't want this; I >> only use w3m in Emacs for specialized things and in other cases I'd >> rather use my external web browser. Reiner> I'm not sure if doing this unconditionally is a good idea. Shouldn't Reiner> it be customizable? I don't know. Personally I think this is a good default -- people who want to browse extensively in Emacs can set their browse-url-browser-function. Maybe there are people who want to usually use an external browser but then browse using w3m from gnus. That seems weird to me :), but if such people exist then, yeah, this should be customizable. Tom