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: Thu, 08 Dec 2022 10:37:08 +0200 Message-ID: <83pmcu2swb.fsf@gnu.org> References: <83wn7flz9f.fsf@gnu.org> <83pmd5ledu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22682"; 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 Thu Dec 08 09:38:29 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 1p3CQG-0005hu-8q for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Dec 2022 09:38:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3CPB-0007Pb-0q; Thu, 08 Dec 2022 03:37:21 -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 1p3CP9-0007PT-Hz for emacs-devel@gnu.org; Thu, 08 Dec 2022 03:37:19 -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 1p3CP9-0005w6-7Q; Thu, 08 Dec 2022 03:37:19 -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=T7aB4uyoHjfPnAlqLfGuVV81fg9gTdzHzbjaw3NlGb0=; b=shYt5Soydask PM0dSxiOx8mMH0vdPFromu59b0TU0oqZmIbMj2kqOxQdDYHJSubZSKS+ObhaW+YgC+5gQZWE3mcMA 7YkMnexqxfCIT22Q/JTY76uebEC6MmKriLNuJ9iet7CHA7SSgy8Q00gU8QpXsdgqVtqh90gSDlg6s zPK1Q2sG3z9S3c1RdHgevdQE1mtxu/2J33urgA+oGhHV4pwbqdId99hrGTdDoOf3l7LwmX9kHnO7U jZDXpv+J6aBmVx9cwg5kCAObqBkLuvzyNGv/Z/A4aLShv40hOcp1FocnZ7+5+867vMWvOxuxjZ6SQ jwCUdtcUjgfbZKMundE58A==; 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 1p3CP8-0004Mb-MN; Thu, 08 Dec 2022 03:37:19 -0500 In-Reply-To: (message from Stefan Kangas on Wed, 7 Dec 2022 16:20:03 -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:301034 Archived-At: > From: Stefan Kangas > Date: Wed, 7 Dec 2022 16:20:03 -0800 > Cc: emacs-devel@gnu.org, johnw@gnu.org > > It took me about as much time as expected to rewrite the use-package > manual, but it is now finally done. I'm sure more tweaks and additions > will be needed, especially as I work through the documentation bugs on > the old use-package issue tracker.[1] Meanwhile, I obviously welcome any > and all reviews, patches or feedback. > > I hope that the feature/use-package branch now looks okay for merging > into emacs-29, but I'll wait for a final confirmation from Eli first. Thanks for working on this. I took a quick look, and I see no issues which would prevent landing this on emacs-29. 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.