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: Fri, 01 Mar 2024 04:46:42 -0500 Message-ID: References: <83y1ftmje7.fsf@gnu.org> <8334y0mdzd.fsf@gnu.org> <8634trv46k.fsf@gnu.org> <86le7hr2i0.fsf@gnu.org> <86sf1aqqiw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28987"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, stefankangas@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 01 10:47:40 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 1rfzUS-0007NZ-0D for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Mar 2024 10:47:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfzTb-000837-H2; Fri, 01 Mar 2024 04:46:47 -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 1rfzTW-00081y-Vh for emacs-devel@gnu.org; Fri, 01 Mar 2024 04:46:43 -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 1rfzTW-0007jZ-LP; Fri, 01 Mar 2024 04:46:42 -0500 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=8ZAeqL6dYk3An/Mf7N+calJVcXSeds2ImAlKe6JAP6s=; b=l+ot1OHHvsBI+b1r5yz6 1zgtVKewn4kD6c1ktmmyB7GCxRJBb3P2nU6Lhw3OEb/7KO88T68E1qdh3cbJJe0F8nR4YbhzuPpmi LT/CNwP7Qc1+g7bhOV+zrslhvWAjdbwEVE3vD4VT+jY2JMR3aQXxqiJmGnMMUyqaBKoEZ7bhMUrGj QS1EUSJFSeBPldpNrUcBuj2UlHregE59/lbJfg4zBXJt9CJ9fkzb+2mV14B79ZbdqX2NDzF7mQEW/ vwAZ3V150tsbtCE1b00LZNIkAlrptljLxcPZuN7QCDen05j8KXXw7mwfjHTkktTjJMl4BAMYdW7X3 cGglxlZMYjjl9w==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rfzTW-0000nF-6n; Fri, 01 Mar 2024 04:46:42 -0500 In-Reply-To: <86sf1aqqiw.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 01 Mar 2024 10:56:23 +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:316654 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: emacs-devel@gnu.org, stefankangas@gmail.com >> Date: Fri, 01 Mar 2024 03:36:05 -0500 >> >> Okay I've merged this into master with c55694785e9. >> >> As usual happy to work on it further there if necessary or to see it >> improved by others. > > Thanks, I've fixed a few minor problems there. Thanks > However, the changes > lack the Makefile magic to install the JPEG image file where the Info > manual is installed. The JPEG file should be copied to the info/ > subdirectory of the build tree when Emacs is built, so that the Info > manual could be read from there, and then "make install" should > install it in the same directory where the Info manual is installed. Right good point, I think I tried the html render and the textual version of the info manual so I missed this. Will do! Thanks Andrea