From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Mouse Sel mode and mouse-1-click-follows-link Date: Wed, 11 May 2005 12:27:51 -0400 Message-ID: References: <1446.220.255.40.146.1115564993.squirrel@220.255.40.146> <200505081655.j48GtwS25966@raven.dms.auburn.edu> <1386.220.255.40.146.1115739816.squirrel@220.255.40.146> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115828813 25186 80.91.229.2 (11 May 2005 16:26:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 May 2005 16:26:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 11 18:26:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVu0g-0003zF-NF for ged-emacs-devel@m.gmane.org; Wed, 11 May 2005 18:24:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVu9S-0006tR-8K for ged-emacs-devel@m.gmane.org; Wed, 11 May 2005 12:33:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVu6V-0005bq-Pt for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DVu6N-0005ZP-Jq for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVu6M-0005UJ-Ez for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:26 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DVuBP-00007H-Tb for emacs-devel@gnu.org; Wed, 11 May 2005 12:35:39 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DVu3r-0003h6-8V; Wed, 11 May 2005 12:27:51 -0400 Original-To: "Chong Yidong" In-reply-to: <1386.220.255.40.146.1115739816.squirrel@220.255.40.146> (cyd@stupidchicken.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:36980 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36980 The patch I posted does at least adapt mouse-sel-mode to mouse-1-click-follows-link, so Info and Help buffers will work. If someone could review it and check it in, that would be great. I agree. Fixing Custom is a separate matter. The code in Custom was implemented long ago. Now that we have mouse-1-click-follows-link, it would probably be a simplification to make Custom work with that. It could just define Mouse-2 and allow mouse-1-click-follows-link to handle Mouse-1. So would people please look at the patch you sent, and maybe install it?