GNU bug report logs - #65993
29.1; emoji-insert show nothing without font settings

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: awrhygty@HIDDEN; merged with #65138; dated Fri, 15 Sep 2023 12:07:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Merged 65138 65993. Request was from Eli Zaretskii <eliz@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 65993 <at> debbugs.gnu.org:


Received: (at 65993) by debbugs.gnu.org; 15 Sep 2023 15:36:58 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 15 11:36:58 2023
Received: from localhost ([127.0.0.1]:44477 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qhAsL-0003nt-MM
	for submit <at> debbugs.gnu.org; Fri, 15 Sep 2023 11:36:57 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:39770)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>)
 id 1qhAsI-0003nX-8x; Fri, 15 Sep 2023 11:36:56 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qhAs6-000714-2z; Fri, 15 Sep 2023 11:36:42 -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=hJYkjdUr279c8dWHCOStUB+D8qfqUh+8PTkDZ8M+/i8=; b=BX/Fu2DHH1Hh
 68LE5/Drbp9W5IxI+kdLepFfM/Lcw504O6CiU3w7vetmbps5xmFL3O6Gx/+dPAEsbgqYCVgfdz3z5
 1EwlPx5/LRvNy/mT3lfGfLfeV4AiUy+ggcQHP71IMnsn+OFhlAoJZKcY3QXKMyB04fbeazMUI01+c
 9hyNuOWdi3qMNpVSCCQswzZwgxlETarbBaBZTr7EmHsBXc2f9WoDsWpyMksxroVWfajaY1288p2Yp
 eFwfll1J9VUT2Ow6Js2ID7L2/43zHn9g4rpSQ4EfYjQ26r90Q8XfKLIxMXcupBhLErGQvkKzCHGma
 nnzdI3IFSrVW12UHJSwZiw==;
Date: Fri, 15 Sep 2023 18:36:33 +0300
Message-Id: <83led7jvni.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: awrhygty@HIDDEN
In-Reply-To: <TYZPR01MB392041701D6A7C3666C4EE0FC3F6A@HIDDEN>
 (awrhygty@HIDDEN)
Subject: Re: bug#65993: 29.1; emoji-insert show nothing without font settings
References: <TYZPR01MB392041701D6A7C3666C4EE0FC3F6A@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 65993
Cc: 65993 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

merge 65993 65138
thanks

> From: awrhygty@HIDDEN
> Date: Fri, 15 Sep 2023 21:06:18 +0900
> 
> 
> Without font settings, almost all emojis are not displayed within emacs,
> and emoji-insert does not show any leaf menu items.
> For example, typing 'C-x 8 e e s s' (Emoji > Smileys > smiling)
> emacs shows empty minibuffer(no string shown).
> 
> In such situation I can not understand what is going on.
> Empty menu should show some information or raise an error.

This is a duplicate of bug#65138, for which we don't yet have a
solution.  Patches welcome.

> And once emoji-insert is called before font setting,
> emoji-insert does not show emoji items after they are made visible in
> emacs buffer with font settings.

This is not a bug: you need to clear the font cache to get Emacs to
react to newly-installed fonts without restarting Emacs.  Like this:

  M-: (clear-font-cache) RET

> Here is a sample setting to display emojis:
>   (set-fontset-font nil '(#x1f000 . #x1faff) "Segoe UI Emoji")

Segoe UI Emoji is not a free font, so we cannot advertise it in Emacs.
You could tell Emacs about any fonts you have that support Emoji by
using the function w32-find-non-USB-fonts, see its doc string for
details.

In addition, Emacs 29 comes pre-configured to use the Noto Emoji font
on MS-Windows for showing Emoji, but you need to install that font
first.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#65993; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 15 Sep 2023 12:06:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 15 08:06:46 2023
Received: from localhost ([127.0.0.1]:42310 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qh7av-0005vs-Kd
	for submit <at> debbugs.gnu.org; Fri, 15 Sep 2023 08:06:46 -0400
Received: from lists.gnu.org ([2001:470:142::17]:45312)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <awrhygty@HIDDEN>) id 1qh7ar-0005vY-Sz
 for submit <at> debbugs.gnu.org; Fri, 15 Sep 2023 08:06:44 -0400
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 <awrhygty@HIDDEN>)
 id 1qh7af-00054q-D9
 for bug-gnu-emacs@HIDDEN; Fri, 15 Sep 2023 08:06:29 -0400
