From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: prettify symbols question Date: Fri, 13 Nov 2020 10:40:41 +0200 Message-ID: <834klty7hy.fsf@gnu.org> References: <834kluzkma.fsf@gnu.org> <831rgyziu3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17362"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 13 09:41:30 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 1kdUeA-0004R9-NM for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Nov 2020 09:41:30 +0100 Original-Received: from localhost ([::1]:48766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdUe9-0002g8-Pd for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Nov 2020 03:41:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdUdf-0002EY-IG for emacs-devel@gnu.org; Fri, 13 Nov 2020 03:40:59 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43417) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdUdf-00029w-9r for emacs-devel@gnu.org; Fri, 13 Nov 2020 03:40:59 -0500 Original-Received: from [176.228.60.248] (port=2831 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kdUdb-0002l5-Rj; Fri, 13 Nov 2020 03:40:56 -0500 In-Reply-To: (ams@gnu.org) 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:259126 Archived-At: > From: "Alfred M. Szmidt" > Cc: emacs-devel@gnu.org > Date: Fri, 13 Nov 2020 03:27:17 -0500 > > 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. > > Do you have any ideas on what a good coding system would be for this? > utf-8 is obviously wrong. The char. set is just 8-bit, or should I > write a coding system? The latter, IMO. More accurately, define a charset, and then defining a coding-system for it should be almost trivial.