From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Emacs object type hierarchy Date: Mon, 23 Oct 2023 11:20:51 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16248"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Eli Zaretskii , Stefan Kangas To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 23 17:22:00 2023 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 1quwkh-0003yg-8d for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Oct 2023 17:21:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quwjc-0003bP-Id; Mon, 23 Oct 2023 11:20:52 -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 1quwjb-0003bB-RJ for emacs-devel@gnu.org; Mon, 23 Oct 2023 11:20:51 -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 1quwjb-0008Vg-J0; Mon, 23 Oct 2023 11:20:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=x1TjhIqDMQ/YK49YwvctyXXAONdFvlGolpRh1HJ1EaY=; b=iPzJK/HlLdI6/4nx3xzW 6LT7hqrK+CYV/BqdrVN87LliEgXGJeUAmbUop60pemmU0HSB43OUZIW7bTNxpnZQNhOdi4tkXXNzZ C+CcBP4W+b558SG9/Z7jnsxHYU5THwGmQn4mx2+ID0+RcAAE5zKRBP0rpcZfGY+exCGcRC6IFTsqP 4nWRPbodRFB0sAKd3YQ+l+1wpMN7vIcMBPyWsRjkn6NW7/0hDja41H7aQgol+b5XgAK3uEqO113MJ TKQ/HwrwuXtcNKOuOHcduj0wz5WWOh5e9NzzoNMVrM9xpjV96MadnbsVoHoR2plXpZwUpQ9VVXaz4 q2zbeYZvGUn3ww==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1quwjb-0004Mj-Bj; Mon, 23 Oct 2023 11:20:51 -0400 In-Reply-To: (Andrea Corallo's message of "Sun, 22 Oct 2023 04:44:02 -0400") 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:311722 Archived-At: Andrea Corallo writes: > Hello all, > > for some develepment I need to have the type hierarchy definition, > something more detailed compared to what we have now in > `cl--typeof-types` (see bug#66615). Because of that I've been trying to > reconstruct the type hierarchy of Emacs objects before coding it in. > > So far this [1] is where I'm arrived at. > > Do you spot any error? Any comment welcome. > > Also I think we might want to document it with something similar in the > manual in the future WDYT? > > Thanks > > Andrea > > [1] Hello Eli & Stefan, any comment on where would be more appropriate to document our type hierarchy in the manual? I'd like to give it a go on writing some documentation =F0=9F=98=AE=F0=9F=98=AC (I'll probably need some support). Thanks Andrea