From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.bugs Subject: RE: bad tool-bar icons in Emacs 22.1 release Date: Sat, 9 Jun 2007 14:30:24 -0700 Message-ID: References: <466B17B4.3040303@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181424710 4999 80.91.229.12 (9 Jun 2007 21:31:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2007 21:31:50 +0000 (UTC) Cc: Bug-Gnu-Emacs To: "Jason Rumney" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 09 23:31:49 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 1Hx8XE-0007mP-El for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2007 23:31:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx8XD-0006QC-Ua for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2007 17:31:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx8WN-0005QF-MN for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2007 17:30:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx8WM-0005Ni-H3 for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2007 17:30:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx8WL-0005NI-Ua for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2007 17:30:54 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hx8WK-0003AT-AP; Sat, 09 Jun 2007 17:30:52 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l59LUnnI012441; Sat, 9 Jun 2007 16:30:49 -0500 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l59LGAY3031933; Sat, 9 Jun 2007 15:30:48 -0600 Original-Received: from dhcp-amer-whq-csvpn-gw3-141-144-80-33.vpn.oracle.com by acsmt350.oracle.com with ESMTP id 2866269751181424634; Sat, 09 Jun 2007 14:30:34 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-Reply-To: <466B17B4.3040303@gnu.org> X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= X-detected-kernel: 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:15812 Archived-At: > >>> See attached images. The one with the bad tool-bar icons (which > >>> are also poorly aligned) is from the 22.1 release. The one with > >>> the good icons is from Lennart Borgman's build of 2007-05-22. > >>> > >>> The README said that it would be OK to unpack the complete source > >>> distribution on top of the Windows distribution, so that's what I did. > > Judging by the type of corruption you are seeing, did the program you > used to unpack the source distribution also convert the line-ends of > files to DOS line ends, thus corrupting the image files? Bingo! Thanks. `find-file-literally' shows ^M at the end of each line. I read this in the README.W32: "Be sure to disable the CR/LF translation or the executables will be unusable. Older versions of WinZipNT would enable this translation by default. If you are using WinZipNT, disable it. (I don't have WinZipNT myself, and I do not know the specific commands necessary to disable it.)" FYI - My WinZip version is "8.1 (4331)" - a few years old. The latest version available is 11.1. I wonder if the README.W32 text shouldn't say which WinZip versions are problematic (e.g. prior to version ___)? Wrt how to disable it: I found, at least in my version, that the Miscellaneous tab of the Configuration dialog box has a check box "TAR file smart CR/LF conversion", which I assume is the problem (it was checked). Thanks again. Sorry for the false route, but perhaps this will help in some way.