unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Juri Linkov <juri@linkov.net>
Cc: 48019@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#48019: 28.0.50; Error signaled by documentation function
Date: Wed, 28 Apr 2021 02:02:21 +0200	[thread overview]
Message-ID: <87r1ive0oi.fsf@gnus.org> (raw)
In-Reply-To: <87mttjz4sj.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 28 Apr 2021 01:27:56 +0200")

Which is this.

Stefan, this leads to errors when re-reading the etc/DOC file -- the
variable in question is assumed to always be a list.

commit 2fb271ca35ff96540c0940b0ea5281bdaac953ec
Author:     Stefan Monnier <monnier@iro.umontreal.ca>
AuthorDate: Thu Apr 22 09:32:04 2021 -0400
Commit:     Stefan Monnier <monnier@iro.umontreal.ca>
CommitDate: Thu Apr 22 09:32:04 2021 -0400

    Fix unload+reload of files using `custom-initialize-delay` (bug#47072)
    
    * lisp/custom.el (custom-initialize-delay): Don't delay if
    `custom-delayed-init-variables` has already been processed.
    * lisp/startup.el (command-line): Mark `custom-delayed-init-variables`
    as processed.

diff --git a/lisp/startup.el b/lisp/startup.el
index 4d4c65e6c4..c1267274d9 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1175,7 +1175,7 @@ command-line
         ;; are dependencies between them.
         (nreverse custom-delayed-init-variables))
   (mapc #'custom-reevaluate-setting custom-delayed-init-variables)
-  (setq custom-delayed-init-variables nil)
+  (setq custom-delayed-init-variables t)
 
   ;; Warn for invalid user name.
   (when init-file-user



-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






  parent reply	other threads:[~2021-04-28  0:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-25 17:13 bug#48019: 28.0.50; Error signaled by documentation function Juri Linkov
2021-04-26 23:50 ` Lars Ingebrigtsen
2021-04-27 17:07   ` Juri Linkov
2021-04-27 23:27     ` Lars Ingebrigtsen
2021-04-27 23:59       ` Lars Ingebrigtsen
2021-04-28  0:02       ` Lars Ingebrigtsen [this message]
2021-04-29 22:13         ` Stefan Monnier
2021-05-02  8:51           ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r1ive0oi.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=48019@debbugs.gnu.org \
    --cc=juri@linkov.net \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).