From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Patch to fix the Bar Cursor Too Narrow problem on Mac OS X Date: Mon, 21 Feb 2011 19:35:39 -0500 Message-ID: <87bp24oqhw.fsf@stupidchicken.com> References: <87d3mnj0o1.fsf@stupidchicken.com> <87wrktxo9t.fsf@stupidchicken.com> <87ipwcor2z.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298334953 1587 80.91.229.12 (22 Feb 2011 00:35:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 00:35:53 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 01:35:49 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrgEH-0001DV-Aa for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2011 01:35:49 +0100 Original-Received: from localhost ([127.0.0.1]:51633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrgEG-0003JM-P5 for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 19:35:48 -0500 Original-Received: from [140.186.70.92] (port=48131 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrgEC-0003I5-JW for Emacs-devel@gnu.org; Mon, 21 Feb 2011 19:35:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrgEB-0006Ag-DN for Emacs-devel@gnu.org; Mon, 21 Feb 2011 19:35:44 -0500 Original-Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]:35380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrgEB-0006Ac-Bk for Emacs-devel@gnu.org; Mon, 21 Feb 2011 19:35:43 -0500 Original-Received: from furball (dhcp128036014213.central.yale.edu [128.36.14.213]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id p1M0ZdMW012334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 21 Feb 2011 19:35:40 -0500 Original-Received: by furball (Postfix, from userid 1000) id A47A0160F40; Mon, 21 Feb 2011 19:35:39 -0500 (EST) In-Reply-To: <87ipwcor2z.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 21 Feb 2011 19:23:00 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.147 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.147 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:136360 Archived-At: Chong Yidong writes: > If changing the behavior of get_specified_cursor_type (e.g. making it > set a default width) does make a difference on the NS terminal, there is > a problem with the logic somewhere in the NS terminal By the way, ns_draw_window_cursor really ought to be re-written to follow x_draw_window_cursor in xterm.c. The current version is a mess.