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#42904: [PATCH] Non-Unicode frame title crashes Emacs on macOS Date: Tue, 18 Aug 2020 15:22:11 +0300 Message-ID: <83ft8kf8jw.fsf@gnu.org> References: <83lfidgtc7.fsf@gnu.org> <838sedgq2x.fsf@gnu.org> <02F52D43-7EAB-4E61-A567-E8CCD11D856B@acm.org> <20200817195610.GA70682@breton.holly.idiocy.org> <3F71EF82-A143-4E3A-AEF3-8A236091891D@acm.org> <20200818084306.GA89999@breton.holly.idiocy.org> <243A5DA8-2865-485D-A8A2-1F543B046BAA@acm.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="28093"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42904@debbugs.gnu.org, alan@idiocy.org To: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 18 14:26:00 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 1k80gi-0007Ay-BY for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 14:26:00 +0200 Original-Received: from localhost ([::1]:45662 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k80gh-0002An-85 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Aug 2020 08:25:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k80dq-0006ao-GN for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51141) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k80dq-0001xg-6g for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k80dq-0006qy-2b for bug-gnu-emacs@gnu.org; Tue, 18 Aug 2020 08:23: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: Tue, 18 Aug 2020 12:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42904 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 42904-submit@debbugs.gnu.org id=B42904.159775336026304 (code B ref 42904); Tue, 18 Aug 2020 12:23:02 +0000 Original-Received: (at 42904) by debbugs.gnu.org; 18 Aug 2020 12:22:40 +0000 Original-Received: from localhost ([127.0.0.1]:34454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k80dU-0006qB-5f for submit@debbugs.gnu.org; Tue, 18 Aug 2020 08:22:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k80dS-0006py-Mi for 42904@debbugs.gnu.org; Tue, 18 Aug 2020 08:22:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51104) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k80dN-0001wK-52; Tue, 18 Aug 2020 08:22:33 -0400 Original-Received: from [176.228.60.248] (port=3591 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k80dM-0005q8-1k; Tue, 18 Aug 2020 08:22:32 -0400 In-Reply-To: <243A5DA8-2865-485D-A8A2-1F543B046BAA@acm.org> (message from Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= on Tue, 18 Aug 2020 13:48:10 +0200) 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:185468 Archived-At: > From: Mattias EngdegÄrd > Date: Tue, 18 Aug 2020 13:48:10 +0200 > Cc: Eli Zaretskii , 42904@debbugs.gnu.org > > Anyway, here is an alternative patch using your method. Tell us what you think. Thanks, but I don't think we should modify the :default-char attribute of the UTF-* encodings as part of this change. It's a separate issue, and is a backward-incompatible change of sorts. For instance, we should consider what this will do to display on TTY frames that don't support Unicode. So I think we should discuss this issue separately before we make such a change. Why is it a problem to display a space instead of invalid bytes in this case?