From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: James Ipswich Newsgroups: gmane.emacs.devel Subject: GNU Screen 5.0.0 and Emacs italics bug? Date: Mon, 02 Sep 2024 22:39:15 +0000 Message-ID: <-pGdyn8-o_2NtmkusjOSlJlC5GkSXcavyH6bhDYgXNpdi_K_T3RA38RZXOfeXOlQwyP1pj849YnptsGlWVX3LY8Ev8Ni1Ayrx88Ii4l9jNc=@proton.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1271"; mail-complaints-to="usenet@ciao.gmane.io" To: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 03 00:40:24 2024 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 1slFii-0000D6-Rk for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Sep 2024 00:40:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1slFhx-0001ZP-TN; Mon, 02 Sep 2024 18:39:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slFhv-0001XG-Nh for emacs-devel@gnu.org; Mon, 02 Sep 2024 18:39:35 -0400 Original-Received: from mail-0201.mail-europe.com ([51.77.79.158]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slFhr-0005oG-2A for emacs-devel@gnu.org; Mon, 02 Sep 2024 18:39:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1725316759; x=1725575959; bh=m0+eolevB0HmkdAJBtwmr36gYDcEWlG6VKZU08R9ztU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=nItdT2SLc5c9L34BqD28PICZFs5xLpcMNl9/U09xOnwPsuAxlafo99dFA2dkeGOjv bCRoqIdMm76q00PIHHflhMLN/BZqm1mEp4cjVQqq1zcMGIVxSXRwrtnOGgIXUNpCyU DMKcF3w3kVfJl+3d52wxpjSmpeD4zvizJJ7IRiw4RFBv+3DrcmWFtm1FdN3LZ6hHyx iL2HK6ZzI6Y4F3Khu+44Oy8FB4adxsxENm02+LPhweS7Y5SDJ2eEpPmU0L3n5IkFQJ RztulUjKuuxEb3SMdA7UZC13R+BoekcjNemumpG7OqP1TPPugwuGXgYIMsQGA0I+jH 0juF4L3lnkXwQ== Feedback-ID: 65072663:user:proton X-Pm-Message-ID: f1fee453a574946bd179e39450a3067b3ea2b7dc Received-SPF: pass client-ip=51.77.79.158; envelope-from=james.ipswich@proton.me; helo=mail-0201.mail-europe.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323313 Archived-At: Hi all, There is a longstanding issue running Emacs within GNU Screen. Me and others, including Eli, reported this issue last year: https://savannah.gnu.org/bugs/?func=3Ddetailitem&item_id=3D36676 GNU Screen just released v5.0.0. I have just tested v5.0.0 and the same problem seems to persist, which makes modern Emacs (v29.4 in my case) hard to use. Namely: > Emacs does indeed have italics support after switching to screen > master [now v5.0.0]. However, it is broken. What should be italics, is > displayed underlined. But some italics show up now e.g. in the menu > bar. And outside Emacs, but still inside screen, xterm now displays > italics correctly. Can someone else reproduce this issue please? Thanks, J