From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fixing package-initialize, adding early init file Date: Sat, 17 Feb 2018 13:38:25 +0200 Message-ID: <834lmfdexa.fsf@gnu.org> References: <83po9vos4z.fsf@gnu.org> <87shelv2m6.fsf@udel.edu> <83vajgh4xe.fsf@gnu.org> <838tc12h42.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1518867407 4462 195.159.176.226 (17 Feb 2018 11:36:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2018 11:36:47 +0000 (UTC) Cc: cpitclaudel@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Radon Rosborough Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 17 12:36:42 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1en0n6-0008R7-Fb for ged-emacs-devel@m.gmane.org; Sat, 17 Feb 2018 12:36:28 +0100 Original-Received: from localhost ([::1]:40044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1en0p8-0002cn-Hf for ged-emacs-devel@m.gmane.org; Sat, 17 Feb 2018 06:38:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1en0p2-0002cN-BQ for emacs-devel@gnu.org; Sat, 17 Feb 2018 06:38:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1en0oy-000296-TT for emacs-devel@gnu.org; Sat, 17 Feb 2018 06:38:28 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1en0oy-00028z-PO; Sat, 17 Feb 2018 06:38:24 -0500 Original-Received: from [176.228.60.248] (port=3511 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1en0oy-0004vP-3U; Sat, 17 Feb 2018 06:38:24 -0500 In-reply-to: (message from Radon Rosborough on Wed, 14 Feb 2018 20:38:14 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222856 Archived-At: > From: Radon Rosborough > Date: Wed, 14 Feb 2018 20:38:14 -0800 > Cc: Stefan Monnier , > Clément Pit-Claudel , > emacs-devel > > Unless otherwise noted, I have integrated your comments, Eli. Let > me know if more changes are needed before merging. Thanks, I pushed this to the master branch. A few minor nits about the docs, for the future: . when you add new nodes to a manual, you need to update higher-level menus accordingly, in the parent section/chapter and in the top-level menu in emacs.texi or elisp.texi . @xref is inappropriate for parenthesized notes; use @pxref instead . there were a couple of places with only one blank between sentences. . long expressions with embedded whitespace should be included in @w{..}, to prevent breaking them between lines, which makes them less readable