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 02:21:49 +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 1157847817 10412 80.91.229.2 (10 Sep 2006 00:23:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 00:23:37 +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 02:23:35 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 1GMD6f-0008SE-7T for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 02:23:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMD6c-00030C-HQ for ged-emacs-devel@m.gmane.org; Sat, 09 Sep 2006 20:23:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMD6O-0002w7-Ei for emacs-devel@gnu.org; Sat, 09 Sep 2006 20:23:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMD6M-0002s3-FC for emacs-devel@gnu.org; Sat, 09 Sep 2006 20:23:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMD6M-0002rp-AN for emacs-devel@gnu.org; Sat, 09 Sep 2006 20:23:10 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMD7F-0003m5-85; Sat, 09 Sep 2006 20:24:05 -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 80D25A5000E; Sun, 10 Sep 2006 02:22:51 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat\, 09 Sep 2006 16\:45\:38 -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:59610 Archived-At: Richard Stallman writes: > The present setting results in almost all cases in a recognizable > cursor position (images with border 0 are possible only come Emacs > 22.1). > > Are you saying that the problem of failing to show the cursor > only applies when the border is 0, and that that is a new feature? > > In that case, let's limit my recommendations to the case when the > border is 0. We can give :mask a different default, or make the lack > of :mask an error, only when border is 0. I just installed a change to always use the hollow cursor (which draws inside the image border) for non-transparent images (with no mask). It was a one-line change, not requiring changes to any platform files (contrary to what I said earlier, we do already have the necessary code to draw into the image -- namely the "draw hollow cursor" code). I hope this settles the current issue. -- Kim F. Storm http://www.cua.dk