[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rampant region highlighting
From: |
Glenn Morris |
Subject: |
Re: rampant region highlighting |
Date: |
Mon, 07 Apr 2008 14:30:59 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
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.
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 <=
- 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, 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