all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Temporarily overriding cursor color?
@ 2015-02-05 13:03 David Kastrup
  2015-02-05 16:18 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: David Kastrup @ 2015-02-05 13:03 UTC (permalink / raw)
  To: emacs-devel


(let ((cookie (face-remap-add-relative 'cursor :background "red")))
   (recursive-edit)
   (face-remap-remove-relative cookie))

does not appear to do anything.  Any idea why?

-- 
David Kastrup



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-05 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 13:03 Temporarily overriding cursor color? David Kastrup
2015-02-05 16:18 ` Eli Zaretskii
2015-02-05 16:36   ` David Kastrup
2015-02-05 16:58     ` Eli Zaretskii

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.