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: Mon, 13 Jul 2020 02:35:00 +0300 Organization: LINKOV.NET Message-ID: <87365wux23.fsf@mail.linkov.net> References: <83o8oqqed1.fsf@gnu.org> <83tuygpoej.fsf@gnu.org> <87v9iwclbq.fsf@mail.linkov.net> <83mu47q48x.fsf@gnu.org> <87mu451uo8.fsf@mail.linkov.net> <835zasoi6i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13351"; 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, 42256@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 13 01:37:10 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 1julWw-0003Le-E4 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Jul 2020 01:37:10 +0200 Original-Received: from localhost ([::1]:47950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1julWv-0005xU-AM for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 12 Jul 2020 19:37:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1julWo-0005x2-CV for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 19:37:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35586) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1julWo-0006Ld-3E for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 19:37:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1julWo-0005QT-01 for bug-gnu-emacs@gnu.org; Sun, 12 Jul 2020 19:37: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: Sun, 12 Jul 2020 23:37:01 +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.159459698220791 (code B ref 42256); Sun, 12 Jul 2020 23:37:01 +0000 Original-Received: (at 42256) by debbugs.gnu.org; 12 Jul 2020 23:36:22 +0000 Original-Received: from localhost ([127.0.0.1]:47131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1julWA-0005PH-FP for submit@debbugs.gnu.org; Sun, 12 Jul 2020 19:36:22 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47833) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1julW7-0005P0-5b for 42256@debbugs.gnu.org; Sun, 12 Jul 2020 19:36:21 -0400 X-Originating-IP: 91.129.103.18 Original-Received: from mail.gandi.net (m91-129-103-18.cust.tele2.ee [91.129.103.18]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 3828B60004; Sun, 12 Jul 2020 23:36:10 +0000 (UTC) In-Reply-To: <835zasoi6i.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 12 Jul 2020 18:40:37 +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:182955 Archived-At: > 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 =". It's what I'm doing all the time: 1. type "C-u C-x =" 2. move point to the combining character 3. type "C-u C-x =" again This takes too much time. > That said, if someone wants to work on adding the character names to > the GUI display as well, I won't object. Ok, done on master in commit 46a0c115f0.