From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#42256: 27.0.50; composition Date: Fri, 10 Jul 2020 02:36:41 +0300 Organization: LINKOV.NET Message-ID: <87v9iwclbq.fsf@mail.linkov.net> References: <83o8oqqed1.fsf@gnu.org> <83tuygpoej.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35827"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: rms@gnu.org To: 42256@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 10 02:05:04 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jtgXI-0009En-BN for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 10 Jul 2020 02:05:04 +0200 Original-Received: from localhost ([::1]:49938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtgXH-0007dV-DG for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 09 Jul 2020 20:05:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtgWI-0006jt-Il for bug-gnu-emacs@gnu.org; Thu, 09 Jul 2020 20:04:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58580) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jtgWI-0002hS-96 for bug-gnu-emacs@gnu.org; Thu, 09 Jul 2020 20:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jtgWI-0006nH-3r for bug-gnu-emacs@gnu.org; Thu, 09 Jul 2020 20:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Jul 2020 00:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42256 X-GNU-PR-Package: emacs Original-Received: via spool by 42256-submit@debbugs.gnu.org id=B42256.159433943326081 (code B ref 42256); Fri, 10 Jul 2020 00:04:02 +0000 Original-Received: (at 42256) by debbugs.gnu.org; 10 Jul 2020 00:03:53 +0000 Original-Received: from localhost ([127.0.0.1]:41889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtgW9-0006mb-0E for submit@debbugs.gnu.org; Thu, 09 Jul 2020 20:03:53 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:58385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtgW5-0006mL-OV for 42256@debbugs.gnu.org; Thu, 09 Jul 2020 20:03:51 -0400 Original-Received: from mail.gandi.net (m91-129-103-18.cust.tele2.ee [91.129.103.18]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id F3252200003; Fri, 10 Jul 2020 00:03:42 +0000 (UTC) In-Reply-To: <83tuygpoej.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Jul 2020 20:51:48 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182880 Archived-At: >> I would like C-u C-x = on a composed charadcter to show the name for >> each character in the composition. > > OK, I've now added the names of the characters to the composition > information display on TTY frames. This has been a big problem for me, thanks for fixing. I see now all combining characters displayed in the same Help buffer on TTY: Composed with the following character(s) "́" by these characters: a (#x61) LATIN SMALL LETTER A ́ (#x301) COMBINING ACUTE ACCENT But I wonder why display combining character names only on TTY frames? On GUI frames it currently displays only: Composed with the following character(s) "́" using this font: x:-misc-fixed-medium-r-normal--15-108-100-100-c-60-iso10646-1 by these glyphs: [0 1 97 97 6 0 6 12 3 nil] [0 1 769 769 6 0 6 12 3 [-6 0 0]] I don't know what these glyph numbers mean, but still no combining character names are displayed on GUI frames.