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: MPS: pdump Date: Fri, 03 May 2024 15:03:13 +0300 Message-ID: <86edajhzlq.fsf@gnu.org> References: <86jzkhu5rv.fsf@gnu.org> <87ttjlabic.fsf@gmail.com> <87v8408wsr.fsf@gmail.com> <87o79sasl5.fsf@gmail.com> <86edanqf8x.fsf@gnu.org> <86v83wlf1l.fsf@gnu.org> <87msp86yh5.fsf@gmail.com> <86o79ojac6.fsf@gnu.org> <86a5l7jtlx.fsf@gnu.org> <86msp7i1eq.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="26436"; 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 Fri May 03 14:03:27 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 1s2rdO-0006dr-Tm for ged-emacs-devel@m.gmane-mx.org; Fri, 03 May 2024 14:03:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s2rdH-000576-9G; Fri, 03 May 2024 08:03:19 -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 1s2rdF-00056i-IE for emacs-devel@gnu.org; Fri, 03 May 2024 08:03:17 -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 1s2rdF-0004bR-8o; Fri, 03 May 2024 08:03:17 -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=7mor5a7R8IO5qONiChMR+i4w9/9ZNzlRp7TjXPlswSU=; b=XtzGOuEIYk/TGEKO06a1 f5nqQZpBzwBoxT1lr6rTdBHEQyghMrIhrFbMyh6yUacjUicpXSMrHRVTEPW8kr7H92Vd5LgVEWyKB XbKTbq5vxLrIr4UJIlHRCZ5N5+sV+UpRO5jKiiEzhhI7zhGSZifzjxTgzYDQPxt3J1a1+pfgRSlCn 724M/BljpvTKswG7th//TFoyq+QOGUx4a+Ob8vkNEjpU1i8CGt/1woTbOleK1YNRmddlwxSU983Rb aXLd3w/wz1RgMc56O1+VEbYKWoEP9GdJhRnLWG+nRYXNUfcaTX4c3V6zHWRe6vwdls1YhU7nIAY2b uQisZOzsCICpww==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Fri, 03 May 2024 13:55:44 +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:318670 Archived-At: > From: Gerd Möllmann > Cc: eller.helmut@gmail.com, emacs-devel@gnu.org > Date: Fri, 03 May 2024 13:55:44 +0200 > > Eli Zaretskii writes: > > >> b61873c8db04a800d466d955a60bb00d62325f9c > >> Author: Gerd Möllmann > >> AuthorDate: Sat Apr 13 16:44:22 2024 +0200 > >> > >> face_cache became an MPS object, new function fix_face_cache... > >> The whole sh*t I tried to explain :-/. > > > > I don't have the above commit in my clone. Was that commit pushed > > upstream? > > It's in my fork, before scratch/igc existed. So I guess we need to merge that to the branch?