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: Dan Nicolaescu
Subject: bug#2449: 23.0.90; Disabling transient-mark-mode doesn't work well in ansi-term
Date: Sun, 8 Mar 2009 11:36:41 -0700 (PDT)

Chong Yidong <cyd@stupidchicken.com> writes:

  > 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.

I think we are miscommunicating here.  The problem in this case happens
when transient-mark-mode is NOT active.

Before installing a fix, I'd like to understand why a fix is needed.
AFAIR nothing has changed in this respect in term.el from emacs-22.
In emacs-22 transient-mark-mode was off by default, and the problem in
this report did not happen.

Has something changed in the way the transient mark is handled even when
transient-mark-mode is inactive?

  > 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]