From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs Subject: Re: Setting cursor-type does not trigger redisplay of cursor Date: Thu, 03 Nov 2005 16:41:12 -0500 Message-ID: References: <87mzkpbs9v.fsf@xemacs.org> <874q6wn313.fsf@jurta.org> <87ll06co0w.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131054268 27626 80.91.229.2 (3 Nov 2005 21:44:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 21:44:28 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, hniksic@xemacs.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Nov 03 22:44:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXmqw-0002WU-EV for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Nov 2005 22:42:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXmqu-0007Xb-El for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Nov 2005 16:42:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXmph-0007A0-R8 for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 16:41:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXmpf-00079J-VB for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 16:41:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXmpf-00079D-Q8 for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 16:41:15 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXmpf-0006XC-Ig for bug-gnu-emacs@gnu.org; Thu, 03 Nov 2005 16:41:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EXmpc-0005yS-07; Thu, 03 Nov 2005 16:41:12 -0500 Original-To: Juri Linkov In-reply-to: <87ll06co0w.fsf@jurta.org> (message from Juri Linkov on Thu, 03 Nov 2005 09:54:03 +0200) 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:13886 Archived-At: > I see no need for a set-cursor-type. It seems easy enough for people > to do that using modify-frame-parameters. There are other functions that use modify-frame-parameters like set-cursor-color, set-mouse-color, etc. And why not to add set-cursor-type too? To save our time. To keep the manual smaller. If there is no positive reason to add something, then we don't add it.