Received: from mail-tyzapc01olkn2025.outbound.protection.outlook.com
 ([40.92.107.25] helo=APC01-TYZ-obe.outbound.protection.outlook.com)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <awrhygty@HIDDEN>)
 id 1qh7ad-0007iA-8N
 for bug-gnu-emacs@HIDDEN; Fri, 15 Sep 2023 08:06:29 -0400
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 b=L5dkxGL9bNt2P1eN9nlex0SxeEkciezVd6tke4hpNvDnm414oCxLxgvRIZaq1kdk5p5e89Grb6Qm0euu+olxbwpD7hMKiIRMnC88S1YIb7i4t/lLutWdwRDlwtLsZrU0WifhybY69YkivK42BpvF42R/sBcv0hTCPSEm87DdhDNrQpgGvNuNE3nbDku7lSu/VzCzI41F39VXXzyw9gVeO6LR3zU8YBy/+XyPVDBWodpDXWXOlQUKTcSggjw2Bbo2MOf+G1ff31ZT0LyU8MP6tReFFOkrcPS/bY4qlg5tlJFx/cAGrgL66rtjEwFzYcinhzvC0PieVuosoLi9Fjy9bA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; 
 s=arcselector9901;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=eKL2eKP/OJ4DOSAJni2eDacUkFLFeZzCLl2tjHNLeUQ=;
 b=TzFpI4lHr92N2iHkeWDilGB8+GAbj+g26T5rWW0wCO/gswbqlKvGQmhxmiNv6PjZl7Yr4rTQi/RzC3wWliqX2/Ru/4dUPt8H+yyNv/N2N3EVW7w9L1XT/B38JlzbwKi0KBZgQrclQ4DhIOs+cASV/ugiari+OnPFXl40vuMNMNMA40Y5s+buzgtcbZBpC5Ibh6UPmOy7Gm5cGS7M0PhJtPgyOaaN7WwbGxKYJ9MbFZwjDrJSvlYc0mCQImGiKrbhfdFvziFp9B35kibSiLXMXgzc6Ycrn22BEyCQSDM4Yxa4TzCvlrO7e9YF2AYlU4oUfttMSgbKGTy9EkN4Yz6v9Q==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none;
 dkim=none; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com;
 s=selector1;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=eKL2eKP/OJ4DOSAJni2eDacUkFLFeZzCLl2tjHNLeUQ=;
 b=MM45preBKxycSjfx6JMzL/k12gvp/Mjapz/SFJmEtw4RBkmPvSmTbHK91pP81nmHUZRPorJm3Fm4RYrvR6UkOuTsyMc01TzLtnYtdFQBfBhYoOsQKTWIWw5fzZrMjKDpQKZhY40MhK5mShjNtp2nmK1iGgh5ZCCa2Yx/xjjBJtyzInQ3kbs8VKVmVhsjjy3DtH18M4iVjNaysh5xU3zvlp38loZoYfAmHAc60ZP1mYqhu/AOw+WF2mGdLA0ouhAuWPQoyKqm+6cct9moZ2tho2MHE4zILy6VWi22U6GA79Ky6frlscDwb1BcVpXW/IJyq2LEXwrBaRpnHiiczlIjoQ==
Received: from TYZPR01MB3920.apcprd01.prod.exchangelabs.com
 (2603:1096:400:30::11) by TY0PR0101MB4586.apcprd01.prod.exchangelabs.com
 (2603:1096:400:207::5) with Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6768.30; Fri, 15 Sep
 2023 12:06:22 +0000
