From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Stoeber Newsgroups: gmane.emacs.bugs Subject: Re: hexl-mode bug Date: Thu, 13 Jun 2002 18:09:57 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020613160957.GA48890@freud.RZ.TU-Ilmenau.DE> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023984735 13090 127.0.0.1 (13 Jun 2002 16:12:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2002 16:12:15 +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 17IXCo-0003P0-00 for ; Thu, 13 Jun 2002 18:12:15 +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 17IXCj-0002hN-00; Thu, 13 Jun 2002 12:12:09 -0400 Original-Received: from freud.rz.tu-ilmenau.de ([141.24.190.31]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IXA2-0002YF-00 for ; Thu, 13 Jun 2002 12:09:22 -0400 Original-Received: (from past-in@localhost) by freud.rz.tu-ilmenau.de (SGI-8.9.3/8.9.3) id SAA69367; Thu, 13 Jun 2002 18:09:57 +0200 (MDT) Original-To: Davide Viti Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i 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:2005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2005 A random guess: try (setq default-enable-multibyte-characters nil) Or update to Emacs 21.2.1 where it doesn't happen. On Thu, Jun 13, 2002 at 05:50:01PM +0200, Davide Viti wrote: > try and create a 1-byte binary file with the following command > > printf "\xff" > log > > and you'll obviously get the wanted file > > -rw-rw-rw- 1 VitiD 5 1 Jun 13 17:13 log > > now visit it using the hexl-mode and... > > 00000000: 81ff .. > > It happens both under linux and under windows NT with Emacs 20.7.1 > and seems to happen with values >= 0xa0