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: Mon, 29 Aug 2022 14:03:49 +0300 Message-ID: <835yibxqei.fsf@gnu.org> References: <83tu5wy7jb.fsf@gnu.org> <83o7w4xxhq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18414"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, rms@gnu.org, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 29 13:05:56 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 1oScaZ-0004X5-EY for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Aug 2022 13:05:55 +0200 Original-Received: from localhost ([::1]:43562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oScaY-0002Qu-9A for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Aug 2022 07:05:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oScYE-0001WZ-TT for emacs-devel@gnu.org; Mon, 29 Aug 2022 07:03:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oScYE-0005jB-0t; Mon, 29 Aug 2022 07:03:30 -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=B5ivQoALY+1OV++RunAzzgu/3ly0gMs8Uj4GB6iu4sM=; b=kW/3s1svxSO9 KFXDsWLsch5lcgoin2ZBKEq5L/WrkLZ6bx0YRHpAcJ+cnT3i0rQkK/MVJD37v9Gr9IxLYZXJ70CI6 W9EMQigOnbeHNUIgj+xJBqV0/i6YtVxIbefkil/4gvuL4qyXaljSo8SY2gbIgqIka79BIoaq4gsRY JvzHkN2s+XrrdlTnHz+E8H7MSy8k1WeU0Qr/+4G/1ItNj9HJwISaHU2GiEqaESnT87IRkirvepTk4 ZvVovGml2+uxe9OhTrMVqQ/1WN82Lt2QDVDrk7EZCrte0xp3K/aoo4lYTde0lBEuQYIk54bTdmHHf wW7BaR/RBL9JVti4TdU8hg==; Original-Received: from [87.69.77.57] (port=3948 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 1oScYD-0000CJ-3v; Mon, 29 Aug 2022 07:03:29 -0400 In-Reply-To: (message from Gregory Heytings on Sun, 28 Aug 2022 20:07:27 +0000) 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:294279 Archived-At: > Date: Sun, 28 Aug 2022 20:07:27 +0000 > From: Gregory Heytings > cc: acm@muc.de, rms@gnu.org, emacs-devel@gnu.org > > See the attached (documentation-only) patch. Should it go to master or to > the release branch? The latter. A few minor comments below: > +@node Emacs in a Linux console > +@section How can I alleviate the limitations of the Linux console? > +@cindex Console, TTY I'd add here a @cindex entries for fbterm and "Linux console". > +If possible, we recommend to run, in a Linux console, Emacs inside > +fbterm. This brings the Linux console on par with most terminal Since fbterm is a program, it should have the @command markup (here and elsewhere, except in @example's). Thanks.