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: Some experience with the igc branch Date: Thu, 26 Dec 2024 13:56:00 +0200 Message-ID: <86y102y7xr.fsf@gnu.org> References: <87o713wwsi.fsf@telefonica.net> <864j2u442i.fsf@gnu.org> <87ldw6as5f.fsf@protonmail.com> <86o7112rnq.fsf@gnu.org> <867c7p2nz4.fsf@gnu.org> <861pxx2lh7.fsf@gnu.org> <86ldw40xbo.fsf@gnu.org> <868qs329kj.fsf@gnu.org> <864j2r25hg.fsf@gnu.org> <861pxv234y.fsf@gnu.org> <86zfkjznat.fsf@gnu.org> <86ldw2zy6s.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="4858"; mail-complaints-to="usenet@ciao.gmane.io" Cc: pipcet@protonmail.com, ofv@wanadoo.es, emacs-devel@gnu.org, eller.helmut@gmail.com, acorallo@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 Dec 26 12:56:46 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 1tQmTs-00014u-Qe for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Dec 2024 12:56:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tQmTH-0003H2-D6; Thu, 26 Dec 2024 06:56:07 -0500 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 1tQmTF-0003Gb-Ue for emacs-devel@gnu.org; Thu, 26 Dec 2024 06:56:06 -0500 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 1tQmTE-0001jt-CI; Thu, 26 Dec 2024 06:56:05 -0500 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=NajsZwRGr01UrpwmEAOWTiFjTC9a/W7qKhMwCmN7UEg=; b=mNguMXiCmeRW50IAbvBQ EU0NdzbREULyRwpKN5IH50wV1NyRekrQJGhwds+XzPV+xwIkruG7yn/oL6O8IUON16d1ycwcYisLQ ca9UwYetl1XcLtPc6Kc2YIDtgjepH7xDmgMYsMqyupUVsfthF1pK5WlRduhYBTAnMBoqbWZsi551L zlPW9xYdo6TVzZR2DuAkLdtPkwCAaQq91ux5icEJTlsUaKXWEr9ZLt+Q0BkpeaPgpRSHXmMyS/OUu G6yZNFrcDIebw9W8hq45+DckxkUaarIaYK8aGMtNb12kIW9hBMjfgpgPK5fUu/hDpDLMbt38xTRfI 6wEO/2GiJiAw/Q==; In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Thu, 26 Dec 2024 08:57:17 +0100) 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:327144 Archived-At: > From: Gerd Möllmann > Cc: pipcet@protonmail.com, ofv@wanadoo.es, emacs-devel@gnu.org, > eller.helmut@gmail.com, acorallo@gnu.org > Date: Thu, 26 Dec 2024 08:57:17 +0100 > > Eli Zaretskii writes: > > > . what are "roots"? > > . what is the purpose of each root_create_SOMETHING function in igc.c? > > . what is the difference between "exact" and "ambiguous" roots, and > > when should we use each one in Emacs? > > Coincidentally, I wrote this today, which might help, and would also be > interesting to get some feedback for. Thanks, this is helpful. Especially if you extend the MPS section to cover the above questions.