emacs-devel
[Top][All Lists]
Advanced

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

Bounce the cursor?


From: Eli Zaretskii
Subject: Bounce the cursor?
Date: Wed, 01 Sep 2010 20:09:04 +0300

mouse-set-region has this fragment:

      (if (numberp beg) (goto-char beg))
      ;; On a text terminal, bounce the cursor.
      (or transient-mark-mode
          (window-system)
          (sit-for 1))   <<<<<<<<<<<<<<<<<<<< ?????
      (push-mark)

Why does it call sit-for only on text terminals?  Is there some
assumption that the region dragged over is not highlighted in color,
or am I missing something?



reply via email to

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