From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.bugs Subject: Re: Setting cursor-type does not trigger redisplay of cursor Date: Thu, 03 Nov 2005 19:04:24 +0100 Message-ID: <87vez91uc7.fsf@xemacs.org> References: <87mzkpbs9v.fsf@xemacs.org> <874q6wn313.fsf@jurta.org> <877jbrdtfc.fsf@xemacs.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131041348 17871 80.91.229.2 (3 Nov 2005 18:09:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 18:09:08 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Nov 03 19:09:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXjT6-0007jI-DQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Nov 2005 19:05:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXjT5-0002gk-Aw for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Nov 2005 13:05:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXjS2-0002LX-O1 for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 13:04:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXjS1-0002Kg-3K for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 13:04:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXjS0-0002Ka-UE for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 13:04:36 -0500 Original-Received: from [195.29.150.97] (helo=ls405.htnet.hr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXjRs-00086T-9Q; Thu, 03 Nov 2005 13:04:28 -0500 Original-Received: from ls422.t-com.hr (ls422.t-com.hr [195.29.150.237]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id jA3I4OWn003986; Thu, 3 Nov 2005 19:04:26 +0100 Original-Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id E01D8988043; Thu, 3 Nov 2005 19:04:26 +0100 (CET) X-Envelope-Sender: hniksic@xemacs.org X-Envelope-Sender: hniksic@xemacs.org Original-Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id DD456988042; Thu, 3 Nov 2005 19:04:26 +0100 (CET) Original-Received: from localhost.localdomain (83-131-26-160.adsl.net.t-com.hr [83.131.26.160]) by ls422.t-com.hr (Qmlai) with ESMTP id 9CFE38B806D; Thu, 3 Nov 2005 19:04:26 +0100 (CET) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id C8F7C380028; Thu, 3 Nov 2005 19:04:24 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Thu, 03 Nov 2005 08:50:39 -0500") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:13883 Archived-At: "Richard M. Stallman" writes: > Note that my original bug report does not request a set-cursor-type. > I would just like Emacs to automatically "notice" a change (of any > kind) to cursor-type at the next redisplay. > > Right now, what is it that you need to do to make Emacs really > display the new cursor type? In Emacs 21, I need to call (sit-for 0) to force a redisplay. In Emacs 22 CVS, I am told, that doesn't work. Both apply to setting cursor-type in post-command-hook, not to setting it interactively with `M-: (setq cursor-type ...) RET'.