unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bounce the cursor?
@ 2010-09-01 17:09 Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2010-09-01 17:09 UTC (permalink / raw)
  To: emacs-devel

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?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-01 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-01 17:09 Bounce the cursor? Eli Zaretskii

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