From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Icon displayed wrong Date: Sat, 19 May 2007 10:53:13 +0300 Message-ID: References: <92odkh9za2.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179561211 4141 80.91.229.12 (19 May 2007 07:53:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 07:53:31 +0000 (UTC) Cc: cloos@jhcloos.com, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 19 09:53:29 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HpJkm-000751-Ds for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 09:53:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpJkl-0000GI-16 for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 03:53:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpJki-0000GC-IR for emacs-devel@gnu.org; Sat, 19 May 2007 03:53:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpJkh-0000Fz-3j for emacs-devel@gnu.org; Sat, 19 May 2007 03:53:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpJkh-0000Fw-10 for emacs-devel@gnu.org; Sat, 19 May 2007 03:53:23 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpJkd-0006Qu-A8; Sat, 19 May 2007 03:53:19 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-254-231.inter.net.il [84.229.254.231]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GTV57828 (AUTH halo1); Sat, 19 May 2007 10:53:15 +0300 (IDT) In-reply-to: <92odkh9za2.fsf@fencepost.gnu.org> (message from Glenn Morris on Sat, 19 May 2007 01:07:49 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:71372 Archived-At: > From: Glenn Morris > Date: Sat, 19 May 2007 01:07:49 -0400 > Cc: rms@gnu.org, emacs-devel@gnu.org > > James Cloos wrote: > > > The problem with raw pgm files was fixed, but the cancel.pbm file should > > still be replaced. > > Fine. I've converted it on the trunk The converted image displays differently from the original one: it looks like it gets its foreground and background colors from the current frame. To reproduce, visit the original and the converted PBM files in a frame that sets non-default colors. For the record, mine are set up as follows: (add-to-list 'default-frame-alist '(background-color . "gray86")) (add-to-list 'default-frame-alist '(foreground-color . "medium blue")) The original image, by contrast, always displays as black on white. I don't know enough about images and tool-bar buttons to say which of these is the behavior we want.