From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: rampant region highlighting Date: Mon, 07 Apr 2008 14:29:43 -0400 Message-ID: <2m63ut34dk.fsf@fencepost.gnu.org> References: <87od8mocte.fsf@stupidchicken.com> <87lk3quw12.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207593016 23142 80.91.229.12 (7 Apr 2008 18:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 18:30:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 20:30:49 2008 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 1Jiw77-0003F5-3K for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 20:30:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jiw6U-0004Oa-06 for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 14:30:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jiw6F-0004Jj-3a for emacs-devel@gnu.org; Mon, 07 Apr 2008 14:29:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jiw6D-0004J1-FZ for emacs-devel@gnu.org; Mon, 07 Apr 2008 14:29:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jiw6D-0004Ix-9p for emacs-devel@gnu.org; Mon, 07 Apr 2008 14:29:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jiw6D-0003rN-6z for emacs-devel@gnu.org; Mon, 07 Apr 2008 14:29:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jiw6B-0006m2-Lg; Mon, 07 Apr 2008 14:29:43 -0400 X-Spook: Chobetsu AUTODIN ANDVT ARPA Defcon domestic disruption X-Ran: Y/\^uwrhK!ne<}kut5BAIx{e;FU;;DCM?jUxF (Chong Yidong's message of "Mon, 07 Apr 2008 00:30:17 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: 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:94602 Archived-At: Chong Yidong wrote: > I think the way to handle this is to make mouse wheel scrolling preserve > any temporarily active region iff point isn't moved. Does this patch > give good results for you? Seems to work, thanks.