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: Building the igc branch on MS-Windows Date: Sat, 27 Apr 2024 18:40:26 +0300 Message-ID: <86il02vmol.fsf@gnu.org> References: <86il063imh.fsf@gnu.org> <86o79wzi31.fsf@gnu.org> <86mspgza23.fsf@gnu.org> <867cgkz7e2.fsf@gnu.org> <87r0esdv7o.fsf@gmail.com> <87le50dmec.fsf@gmail.com> <8734r7etu1.fsf@gmail.com> <86il03xrlz.fsf@gnu.org> <868r0zxpfr.fsf@gnu.org> <8634r7xoil.fsf@gnu.org> <86y18zukdk.fsf@gnu.org> <86plubugkb.fsf@gnu.org> <86le4yvot6.fsf@gnu.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="39933"; 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 Sat Apr 27 17:41:13 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 1s0kAq-000ADN-6n for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Apr 2024 17:41:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s0kAM-0005lz-FC; Sat, 27 Apr 2024 11:40:42 -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 1s0kAJ-0005lj-Ao for emacs-devel@gnu.org; Sat, 27 Apr 2024 11:40:39 -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 1s0kAJ-0001an-10; Sat, 27 Apr 2024 11:40:39 -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=BJlzEHOKQKU4EKsC4g9sjJjFEo/o+eaAFhQeYVtfcMA=; b=DJXRWjsJdgcbpc9cNhNC FswLp58RHgSF1aijg9yrubOzw0OmZhLagkqbX+JyoUtj4eJHQ1t4222EkIi3k5ae6Uw4TThYwA+PY y9G7JcHLAFFC4dYe43KMnUGcpUF9wXMjQjTDTt7t/Rhn4nLRT4RHyyVgcddsu+4Ge0Zs5wl7x87a7 iUnw8/5lV+Ye8yFXkdzCdd96oAcP0hKUqBvpy16xcgIX0036sbS3amrnFo/sYpWk3eR3ujxDBxRu4 ndhYGH1IuPUSC26umD/JfCSRcaE0vYtWbfK4QvYOistHX8AxE6z1mKaonkK4WBNdvokoYSragj1rd KNxW3LpP8XL0dg==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Sat, 27 Apr 2024 17:25:41 +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:318213 Archived-At: > From: Gerd Möllmann > Cc: eller.helmut@gmail.com, emacs-devel@gnu.org > Date: Sat, 27 Apr 2024 17:25:41 +0200 > > Eli Zaretskii writes: > > >> Can you something wrong ub fix_face_cache (please see the other mail I > >> sent)? > > > > No. But then I (still) don't feel I understand well enough what > > fix_face_cache is supposed to do. > > WE need to find all pointers to faces in the cache and call IGC_FIX on > them. My problem is more basic: I don't understand what those *FIX* critters do, for what purpose, and at what time do they run.