emacs-devel
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: Re: address@hidden: cursor-in-echo-area ignores the default cursor type]
Date: Sun, 22 Jan 2006 02:57:14 +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: ")
>>
>> the specified cursor type is ignored and the minibuffer in all these cases
>> displays the block cursor.
>
> How about this fix?

Actually a slightly different fix was installed, and it doesn't work
correctly.  Splitting a window in two and calling a key reading function
displays the default cursor in all windows, even in non-selected ones.

To reproduce this bug, you could type `C-x 2 C-h k' and see how the cursor
in the non-selected window changes from hollow to box.

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





reply via email to

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