From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Is it possible to use new Emacsen with non-ASCII? Date: Thu, 15 May 2008 00:37:59 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1210812094 3863 80.91.229.12 (15 May 2008 00:41:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 00:41:34 +0000 (UTC) Bcc: ilya To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 15 02:42:10 2008 Return-path: Envelope-to: geh-help-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 1JwRXt-00043W-P8 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 May 2008 02:42:09 +0200 Original-Received: from localhost ([127.0.0.1]:53541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwRX5-0007uR-Je for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2008 20:41:19 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!ilya Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: powdermilk.math.berkeley.edu Original-X-Trace: agate.berkeley.edu 1210811879 57320 169.229.140.13 (15 May 2008 00:37:59 GMT) Original-X-Complaints-To: usenet@agate.berkeley.edu Original-NNTP-Posting-Date: Thu, 15 May 2008 00:37:59 +0000 (UTC) User-Agent: trn [how to get a version via %-escapes???] with a custom header X-How-To-Reach-Me: The From: address is valid X-How-To-Disable-Cc: Put in the headers the line: Mail-Copies-To: never Originator: ilya@powdermilk.math.berkeley.edu Original-Xref: news.stanford.edu gnu.emacs.help:158629 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53996 Archived-At: I spent (again!) a lot of time trying to teach Emacs to show 8-bit data (in a TTY). After a lot of experiments, I see that emacs -q -nw --unibyte (standard-display-8bit 128 254) (set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) '8bit) allows one to edit the files. Moreover, after I know the answer, I can see that old Emacs manuals were at least mentioning these commands. However, newer Emacsen replaced this info by something absolutely uncomprehensible... Additionally, I have no idea how to make this (or something else) work without --unibyte. Even adding something like (set-language-environment "Cyrillic-KOI8") all that is shown is question marks... Puzzled, Ilya