From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: XBM images sometimes inverted on Windows Date: Sun, 02 Dec 2007 17:25:33 +0000 Message-ID: <4752EA8C.9050802@gnu.org> References: <20071130124226.GA28554@janet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196616414 2940 80.91.229.12 (2 Dec 2007 17:26:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 17:26:54 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Neil Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Dec 02 18:27:02 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iysar-0005nL-On for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 18:27:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iysab-0003Xa-UA for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 12:26:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iysa0-0002sI-6p for bug-gnu-emacs@gnu.org; Sun, 02 Dec 2007 12:26:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IysZy-0002pl-8q for bug-gnu-emacs@gnu.org; Sun, 02 Dec 2007 12:26:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IysZy-0002pL-1v for bug-gnu-emacs@gnu.org; Sun, 02 Dec 2007 12:26:06 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IysZx-0002X0-FK for bug-gnu-emacs@gnu.org; Sun, 02 Dec 2007 12:26:05 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id B6EF650036; Sun, 2 Dec 2007 17:26:04 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <20071130124226.GA28554@janet> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17109 Archived-At: Neil Roberts wrote: > Hi, > > I've noticed that when running Emacs under Windows, if you create an > XBM image where the :data keyword is set to a string containing the > actual bits of the bitmap then the foreground and background colours > are swapped. This has been fixed in the Emacs 22 branch. Thanks for your report.