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: use-package documentation Date: Fri, 06 Jan 2023 09:13:36 +0200 Message-ID: <834jt4w2xr.fsf@gnu.org> References: <83bknl6zan.fsf@gnu.org> <835ydq4urv.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29475"; mail-complaints-to="usenet@ciao.gmane.io" Cc: johnw@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 06 08:14:02 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 1pDgvO-0007Nz-Vl for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Jan 2023 08:13:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDgv0-0002MV-RQ; Fri, 06 Jan 2023 02:13:34 -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 1pDguz-0002LE-IN for emacs-devel@gnu.org; Fri, 06 Jan 2023 02:13:33 -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 1pDguz-0000g8-1V; Fri, 06 Jan 2023 02:13:33 -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=gDnOzEG7jtXAxkele1a39iAi9hldNgNQ1O6Rj6KV7Sw=; b=UAJ6+hVCiun7 NaeK5ym6zu6H6sQSoiTaul8L2ZaTw1ZfVnV8ZAok8/etvSzoFHAw4RiDankbKuS9ufVj3/dNbARaD 1eDtqCre8KXrn8m2vH/23Wc4LhhNc7uK0CZn32HtmpINulsM5+SAfRqYDO+L+4/Q+iRWDVspJA52p 0LiLc9Pt688ap7ayOz1w9C/MKQTaEPOm+xTuQzCqKYEPDRDoc/ROUuFKBSxM0GZIbUGJr56rsOI98 NLgRJC0xdk47MuqDRDq86xJ/+Qm/Gvf30KxqEBpURhilnFel7TDh6gqWYfmhH3M9BPMxi5bhobVhK kN6sgY4jfnsfKRn5cnu1zA==; 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 1pDgul-0006mA-2l; Fri, 06 Jan 2023 02:13:19 -0500 In-Reply-To: (message from Richard Stallman on Thu, 05 Jan 2023 23:37:58 -0500) 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:302248 Archived-At: > From: Richard Stallman > Cc: eliz@gnu.org, emacs-devel@gnu.org > Date: Thu, 05 Jan 2023 23:37:58 -0500 > > It is aimed at users who decide to write some Emacs Lisp code, > so I think it does fit in the Emacs Lisp References Manual. > But it would also fit in the Emacs Manual, where it describes > some basic kinds of Lisp that are useful in init files. > > However, only a very brief description of use-package would accord > with the Emacs Manual's section on this. A larger amount could accord > with the context of the Emacs Lisp Reference Manual. That's what I did about a week ago, so I think this issue can be put to rest.