emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: cursor-in-echo-area ignores the default cursor type]


From: Richard M. Stallman
Subject: address@hidden: cursor-in-echo-area ignores the default cursor type]
Date: Wed, 28 Dec 2005 12:01:18 -0500

Could someone please look at this?

------- Start of forwarded message -------
From: Juri Linkov <address@hidden>
To: address@hidden
Organization: JURTA
Date: Tue, 27 Dec 2005 02:18:57 +0200
X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee
Subject: cursor-in-echo-area ignores the default cursor type
Sender: address@hidden
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

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/



_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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