bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2449: 23.0.90; Disabling transient-mark-mode doesn't work well in an


From: Chong Yidong
Subject: bug#2449: 23.0.90; Disabling transient-mark-mode doesn't work well in ansi-term
Date: Sun, 08 Mar 2009 12:03:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Dan Nicolaescu <dann@ics.uci.edu> writes:

> deactivate-mark seems to do nothing when transient-mark-mode is not
> active (which is the point of this bug report).

The mark can be activated by dragging the mouse.  If transient-mark-mode
is active, it's normally deactivated automatically in the command loop.
However, ansi-term does not use self-insert-command, so this
deactivation is not performed.  So the right thing to do, I think, is to
deactivate it manually in term-send-raw.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]