Received: from TYZPR01MB3920.apcprd01.prod.exchangelabs.com
 ([fe80::4ba1:740d:9058:2c68]) by TYZPR01MB3920.apcprd01.prod.exchangelabs.com
 ([fe80::4ba1:740d:9058:2c68%4]) with mapi id 15.20.6792.021; Fri, 15 Sep 2023
 12:06:22 +0000
From: awrhygty@HIDDEN
To: bug-gnu-emacs@HIDDEN
Subject: 29.1; emoji-insert show nothing without font settings
Date: Fri, 15 Sep 2023 21:06:18 +0900
Message-ID: <TYZPR01MB392041701D6A7C3666C4EE0FC3F6A@HIDDEN>
Content-Type: text/plain; charset=iso-2022-jp
X-TMN: [vk1t6BwJ4DKZNNtEfx7kja4J7NRNsbD1]
X-ClientProxiedBy: TYAPR01CA0112.jpnprd01.prod.outlook.com
 (2603:1096:404:2a::28) To TYZPR01MB3920.apcprd01.prod.exchangelabs.com
 (2603:1096:400:30::11)
X-Microsoft-Original-Message-ID: <86o7i33akl.fsf@HIDDEN>
MIME-Version: 1.0
X-MS-Exchange-MessageSentRepresentingType: 1
X-MS-PublicTrafficType: Email
X-MS-TrafficTypeDiagnostic: TYZPR01MB3920:EE_|TY0PR0101MB4586:EE_
X-MS-Office365-Filtering-Correlation-Id: 368f00d0-5056-41ed-b017-08dbb5e42ce7
X-Microsoft-Antispam: BCL:0;
X-Microsoft-Antispam-Message-Info: 1+8X8Sg6hF4S9Gb98tSmut/0kfWBMj3hLxhCbn6DQt/lpYAfYzbO6N6elWHRjFTAbf/FjcDQhosFhqFrnIuHF0KVO6eOYhdLrj6vHTU6j4aDnR+delj0lbmF9SLzso9JhgweI7lLJbYEM8EXQciB9M4IOuqbmh4DRxXemXwwjouuf5xAfUOIhHy1nfmNi+D2PjrX16a0EcdhfxRkpvU5woQleUFoLoO8QPwLKKqAb/P4dRDYC0nPE+UUmDYejYZ105ikp8eNmv2bSZUe5TGPgDB8uU/E8AlbPJ8pcLz5P13EnWGnLGshzl6o6ner0I4IUMCKa1z7/7YrraDB7Q8NNJuNSwoA0PmS1a7acpdDHZsNqRk1yG0jNjuVqjijfQN2mp4HlOm8gVERTN9VPJcn33capjZBiZgQFtW2i8Pl5+WzzKLMvTRDpbATdr+V6R/C0/vBilbtm1ImIxvO2prJ8Jsw41QeglnyAs9AtgAbE4P40Fsvaen5NlYuVKhSiedosLp3CNZvrvOAgGMUXCCEs1+KKGF3F7U7NDzbiSXGoUt0YLYLsAC0yvr3uJ+wacLp
X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1
X-MS-Exchange-AntiSpam-MessageData-0: =?iso-2022-jp?B?L1p2bmpUdWV6cU5XM1ZUcElJMHBpQzNRU0RIKzY5Z21OaWl5RnRJeU9a?=
 =?iso-2022-jp?B?SVNmODFwUjU1amJwK29ZNUc3TWNobnBTcmdUZXdJb25aQ0JDVU9hbUJJ?=
 =?iso-2022-jp?B?U0llemJEalVIdTMybE1LelpTT21yOVVMVm1wNXQvL2Y3V0tHQmg3TFhR?=
 =?iso-2022-jp?B?a1hacE1mbG41Q1kyWmdPeFZTRHYyR3hqMkNJcTVQTW94M2VsLytNUEJu?=
 =?iso-2022-jp?B?cnZzQkIvUGlJRmh2TCtrSW53WDcxa3gzWXNEQXBzb3BpUWRkNlcrR1Rm?=
 =?iso-2022-jp?B?M1Z6ZWcrZUVMRzNFbGhBeU9qTWwvYmMyZFBFcEVWTFdrUW15SVBBUDhx?=
 =?iso-2022-jp?B?S2diaG1HTHZNL1g2azFjSjAyZXdoSlEzZ2hNcEluNWYrbnMxdFRtMStT?=
 =?iso-2022-jp?B?MGd1NWorVDl1SzJ3WHdtVi9QM250VnltZ1BJK29BZ2pmTDVCSXFsWGtK?=
 =?iso-2022-jp?B?UTBOKzVxT1o0VE1CdkhWS3lrWk50VDdiVVp3Ylh1TWM2SWpmcjI5WnFC?=
 =?iso-2022-jp?B?azJJQzNndjc5RHUxdlAxb3d3RlE2Nk4xZXVrOTlkeHB0dDZIRlV5dFov?=
 =?iso-2022-jp?B?Qi9xOXp2VXAvMHBSd0o3MGZQVnh0bkgzdmFaMmpYUVBHUmU4eW0wbVNj?=
 =?iso-2022-jp?B?eFgvQzBiRTV0MjhkcTRydERsRk1QeXBuM0lDTFl4T2NqQjZ5QmFSRmVh?=
 =?iso-2022-jp?B?MGxnNlNqa0NDeGd4N00zNUt5TVNoaXlNb2hDa2srVjZaN3c4aEJCYWNX?=
 =?iso-2022-jp?B?LzNKajNaM3drdU9NeElhbWxZNEg3VDV4MmFKbnNoWks3dzBOa3VqUk8r?=
 =?iso-2022-jp?B?L0N6VlR5TzBGNmllbjRheEJNYURwYUFxZmpxTkx6bU1Tc1VxdWxWZk55?=
 =?iso-2022-jp?B?OXhvd2dDVGtESyt2dUxPTE52aVUyampJanNIU1M4b0l0cHdoRGZTSXls?=
 =?iso-2022-jp?B?Y1FDSVBlU2pWZU5SaEdjZ1ZxcGJjM0l1dUkvdkMvZStnenhtdENoNG1r?=
 =?iso-2022-jp?B?UEZoWE96UDNMc3BaakNDT3RwQXZWVTMvTDM0UldJZWpSV1Fzdjg0Q3Bt?=
 =?iso-2022-jp?B?clBaWm05QmdGOUF1K3pobzA2V3JqUGh5bnVHdkhUZGRXTnlZZC8xVG1Q?=
 =?iso-2022-jp?B?dmJCeGJGMVBOT1JhZ1hNbW0xNGNJY09hZ0FTZDdqRVZqSXdMNGwzdVVE?=
 =?iso-2022-jp?B?SEFBaWp4cWVNUmNyVWkxcnBQNHB3bXpINXR1TE5SdGVXQkpaNG1Samkr?=
 =?iso-2022-jp?B?MFBrcUU2N3ArQ3E1VFVHZUorT3NOSlBJV05jQm9VQklVRHUwV01raWJ4?=
 =?iso-2022-jp?B?c0tyZ0cyaDB0MHFTaGpFZ0VJWmloYjNqRjhkYXBwUUtsS0VId0pHTmpp?=
 =?iso-2022-jp?B?QlBEcGRaR1A5SUdkVnIweUZOVkVReXJmMlRjSDhZbkZpOUV0czVTdzRk?=
 =?iso-2022-jp?B?ZzQyZXpsb3FGODA0M3dYMlRMUjJCQmdwYzlRRFcrQkUvU1pXeWJNUFlv?=
 =?iso-2022-jp?B?QXR4M0dDUlVPSzhBRnFWOFF1TnVCNGx0WndOQm8veEwwYnBYVm1zL0pU?=
 =?iso-2022-jp?B?bXBnNVZjVDZ3V2huY2Q3Q3hWVmQ0RzNVOGFMUW0velJ5ZUM3dGx1cFpk?=
 =?iso-2022-jp?B?R3ZNV3NPeWhJaVRjWVhtNXB4QXhWK0ZUMjhLTW9rOTZJZktyY0ZtWFV0?=
 =?iso-2022-jp?B?Mk8va3QvdVc0OUp3cTRUT2V4S1JrYWVCYlArVHlieUp2OCt3Sjl2WVIy?=
 =?iso-2022-jp?B?bEpvN3hCRlJ1dU5HWlVhNU5hU0E9PQ==?=
