[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rampant region highlighting
From: |
Chong Yidong |
Subject: |
Re: rampant region highlighting |
Date: |
Mon, 07 Apr 2008 15:21:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> Stefan Monnier wrote:
>
>> I'm surprised: if you don't like transient-mark-mode, why didn't you write:
> [...]
>> (if transient-mark-mode (setq transient-mark-mode nil)))
>
> Perhaps one day in a fit of madness I will actually want to enable t-m-m...
>
> I should change it to:
>
> (or (eq transient-mark-mode t) (setq transient-mark-mode nil))
>
>> Or even do away with the `if'? That would not suffer from the problem
>> you're seeing.
>
> Shouldn't we be criticising the fact that I have to jump through such
> hoops at all, not the fact that I made them square? It's clearly a
> very polarizing feature, so a standard way to totally disable it would
> seem a good idea.
You mean something like this?
(global-unset-key [down-mouse-1])
(global-unset-key [drag-mouse-1])
Re: rampant region highlighting, Chong Yidong, 2008/04/06
Re: rampant region highlighting, Chong Yidong, 2008/04/06
- Re: rampant region highlighting, Glenn Morris, 2008/04/06
- Re: rampant region highlighting, Chong Yidong, 2008/04/06
- Re: rampant region highlighting, Stefan Monnier, 2008/04/07
- Re: rampant region highlighting, Glenn Morris, 2008/04/07
- Re: rampant region highlighting,
Chong Yidong <=
- Re: rampant region highlighting, Glenn Morris, 2008/04/07
- Re: rampant region highlighting, Chong Yidong, 2008/04/07
- Re: rampant region highlighting, Chong Yidong, 2008/04/07
- Re: rampant region highlighting, Glenn Morris, 2008/04/07
Re: rampant region highlighting, Chong Yidong, 2008/04/07
Re: rampant region highlighting, Thomas Lord, 2008/04/06