From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Aura Kelloniemi Newsgroups: gmane.emacs.bugs Subject: bug#50865: 28.0.50; Emoji with emoji modifier in Linux console garbles emacs display Date: Tue, 28 Sep 2021 19:54:29 +0300 Message-ID: <87ilyk8wu2.fsf@sange.fi> References: <87o88chjsl.fsf@sange.fi> <83a6jwk7cb.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="9237"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50865@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 28 18:55:17 2021 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 1mVGNv-0002GS-V8 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 28 Sep 2021 18:55:15 +0200 Original-Received: from localhost ([::1]:53130 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mVGNv-0003kV-1m for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 28 Sep 2021 12:55:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVGNi-0003g1-5z for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2021 12:55:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35309) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mVGNh-00053q-TN for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2021 12:55:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mVGNh-000092-Kj for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2021 12:55:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Aura Kelloniemi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 28 Sep 2021 16:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50865 X-GNU-PR-Package: emacs Original-Received: via spool by 50865-submit@debbugs.gnu.org id=B50865.1632848077517 (code B ref 50865); Tue, 28 Sep 2021 16:55:01 +0000 Original-Received: (at 50865) by debbugs.gnu.org; 28 Sep 2021 16:54:37 +0000 Original-Received: from localhost ([127.0.0.1]:46855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVGNJ-00008H-FB for submit@debbugs.gnu.org; Tue, 28 Sep 2021 12:54:37 -0400 Original-Received: from smtp.sange.fi ([185.87.108.151]:45033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVGNH-000088-Hq for 50865@debbugs.gnu.org; Tue, 28 Sep 2021 12:54:36 -0400 Original-Received: from 88-114-110-12.elisa-laajakaista.fi ([88.114.110.12] helo=solaria) by oiva.sange.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1mVGND-00036L-HK; Tue, 28 Sep 2021 19:54:33 +0300 In-Reply-To: <83a6jwk7cb.fsf@gnu.org> 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:215783 Archived-At: Hi, On 2021-09-28 at 19:12 +0300, Eli Zaretskii wrote: > If your terminal doesn't understand character composition, the best > solution for you is to turn off auto-composition-mode when using Emacs > on that terminal. Please try that and tell if that resolves the issue > for you: type "M-x auto-composition-mode RET" and make sure Emacs says > that the mode is disabled. Unfortunately it does not seem to do anything. The problem stays exactly as I described. Running again with emacs -Q, I tried both turning off the mode locally and globally. I got the message that the mode was disabled. For some reason, when I re-enable auto-composition-mode, the output appears correct (no extra spaces at the end of line) for a while, but if I start to add characters to the line containing the emojis, the display gets garbled again. -- Aura