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: Release branch emacs-29 Date: Fri, 09 Dec 2022 08:52:14 +0200 Message-ID: <83cz8t1335.fsf@gnu.org> References: <83wn7flz9f.fsf@gnu.org> <83pmd5ledu.fsf@gnu.org> <83pmcu2swb.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30932"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, johnw@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 09 07:53:31 2022 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 1p3XGD-0007s1-Ip for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Dec 2022 07:53:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3XFc-0004qL-D8; Fri, 09 Dec 2022 01:52:52 -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 1p3XFR-0004me-K6 for emacs-devel@gnu.org; Fri, 09 Dec 2022 01:52:42 -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 1p3XFL-0007ec-6I; Fri, 09 Dec 2022 01:52:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=R23Lz8h5xqkfvCTd+PTumWVogFKnhN2lu82lKojeiRQ=; b=DQ+PtJISMOtL xWbIgKxqPFhXq+pxHyGDO/7xOtNQ3CPsyM0lGI8F7C+GxSr0wxzUOWHBtjFxwkNRRqkVotEi8kpC5 D935FoilIMlrmAAoR6TltN/OCBlgkD3Ozmh6rTVM07kPRSluidnYZ2MbGQ/mHgHsA/I8XlJFWYnlx hO8fTYPx5GfhcuMY3Nto3Tib/S9iJlyzHZ3yVBuHqYF3iOdX2Q1gVYOinhBSQetNGPLz57QK05Lp6 h2URSiEKksDJtyKowSfQKwpmf/FBlu3ul2C259+xf9ov4UBgKemA0uVLetq9KA3DMeNNjeOxwNJ0a vR8kn/JZP7U5Zfr+58jdSw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3XF7-0003Ts-F9; Fri, 09 Dec 2022 01:52:34 -0500 In-Reply-To: (message from Stefan Kangas on Thu, 8 Dec 2022 14:20:50 -0800) 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:301064 Archived-At: > From: Stefan Kangas > Date: Thu, 8 Dec 2022 14:20:50 -0800 > Cc: emacs-devel@gnu.org, johnw@gnu.org > > Eli Zaretskii writes: > > > The manual still needs some work (e.g., @insertcopying is not in the > > correct place, the Index node should not be under "Appendices", and > > there should be a lot more index entries), but I see nothing that > > couldn't be rectified on the release branch. > > I couldn't figure out what should be changed with regards to > @insertcopying and the Index node, so I'd appreciate your help with > that. It's out of place, IMO, and should be moved. Look at where other Texinfo files put that directive. > We can work on the index over time, but help with that is also > appreciated as I've struggled to come up with good entries. I'll get to that eventually.