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: Question about bignum usage Date: Thu, 20 Jun 2024 21:58:05 +0300 Message-ID: <86le2zmog2.fsf@gnu.org> References: <86frt8nn8b.fsf@gnu.org> <86ed8snk0p.fsf@gnu.org> <87sex74tlz.fsf@gmail.com> 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="17381"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 20 20:59:04 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 1sKMzv-0004F5-QQ for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Jun 2024 20:59:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sKMzF-0001kB-Uv; Thu, 20 Jun 2024 14:58:21 -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 1sKMzE-0001k2-6d for emacs-devel@gnu.org; Thu, 20 Jun 2024 14:58:20 -0400 Original-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 ) id 1sKMzD-0007mB-LL; Thu, 20 Jun 2024 14:58:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=3+WYZJOmXY/s+JMWd0rY649jVW4N5WkEtQ+B1Ara3fs=; b=aq/uCorjhKETjthcxNkf hqOc0ggxMPrjyXBCxlPtWh0q0ZqD35sEgV+Aps9K8TgwCequNxMDmkY71Fvjpu37FdKXzpYMYW3qG mmHJpELDB3DC+Y4opmtCrLJGD5OuPrOU6o3Jyfch25/QsHUzWSTRiID1ZMuCPAPPTxn9Vg/uFzbH8 tj67X+nzrEd2hVi07FhZYP9hlNcxvTCPsWOQQSullcg+3H+MSTegbw01E13vBx0X6pAK8SRj7IE3A O2E7Brnaj6UUADIvlGuq9/VGpNGHfmU+T0UDelodSug1klraDKvGZCe7q9PugwXkkPliat0BI1p/r TwTBR74XLNcqMQ==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Thu, 20 Jun 2024 20:32:00 +0200) 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:320335 Archived-At: > From: Gerd Möllmann > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Thu, 20 Jun 2024 20:32:00 +0200 > > Seems to have something to do with a header line. You mean, mode line, right? Because: > frame #17: 0x000000010001dad4 emacs`display_mode_line(w=0x0000000106e41e28, face_id=MODE_LINE_ACTIVE_FACE_ID, format=(struct Lisp_Cons *) $24 = 0x000000010a267750) at xdisp.c:27395:7 [opt] MODE_LINE_ACTIVE_FACE_ID is for the mode line, not for the header line. > It's always copy_font_spec that is involved in this way. I can lean on > 'g' in the *igc* buffer, and watch is grow by the hundreds :-) Does the "*igc*" string have face or mouse-face text properties? If not, I don't understand why face_at_string_position calls merge_face_ref.