From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: displaying 8bit characters octal sequences Date: Tue, 12 Oct 2004 04:57:03 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <16745.47326.410973.405187@tfkp07.physik.uni-erlangen.de> <16745.49453.600094.942187@tfkp07.physik.uni-erlangen.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097571739 12187 80.91.229.6 (12 Oct 2004 09:02:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 09:02:19 +0000 (UTC) Cc: emacs-devel@gnu.org, roland.winkler@physik.uni-erlangen.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 12 11:02:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHIXp-0005xG-00 for ; Tue, 12 Oct 2004 11:02:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHIen-0008Qh-N0 for ged-emacs-devel@m.gmane.org; Tue, 12 Oct 2004 05:09:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHIZy-0007v0-8J for emacs-devel@gnu.org; Tue, 12 Oct 2004 05:04:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHIZv-0007tE-RF for emacs-devel@gnu.org; Tue, 12 Oct 2004 05:04:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHIZv-0007sy-Jq for emacs-devel@gnu.org; Tue, 12 Oct 2004 05:04:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHISu-0007uF-ML for emacs-devel@gnu.org; Tue, 12 Oct 2004 04:57:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CHISt-0003OI-V9; Tue, 12 Oct 2004 04:57:04 -0400 Original-To: Stefan In-reply-to: (message from Stefan on Mon, 11 Oct 2004 10:12:19 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28279 Kim did you do this change? I couldn't find mention of it in NEWS (looked for "unibyte" and "eight-bit") and don't know how a user can overrule this change. A user could overrule this change by setting up a display table containing strings like "\\300" to display these codes. For each code, the appropriate string. That ought to work straightforwardly in unibyte mode. It should work also in multibyte, if you use the proper Emacs internal character codes starting with 04200 or so.