From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ken Manheimer" Newsgroups: gmane.emacs.devel Subject: cursor doesn't show through transparent images in emacs 22, unlike emacs 21 Date: Fri, 18 Aug 2006 19:22:02 -0400 Message-ID: <2cd46e7f0608181622w23c7d2b0h9b963deeadfd1c06@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155943345 13250 80.91.229.2 (18 Aug 2006 23:22:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Aug 2006 23:22:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 19 01:22:23 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 1GEDfR-0006xK-22 for ged-emacs-devel@m.gmane.org; Sat, 19 Aug 2006 01:22:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEDfQ-0007tj-7O for ged-emacs-devel@m.gmane.org; Fri, 18 Aug 2006 19:22:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GEDfC-0007ta-78 for emacs-devel@gnu.org; Fri, 18 Aug 2006 19:22:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GEDfA-0007tG-08 for emacs-devel@gnu.org; Fri, 18 Aug 2006 19:22:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEDf9-0007tD-Tq for emacs-devel@gnu.org; Fri, 18 Aug 2006 19:22:03 -0400 Original-Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GEDly-0005WA-2d for emacs-devel@gnu.org; Fri, 18 Aug 2006 19:29:06 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so1651534nfc for ; Fri, 18 Aug 2006 16:22:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iOyzpREuXywAULWNExCYghhzJIX0VBdHQu6hlF2UmYPNAdHN8rQ+IhA7IlI9q56eipb66W7dhebrxBt5+KYz8M7SU2cSIc00NjeQb7xZjUOu7gUzv6bf2bXLb5MFY4KR66N3Ax0pNu/XIErPwS/KfOhCimVHfeH5F2+8IpWPRJc= Original-Received: by 10.49.8.10 with SMTP id l10mr4664497nfi; Fri, 18 Aug 2006 16:22:02 -0700 (PDT) Original-Received: by 10.78.144.19 with HTTP; Fri, 18 Aug 2006 16:22:02 -0700 (PDT) Original-To: Emacs-Devel Content-Disposition: inline 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:58497 Archived-At: i don't know how to get anything but the outermost pixels of the cursor to show behind transparent images in emacs 22, while the cursor body shows through the transparent part of images in emacs 21. here's a fairly simple way to produce the effect: emacs -q include the following text in the scratch buffer: (put-text-property 1 2 'display (find-image '((:type xpm :file "info.xpm")))) evaluate the expression, and the first character in the buffer should turn into the info question mark glyph. put the cursor on the first character. in emacs 22, only the outermost pixel of the cursor shows. in emacs 21, the cursor color shows through everything but the question mark symbol, itself. the info xpm images shipped with emacs 21.4 and 22.0.50 are identical. is this a bug, or am i doing something wrong? -- ken ken.manheimer@gmail.com http://myriadicity.net