From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [juri@jurta.org: cursor-in-echo-area ignores the default cursor type] Date: Tue, 17 Jan 2006 03:29:23 +0200 Organization: JURTA Message-ID: <87hd83x2jh.fsf@jurta.org> References: <87wth3g3yr.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137465013 6237 80.91.229.2 (17 Jan 2006 02:30:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 02:30:13 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 17 03:30:11 2006 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 1Eygbm-0008Go-Pc for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 03:30:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyge6-0007tG-44 for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 21:32:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EygdO-0007h5-Be for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:31:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EygdM-0007g0-Er for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:31:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EygdL-0007fv-KY for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:31:44 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eyggt-0004Os-Al; Mon, 16 Jan 2006 21:35:23 -0500 Original-Received: from mail.neti.ee (80-235-38-208-dsl.mus.estpak.ee [80.235.38.208]) by Relayhost1.neti.ee (Postfix) with ESMTP id 460121B53; Tue, 17 Jan 2006 04:29:11 +0200 (EET) Original-To: Chong Yidong In-Reply-To: <87wth3g3yr.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 13 Jan 2006 17:25:48 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:49194 Archived-At: >> 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? That works right. Thanks. -- Juri Linkov http://www.jurta.org/emacs/