X-OriginatorOrg: outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 368f00d0-5056-41ed-b017-08dbb5e42ce7
X-MS-Exchange-CrossTenant-AuthSource: TYZPR01MB3920.apcprd01.prod.exchangelabs.com
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 15 Sep 2023 12:06:22.8363 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000
X-MS-Exchange-Transport-CrossTenantHeadersStamped: TY0PR0101MB4586
Received-SPF: pass client-ip=40.92.107.25; envelope-from=awrhygty@HIDDEN;
 helo=APC01-TYZ-obe.outbound.protection.outlook.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)


Without font settings, almost all emojis are not displayed within emacs,
and emoji-insert does not show any leaf menu items.
For example, typing 'C-x 8 e e s s' (Emoji > Smileys > smiling)
emacs shows empty minibuffer(no string shown).

In such situation I can not understand what is going on.
Empty menu should show some information or raise an error.

And once emoji-insert is called before font setting,
emoji-insert does not show emoji items after they are made visible in
emacs buffer with font settings.

Here is a sample setting to display emojis:
  (set-fontset-font nil '(#x1f000 . #x1faff) "Segoe UI Emoji")
Without font settings, characters in the range are displayed with
  'Segoe UI Symbol'
    1F000..1F003, 1F005..1F02B, 1F030..1F093
  'MS ゴシック'(MS Gothic)
    1F200..1F202, 1F210..1F23A, 1F240..1F248, 1F250..1F251
  hex numbers
    other characters


In GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-08-02 built on
 AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19045
System Description: Microsoft Windows 10 Pro (v10.0.2009.19045.3448)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation=aot
 --without-compress-install --with-tree-sitter CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB

(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: JPN
  locale-coding-system: cp932

Major mode: Lisp Interaction

Minor modes in effect:
  highlight-changes-visible-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(gnutls network-stream nsm mailalias smtpmail textsec uni-scripts url
url-proxy url-privacy url-expand url-methods url-history url-cookie
generate-lisp-file url-domsuf url-util url-parse auth-source cl-seq
eieio eieio-core cl-macs json map url-vars idna-mapping ucs-normalize
uni-confusable textsec-check cl-print byte-opt gv bytecomp byte-compile
debug backtrace find-func hilit-chg wid-edit thingatpt help-fns
radix-tree help-mode pp shadow sort mail-extr emacsbug message mailcap
yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache
epa derived epg rfc6068 epg-config gnus-util text-property-search
time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils term/bobcat japan-util
rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel dos-w32 ls-lisp disp-table
term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty
make-network-process native-compile emacs)

Memory information:
((conses 16 229737 11617)
 (symbols 48 8112 3)
 (strings 32 40380 2121)
 (string-bytes 1 1018919)
 (vectors 16 40562)
 (vector-slots 8 811973 35006)
 (floats 8 49 287)
 (intervals 56 776 0)
 (buffers 984 15))




Acknowledgement sent to awrhygty@HIDDEN:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#65993; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Fri, 15 Sep 2023 15:45:01 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.