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.bugs Subject: bug#42256: 27.0.50; composition Date: Sun, 12 Jul 2020 18:40:37 +0300 Message-ID: <835zasoi6i.fsf@gnu.org> References: <83o8oqqed1.fsf@gnu.org> <83tuygpoej.fsf@gnu.org> <87v9iwclbq.fsf@mail.linkov.net> <83mu47q48x.fsf@gnu.org> <87mu451uo8.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9298"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, 42256@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 12 17:42:12 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 1jue7H-0002KU-Pn for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 12 Jul 2020 17:42:11 +0200 Original-Received: from localhost ([::1]:32866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jue7G-0002sp-CQ for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 12 Jul 2020 11:42:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jue78-0002sW-IF for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 11:42:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35085) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jue78-0001im-9P for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 11:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jue78-0002JV-7V for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 11:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Jul 2020 15:42: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.15945684628828 (code B ref 42256); Sun, 12 Jul 2020 15:42:02 +0000 Original-Received: (at 42256) by debbugs.gnu.org; 12 Jul 2020 15:41:02 +0000 Original-Received: from localhost ([127.0.0.1]:46631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jue6A-0002II-5x for submit@debbugs.gnu.org; Sun, 12 Jul 2020 11:41:02 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jue66-0002Hf-0N for 42256@debbugs.gnu.org; Sun, 12 Jul 2020 11:41:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43607) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jue5z-0001cN-Lv; Sun, 12 Jul 2020 11:40:51 -0400 Original-Received: from [176.228.60.248] (port=4189 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jue5s-00036M-Pm; Sun, 12 Jul 2020 11:40:45 -0400 In-Reply-To: <87mu451uo8.fsf@mail.linkov.net> (message from Juri Linkov on Sun, 12 Jul 2020 02:57:03 +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:182948 Archived-At: > From: Juri Linkov > Cc: 42256@debbugs.gnu.org, rms@gnu.org > Date: Sun, 12 Jul 2020 02:57:03 +0300 > > I agree that the details of the glyph vectors are not useful for users. > But the character names are hugely useful, even on GUI frames, > not only on TTY frames. On TTY frames, they are the only information available about the composition (because the actual composition is done by the terminal emulator). On GUI frames, we have more important information already shown. If someone wants or needs to know which characters participated in a composition on a GUI frame, they can go to those characters in the *Help* buffer and type "C-u C-x =". That said, if someone wants to work on adding the character names to the GUI display as well, I won't object.