unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6909: transient-mark-mode
@ 2010-08-25 12:58 Marco Bisetto
  2010-08-25 18:10 ` Alan Mackenzie
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Bisetto @ 2010-08-25 12:58 UTC (permalink / raw)
  To: 6909

Hi all,

This is not a bug, it's a wrong feature:

- transient-mark-mode on by default is a bad idea

- transient-mark-mode is a bad idea per se: you must press more keys and
  waste energy for no reason

- Active Region Highlighting is nonsense if you use rectangles such as in
  C-x r t

- Active Region Highlighting is a pain if you change your mind and no more
  want to act on the region you just marked

* transient-mark-mode off by default is a possible workaround to this bad
  situation where everybody must set it to nil in the configuration file

Bye.

--
Marco Bisetto

A few releases ago theese three lines weren't necessary in .emacs.el:

(global-set-key [home] 'beginning-of-buffer)
(global-set-key [end] 'end-of-buffer)
(setq transient-mark-mode nil)






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-09 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-25 12:58 bug#6909: transient-mark-mode Marco Bisetto
2010-08-25 18:10 ` Alan Mackenzie
2010-08-25 22:52   ` Bastien
2011-07-09 18:56     ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).