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.devel Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond Date: Fri, 09 Sep 2022 13:52:45 +0300 Message-ID: <83tu5gddky.fsf@gnu.org> References: <87edx28cl1.fsf@disroot.org> <83y1v7w6eu.fsf@gnu.org> <83a67iqo1k.fsf@gnu.org> <87k06m55mw.fsf@disroot.org> <2b564d99d3f609d1af75@heytings.org> <87zgfgvpru.fsf@dataswamp.org> <2b564d99d37a50be72cc@heytings.org> <878rn0vnf4.fsf@dataswamp.org> <83h71ool6q.fsf@gnu.org> <2e25ca87e30a22dd28d9@heytings.org> <874jxh6k9s.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2851"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, rms@gnu.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 09 12:54:25 2022 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 1oWbeT-0000XB-5u for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Sep 2022 12:54:25 +0200 Original-Received: from localhost ([::1]:49614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWbeR-0004AB-Gd for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Sep 2022 06:54:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWbd5-0002yM-Gr for emacs-devel@gnu.org; Fri, 09 Sep 2022 06:52:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37032) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWbd4-0003f7-W7; Fri, 09 Sep 2022 06:52:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=7ELw/s5k7RGQX1dC3kj8Zn/dzSD1YW+KFo+NA/OceM8=; b=cyd+oOWVwuFk uziZgTj6J/K0pVmZmwVKbLLuNQfPND42y8ySzTvHr+ObC8i6pRIg3YCtXqnhbs86espgrZuLvOIdO 6K4iaVIjyoj+AR0lXlQXriSoEzAr+a4uZGACx6ALU84naid8sONF5oJndu0ANwp8Lh5n++YlHmn5P ar96cOT6BbcBWVH3fTjzyYxdDn1nr/YVCQPwlyrTmc8y9U6JD2eZNu61Um6ho+PBh6cY60iwb3dzn XVyGe0rG8HmOCCOcTogCWk8N29q7bQeLJbTsuMBUldcZhEMTvLco1qRTMLeg8bu/998hG0RtKGD+I ouWSEoCU2pn/PxSal3zAgA==; Original-Received: from [87.69.77.57] (port=2760 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWbd4-0006Xi-3Z; Fri, 09 Sep 2022 06:52:58 -0400 In-Reply-To: <874jxh6k9s.fsf@yahoo.com> (message from Po Lu on Fri, 09 Sep 2022 16:10:07 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:295052 Archived-At: > From: Po Lu > Cc: Richard Stallman , emacs-devel@gnu.org > Date: Fri, 09 Sep 2022 16:10:07 +0800 > > Gregory Heytings writes: > > > That's unlikely (the only known problem is for users who use a mouse, > > which you said you don't), but even if that were the case, that's how > > progress goes: leaving a stable position with known problems to reach > > a position in which some of these problems are solved, while taking > > the risk of facing other yet unknown problems. > > The worst act a software developer can commit is to break things for a > user who is already comfortable. If a user is comfortable with a side effect of a bug, breaking that is inevitable, as long as we want to fix a bug.