From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Help fix this: Bug in sliced XPM images on X -- bad clip mask origin. Date: Fri, 04 Jun 2004 10:29:53 +0900 Organization: Faculty of Science, Chiba University Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1086312633 14454 80.91.224.253 (4 Jun 2004 01:30:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2004 01:30:33 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 04 03:30:22 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BW3XK-0006R5-00 for ; Fri, 04 Jun 2004 03:30:22 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BW3XK-0002Fv-00 for ; Fri, 04 Jun 2004 03:30:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BW3Xg-0000zC-Ra for emacs-devel@quimby.gnus.org; Thu, 03 Jun 2004 21:30:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BW3Xa-0000z7-9m for emacs-devel@gnu.org; Thu, 03 Jun 2004 21:30:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BW3XY-0000yv-JF for emacs-devel@gnu.org; Thu, 03 Jun 2004 21:30:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BW3XY-0000yl-Gh for emacs-devel@gnu.org; Thu, 03 Jun 2004 21:30:36 -0400 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BW3Wv-0005kA-Js; Thu, 03 Jun 2004 21:29:57 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 97DE31A63BA; Fri, 4 Jun 2004 10:29:53 +0900 (JST) Original-To: Jason Rumney In-Reply-To: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24495 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24495 >>>>> On Thu, 03 Jun 2004 23:45:42 +0100, Jason Rumney said: > storm@cua.dk (Kim F. Storm) writes: >> Here is some code to illustrate the bug: >> >> (progn >> (setq im2 (find-image '((:type xpm :file "gnus.xpm")))) >> (insert "\n") >> (insert-image im2) >> (insert "\n") >> (insert-sliced-image im2 nil nil 5 4) >> (insert "\n")) >> >> >> Does this code work on W32 and/or MAC ? > It looks OK on W32. OK on MAC, too. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp