From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: MAC OS X Bar Cursor Width Question Date: Sat, 12 Feb 2011 14:56:17 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1297524057 27261 80.91.229.12 (12 Feb 2011 15:20:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 15:20:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 12 16:20:52 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 1PoHH1-0001xf-Dq for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2011 16:20:50 +0100 Original-Received: from localhost ([127.0.0.1]:60149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoHGt-0005eQ-Qu for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2011 10:20:27 -0500 Original-Received: from [140.186.70.92] (port=42881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoGto-0001FO-Cx for emacs-devel@gnu.org; Sat, 12 Feb 2011 09:56:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoGtn-0007Bi-Dv for emacs-devel@gnu.org; Sat, 12 Feb 2011 09:56:36 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:55587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoGtn-0007B6-6y for emacs-devel@gnu.org; Sat, 12 Feb 2011 09:56:35 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PoGtg-0007vq-F9 for emacs-devel@gnu.org; Sat, 12 Feb 2011 15:56:28 +0100 Original-Received: from IP-217-24-106-207.telemail.fi ([217.24.106.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Feb 2011 15:56:28 +0100 Original-Received: from Adrian.B.Robert by IP-217-24-106-207.telemail.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Feb 2011 15:56:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 217.24.106.207 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:135947 Archived-At: Ben Key gmail.com> writes: >  s.size.width = min (cursor_width, w->phys_cursor_width); //FIXME(see above) > Would not this be a better thing to do? > I would appreciate any feedback you might have to offer on this question. This sounds reasonable to me. If it works for you, please post a patch. thanks, Adrian