emacs-pretest-bug
[Top][All Lists]
Advanced

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

cursor-in-echo-area ignores the default cursor type


From: Juri Linkov
Subject: cursor-in-echo-area ignores the default cursor type
Date: Tue, 27 Dec 2005 02:18:57 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

After setting the default cursor type to something other than the default
block cursor:

  (setq default-cursor-type 'bar)

and using a function that internally sets the variable `cursor-in-echo-area'
to non-nil, e.g.:

  (y-or-n-p "prompt: ")

or

  `C-h k'

the specified cursor type is ignored and the minibuffer in all these cases
displays the block cursor.

This is not a critical bug, but it would be nice to fix this if possible.

Also the prompt of key-reading commands (like `C-h k') is not highlighted
using the `minibuffer-prompt' face.  This could be fixed as well.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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