From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: cursor-type as bar Date: Sun, 12 Mar 2006 07:47:10 -0500 Message-ID: References: <440DA0D1.2050608@iue.tuwien.ac.at> <87d5gshc0c.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 1142167709 21746 80.91.229.2 (12 Mar 2006 12:48:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 12:48:29 +0000 (UTC) Cc: gritsch@iue.tuwien.ac.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 12 13:48:27 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIPzk-00074T-8f for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 13:48:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIPzj-0000SI-Ba for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 07:48:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIPya-0008CC-IK for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIPyZ-0008Bk-UR for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIPyZ-0008Ba-Md for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FIQ2J-0000M7-Ry for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:51:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FIPyY-0003yu-Q3; Sun, 12 Mar 2006 07:47:10 -0500 Original-To: Juri Linkov In-reply-to: <87d5gshc0c.fsf@jurta.org> (message from Juri Linkov on Sun, 12 Mar 2006 00:06:43 +0200) 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:51520 Archived-At: > To really be usable, the bar cursor should be drawn *between* the > characters, e.g. shifting it width/2 pixels to the left. I agree this would be much better, but what to do if the distance between the characters in pixels is less than the width of the bar cursor? I thought the bar cursor WAS drawn between the characters. If that is not the case, it is a bug--would someone please fix it?