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 16:25:54 -0400 Message-ID: References: <87od8mocte.fsf@stupidchicken.com> <5ty77qhbjr.fsf@fencepost.gnu.org> <1gwsn91pr0.fsf@fencepost.gnu.org> <878wzpcvz0.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 1207600014 17957 80.91.229.12 (7 Apr 2008 20:26:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 20:26:54 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 22:27:26 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 1JixvX-0005gR-8X for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 22:26:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jixut-0007b0-PW for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 16:26:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jixug-0007LM-J9 for emacs-devel@gnu.org; Mon, 07 Apr 2008 16:25:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jixue-0007IM-GR for emacs-devel@gnu.org; Mon, 07 Apr 2008 16:25:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jixue-0007I0-6O for emacs-devel@gnu.org; Mon, 07 Apr 2008 16:25:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jixud-0005x0-OQ for emacs-devel@gnu.org; Mon, 07 Apr 2008 16:25:56 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jixuc-00033b-Pt; Mon, 07 Apr 2008 16:25:54 -0400 X-Spook: gamma anarchy S Box target Kosovo DRM Taiwan FBI X-Ran: W*\F)1wSMbPCR}u};0fWO74`a/"if@c,Fvq|7i}-nqmDE2$*YWOli3#I[aw~kHO:QTGgxx X-Hue: white X-Attribution: GM 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:94620 Archived-At: Chong Yidong wrote: > If you want to avoid tmm entirely, you could, y'know, avoid using > the mouse... > You mean something like this? > > (global-unset-key [down-mouse-1]) > (global-unset-key [drag-mouse-1]) I avoided rising to the bait the first time, but no, I don't mean something like that. Is that really your policy, or are you joking? I'm either annoyed or not amused, accordingly. (setq transient-mark-mode 'never) would be an acceptable solution.