From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Cursor in Splash Screen bug Date: Fri, 30 Aug 2002 15:18:31 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020830074056.897DC93708@server2.fastmail.fm> <5xhehcim2v.fsf@kfs2.cua.dk> <5xd6s0ij8a.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030735539 23756 127.0.0.1 (30 Aug 2002 19:25:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 Aug 2002 19:25:39 +0000 (UTC) Cc: storm@cua.dk, seagull@fastmail.fm, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17krOk-0006B3-00 for ; Fri, 30 Aug 2002 21:25:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17krve-0005IR-00 for ; Fri, 30 Aug 2002 21:59:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17krQB-0004kI-00; Fri, 30 Aug 2002 15:27:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17krHu-00043H-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 15:18:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17krHs-000434-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 15:18:33 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17krHs-00042z-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 15:18:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17krHr-0004ib-00; Fri, 30 Aug 2002 15:18:31 -0400 Original-To: storm@cua.dk In-Reply-To: <5xd6s0ij8a.fsf@kfs2.cua.dk> (no-spam@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7177 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7177 * there is a new alternate-cursor-type (similar to cursor-type) which you can (buffer local) set to get the blink off cursor type. What use is this feature? I don't think we should have it unless there is a specific reason for it. * blink-cursor-alist is now consulted also if you set buffer-local variable cursor-type different from nil and t. Wasn't that already so? If not, I guess you fixed a simple bug. * cursor-in-non-selected-windows can now be set to a specific cursor type. That seems ok.