all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make blinking cursor visible during motion when using cua
@ 2013-08-24 19:37 John Yates
  0 siblings, 0 replies; only message in thread
From: John Yates @ 2013-08-24 19:37 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

Recent changes have caused the cursor to disappear during movement when
using cua.  From the pov of usability loss of this feedback is a big step
backwards.  I restored the old behavior by changing the initial cursor
state to 'shown' when establishing a timer.  I did this by changing the
last line of blink-cursor-start in frame.el from

    (internal-show-cursor nil nil)))

to

    (internal-show-cursor nil t)))


/john

[-- Attachment #2: Type: text/html, Size: 589 bytes --]

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

only message in thread, other threads:[~2013-08-24 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-24 19:37 make blinking cursor visible during motion when using cua John Yates

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.