all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Gregory Heytings <gregory@heytings.org>
Cc: larsi@gnus.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: emacs.pdmp not always rebuilt
Date: Mon, 04 Oct 2021 17:34:44 +0300	[thread overview]
Message-ID: <83tuhw6epn.fsf@gnu.org> (raw)
In-Reply-To: <6c69780538b8456263b4@heytings.org> (message from Gregory Heytings on Mon, 04 Oct 2021 14:18:41 +0000)

> Date: Mon, 04 Oct 2021 14:18:41 +0000
> From: Gregory Heytings <gregory@heytings.org>
> cc: larsi@gnus.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org
> 
> > What do you mean by "debugged or updated", and how would that affect 
> > what we do at loadup time, but not what we do at any other time, 
> > including in interactive sessions?
> 
> The problem that Lars, you and possibly others experienced (make 
> continuing when it should have stopped) was due to the fact that "call1 
> (Qsubstitute_command_keys, Fget (errname, Qerror_message));" in 
> print_error_message() failed when it was called while loading the first 
> files in loadup.  Are you sure that this call to call1 cannot possibly 
> fail when fboundp is t?

If fboundp returns non-nil, it means the symbol's function cell is not
void, i.e. the symbol can be used as a function.  Right?  So the call
can only fail if the function itself has a bug, right?  And in the
latter case, how is that different from any other Lisp function called
during loadup?

> What could happen during interactive sessions is something else.

I think it's the same.  IOW, any problem that could happen at loadup
time could also happen during a regular session, and will have the
same results.



  reply	other threads:[~2021-10-04 14:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03 12:41 emacs.pdmp not always rebuilt Lars Ingebrigtsen
2021-10-03 12:53 ` Eli Zaretskii
2021-10-03 13:10   ` Lars Ingebrigtsen
2021-10-03 14:35     ` Stefan Monnier
2021-10-03 14:38       ` Lars Ingebrigtsen
2021-10-03 23:27         ` Gregory Heytings
2021-10-04  0:45           ` Stefan Kangas
2021-10-04  2:28           ` Eli Zaretskii
2021-10-04  8:57             ` Gregory Heytings
2021-10-04  9:19               ` Lars Ingebrigtsen
2021-10-04 11:14                 ` Stefan Kangas
2021-10-04 12:53                 ` Eli Zaretskii
2021-10-04 12:50               ` Eli Zaretskii
2021-10-04 13:05                 ` Gregory Heytings
2021-10-04 13:25                   ` Gregory Heytings
2021-10-04 13:37                     ` Eli Zaretskii
2021-10-04 14:18                       ` Gregory Heytings
2021-10-04 14:34                         ` Eli Zaretskii [this message]
2021-10-04 16:02                           ` Gregory Heytings
2021-10-04 16:56                             ` Eli Zaretskii
2021-10-04 13:30                   ` Eli Zaretskii
2021-10-04 14:03                     ` Stefan Kangas
2021-10-04 14:19                       ` Gregory Heytings
2021-10-04 15:10                         ` Eli Zaretskii
2021-10-03 14:52     ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=83tuhw6epn.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=gregory@heytings.org \
    --cc=larsi@gnus.org \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.