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: new coding system (was: Re: prettify symbols question) Date: Sat, 14 Nov 2020 16:24:22 +0200 Message-ID: <83r1owuicp.fsf@gnu.org> References: <834kluzkma.fsf@gnu.org> <831rgyziu3.fsf@gnu.org> <83zh3my2ls.fsf@gnu.org> <83o8k1yb0x.fsf@gnu.org> <83y2j5wio8.fsf@gnu.org> <83sg9dweps.fsf@gnu.org> <83k0upwber.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19192"; 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 Sat Nov 14 15:25:11 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 1kdwUJ-0004u3-SX for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 15:25:11 +0100 Original-Received: from localhost ([::1]:54798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdwUI-0005A4-R0 for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 09:25:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdwTk-0004jc-6I for emacs-devel@gnu.org; Sat, 14 Nov 2020 09:24:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55085) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdwTj-0005F6-Tk for emacs-devel@gnu.org; Sat, 14 Nov 2020 09:24:35 -0500 Original-Received: from [176.228.60.248] (port=1737 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kdwTh-0008H7-TW; Sat, 14 Nov 2020 09:24:34 -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:259166 Archived-At: > From: "Alfred M. Szmidt" > Cc: emacs-devel@gnu.org > Date: Fri, 13 Nov 2020 12:11:18 -0500 > > These default coding systems were tried to encode text > in the buffer `lispm-char-test.text': > (lispm-unix (1 . 0) (59 . 1) (117 . 2) (175 . 3) (233 . 4) (291 . 5) > (349 . 6) (407 . 7) (465 . 4194184) (523 . 4194185) (581 . 4194186)) > However, each of them encountered characters it couldn't encode: > lispm-unix cannot encode these: ^@ ^A ^B ^C ^D ^E ^F ^G \210 \211 ... > > (where ^@ etc are #o0, #o1, etc and #o210 ...) Is this the encoding on Unix systems? If so, maybe try without mapping characters below ASCII 128, I'm not sure this is supported in an ASCII-compatible encoding.