all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.