From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: prettify symbols question Date: Thu, 12 Nov 2020 15:53:05 -0500 Message-ID: References: <834kluzkma.fsf@gnu.org> <831rgyziu3.fsf@gnu.org> <83zh3my2ls.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29236"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 12 21:53:51 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdJbK-0007Vf-Fz for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Nov 2020 21:53:50 +0100 Original-Received: from localhost ([::1]:34458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdJbJ-0007OB-JL for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Nov 2020 15:53:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdJae-0006ee-71 for emacs-devel@gnu.org; Thu, 12 Nov 2020 15:53:08 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60324) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdJad-0005Ax-Gg for emacs-devel@gnu.org; Thu, 12 Nov 2020 15:53:07 -0500 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kdJab-0006k4-TX; Thu, 12 Nov 2020 15:53:06 -0500 In-Reply-To: <83zh3my2ls.fsf@gnu.org> (message from Eli Zaretskii on Thu, 12 Nov 2020 18:14:07 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259102 Archived-At: > > So when the buffer-file-coding-system is utf-8-unix everything works > > (where also the sequence is not acted on in comments). But when the > > buffer is raw-text-unix, it does not work for #o210, but works for say > > #o10. Some multi-byte thing going on? > > Yes, raw-text means the buffer includes raw bytes, not characters. > Emacs doesn't do anything useful with raw bytes above 127, and in > particular doesn't interpret them as characters. Btw, in what encoding does \210 stand for GREEK SMALL LETTER LAMBDA? The Lisp Machine character set -- there is a long story that I could tell about why if anyone is curious but very much a tanget.