From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Davide Viti Newsgroups: gmane.emacs.bugs Subject: hexl-mode bug Date: 13 Jun 2002 17:50:01 +0200 Organization: Siemens Inc. Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023983477 9751 127.0.0.1 (13 Jun 2002 15:51:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2002 15:51:17 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17IWsW-0002XA-00 for ; Thu, 13 Jun 2002 17:51:17 +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 17IWsP-0001LB-00; Thu, 13 Jun 2002 11:51:09 -0400 Original-Received: from mailbox4.ucsd.edu ([132.239.1.56]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IWpM-000190-00 for ; Thu, 13 Jun 2002 11:48:04 -0400 Original-Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mailbox4.ucsd.edu (8.12.1/8.12.1) with ESMTP id g5DFlwlD020286 for ; Thu, 13 Jun 2002 08:47:59 -0700 (PDT) Original-Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g5DFlvq22569 for ; Thu, 13 Jun 2002 17:47:57 +0200 (MEST) Original-Received: from news.mch.sbs.de (news.mch.sbs.de [139.23.33.20]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id g5DFlvs24189 for ; Thu, 13 Jun 2002 17:47:57 +0200 (MEST) Original-Received: (from news@localhost) by news.mch.sbs.de (8.9.3/8.9.3) id RAA01652 for gnu-emacs-bug@moderators.isc.org; Thu, 13 Jun 2002 17:47:56 +0200 (MDT) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 19 Original-NNTP-Posting-Host: 141.29.182.59 X-Newsreader: Gnus v5.7/Emacs 20.7 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:2002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2002 Hi, 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 Hope this helps Davide