From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [juri@jurta.org: cursor-in-echo-area ignores the default cursor type] Date: Wed, 28 Dec 2005 12:01:18 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135791269 410 80.91.229.2 (28 Dec 2005 17:34:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Dec 2005 17:34:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 28 18:34:26 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ErfBq-0003rK-FP for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 18:34:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErfD9-0008Vl-NC for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 12:35:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Erei2-0001J1-8v for emacs-devel@gnu.org; Wed, 28 Dec 2005 12:03:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Erehy-0001G5-Uk for emacs-devel@gnu.org; Wed, 28 Dec 2005 12:03:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Erehy-0001Fd-Df for emacs-devel@gnu.org; Wed, 28 Dec 2005 12:03:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EreiA-0007F1-NC for emacs-devel@gnu.org; Wed, 28 Dec 2005 12:03:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Erefu-00009R-5F; Wed, 28 Dec 2005 12:01:18 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48432 Archived-At: Could someone please look at this? ------- Start of forwarded message ------- From: Juri Linkov To: emacs-pretest-bug@gnu.org 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: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------