From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: problem with hexlify-buffer Date: Thu, 18 Apr 2002 09:20:51 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1019107443 12703 127.0.0.1 (18 Apr 2002 05:24:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 18 Apr 2002 05:24:03 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16y4Oo-0003Im-00 for ; Thu, 18 Apr 2002 07:24:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16y4Oy-0006bB-00; Thu, 18 Apr 2002 01:24:12 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16y4N7-0006MR-00 for ; Thu, 18 Apr 2002 01:22:17 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA03361; Thu, 18 Apr 2002 09:20:51 +0300 (IDT) X-Sender: eliz@is Original-To: ian martins In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:759 On Wed, 17 Apr 2002, ian martins wrote: > I'm using emacs-21.2.1 on win2k, compiled with nmake. (I tried some earlier > versions also, and got the same result) > > when I look at binary file with only an integer (32 bit) value of 60 or > greater in it using emacs hexl-mode, it says: > > 00000000: 81a0 0000 00 ..... > > it should say: > > 00000000: a00 0000 ..... Are you sure you don't have an old hexl.el lurking somewhere along your load-path? (Does "emacs -q -batch -f list-load-path-shadows" say something about duplicate files?) This problem used to happen in Emacs 20.x due to a bug, but that bug was fixed in Emacs 21, IIRC.