From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.help Subject: displaying octal sequences in emacs 21.3.1 Date: Fri, 08 Oct 2004 21:32:02 +0200 Organization: FAU Erlangen-Nuernberg Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097264007 2366 80.91.229.6 (8 Oct 2004 19:33:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 19:33:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 08 21:33:15 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 1CG0UN-0005Js-00 for ; Fri, 08 Oct 2004 21:33:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG0b8-0003zg-IK for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Oct 2004 15:40:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.uni-berlin.de jLclx5E5qCbfbMnhTyP2QA0waBId5u8ROfs2vAsafSINKA User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:MyVVKWk3ha6nHQrhIrfCPYA1PzY= Original-Xref: shelby.stanford.edu gnu.emacs.help:125784 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21146 Eli Zaretskii writes: > On 2 Jul 1999, Roland Winkler wrote: > > > My default setting for editing files is unibyte with > > iso-latin-1. What should I do if in certain buffers I want > > everything beyond 7bit asci to be displayed with the > > corresponding octal number? > > Try this: > > M-: (standard-display-default 128 255) RET The above is from five years ago. It worked fine up to emacs 21.2.1 (as far as I can go back). Now I am using emacs 21.3.1 or CVS emacs. What should I do to get the same result? Thanks a lot, Roland