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: Bar Cursor Still To Narrow on Mac OS X Date: Sun, 06 Mar 2011 15:24:57 -0500 Message-ID: <87oc5ot2sm.fsf@stupidchicken.com> References: <87pqq5f7ga.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299450694 22980 80.91.229.12 (6 Mar 2011 22:31:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 22:31:34 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 23:31:30 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 1PwMU5-0008TT-0c for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 23:31:29 +0100 Original-Received: from localhost ([127.0.0.1]:40430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwKWI-0007sR-HQ for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 15:25:38 -0500 Original-Received: from [140.186.70.92] (port=54060 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwKW7-0007qv-O2 for Emacs-devel@gnu.org; Sun, 06 Mar 2011 15:25:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwKVo-0000ty-Vz for Emacs-devel@gnu.org; Sun, 06 Mar 2011 15:25:10 -0500 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:40982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwKVo-0000tu-Sh for Emacs-devel@gnu.org; Sun, 06 Mar 2011 15:25:08 -0500 Original-Received: from furball ([64.134.240.221]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p26KP3Wt018119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 Mar 2011 15:25:05 -0500 Original-Received: by furball (Postfix, from userid 1000) id 746A51604E8; Sun, 6 Mar 2011 15:24:57 -0500 (EST) In-Reply-To: (Ben Key's message of "Sat, 5 Mar 2011 20:45:15 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:136822 Archived-At: Ben Key writes: > Note that with the most recent changes, the cursor is not drawn > correctly when the user sets the cursor-type variable to (hbar . > HEIGHT).=C2=A0 According to the documentation for the cursor-type variabl= e, > when this form is used, the number after the . is supposed to specify > the "height" of the cursor, not the "width." > > I am working on a patch that fixes this problem. Thanks.