From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: cursor doesn't show through transparent images in emacs 22, unlike emacs 21 Date: Sun, 10 Sep 2006 22:25:57 +0200 Message-ID: References: <851wqpgxtp.fsf@lola.goethe.zz> <85ejuojey3.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157920052 17470 80.91.229.2 (10 Sep 2006 20:27:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 20:27:32 +0000 (UTC) Cc: juri@jurta.org, ken.manheimer@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 10 22:27:29 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 1GMVtj-0007rl-QN for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 22:27:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMVtj-0008Rc-8w for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 16:27:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMVtV-0008Pa-O1 for emacs-devel@gnu.org; Sun, 10 Sep 2006 16:27:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMVtU-0008PA-Nu for emacs-devel@gnu.org; Sun, 10 Sep 2006 16:27:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMVtU-0008P5-Is for emacs-devel@gnu.org; Sun, 10 Sep 2006 16:27:08 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMVuZ-0005wq-Sf; Sun, 10 Sep 2006 16:28:16 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id A8C1FA50024; Sun, 10 Sep 2006 22:26:58 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun\, 10 Sep 2006 09\:04\:36 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:59638 Archived-At: Richard Stallman writes: > I just installed a change to always use the hollow cursor (which draws > inside the image border) for non-transparent images (with no mask). > > "Inside the image border" has two natural meanings: > > * Over the region that is the border > > * Over a region that is smaller than the border and which the border > circumscribes. > > The former would be a no-op with border 0; the latter would not. > Which one did you implement? It is a 1-pixel hollow rectangle along the "outer edge" of the area occupied by the "image glyph" (whether it has a border, relief, both or none) -- just like the hollow cursor on any other glyph. So if the image has a border, the hollow cursor is in the border -- otherwise it is in the image itself. -- Kim F. Storm http://www.cua.dk