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: emacs misbehaves without --unibyte Date: Wed, 29 May 2002 00:40:42 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5567-Wed29May2002004042+0300-eliz@is.elta.co.il> References: <20020528200814.GA487959@bruegel.RZ.TU-Ilmenau.DE> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022622298 4416 127.0.0.1 (28 May 2002 21:44:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 May 2002 21:44:58 +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 17Com2-000197-00 for ; Tue, 28 May 2002 23:44:58 +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 17Comf-000622-00; Tue, 28 May 2002 17:45:37 -0400 Original-Received: from freya.inter.net.il ([192.114.186.14]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Colv-0005oO-00 for ; Tue, 28 May 2002 17:44:51 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BLQ09259; Wed, 29 May 2002 00:44:14 +0300 (IDT) Original-To: paul.stoeber@stud.tu-ilmenau.de X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <20020528200814.GA487959@bruegel.RZ.TU-Ilmenau.DE> (message from Paul Stoeber on Tue, 28 May 2002 22:08:14 +0200) 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:1654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1654 > From: Paul Stoeber > Date: Tue, 28 May 2002 22:08:14 +0200 > > Neither (setq set-language-environment "Latin-1") nor > (setq file-name-coding-system 'latin-1) creates an 8-bit clean > environment. Emacs is a text editor, not a binary file editor. So 8-bit cleanness is not the most important goal for it. There are specialized modes, such as hexl, for editing binary files.