all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: David Masterson <dsmasterson@gmail.com>
Cc: Stefan Monnier via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: "transient-define-suffix" autoload error ?
Date: Tue, 18 Jun 2024 18:27:07 -0400	[thread overview]
Message-ID: <jwvzfrh99ga.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <LV8P223MB0920301B241194B892E71948A2CE2@LV8P223MB0920.NAMP223.PROD.OUTLOOK.COM> (David Masterson's message of "Tue, 18 Jun 2024 14:48:19 -0700")

> That is my problem!  How do you find the file that is causing the error?
> Based on where the error occurs in *Messages* and that it also prints to
> standard error(?) as Emacs is starting, I would guess that the error is
> occuring site-lisp or site-start.  A "--debug-init" doesn't give me
> anything because Emacs hasn't gotten to the init file yet (CMIIAW).
> Therefore, I guess it is not in any of my ,emacs.d/elpa packages.

Ah, right.  I think `--debug-init` *should* help (tho apparently it
doesn't, maybe that deserves its own bug-report), but otherwise you have
to resort to simulating the init by hand.  I.e. start with

    emacs -Q --eval '(setq debug-on-error t)'

and then try and manually load the site-init files.
But there's a chance the problem won't trigger in that case because of
some detail of when&how the files get loaded.


        Stefan




  reply	other threads:[~2024-06-18 22:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18  5:21 "transient-define-suffix" autoload error ? David Masterson
2024-06-18  5:47 ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-06-18 21:48   ` David Masterson
2024-06-18 22:27     ` Stefan Monnier [this message]
2024-06-18 23:01     ` David Masterson
2024-06-18 23:16       ` Stefan Monnier
2024-06-18 23:51         ` David Masterson
2024-06-19  2:07           ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-06-19 21:24             ` David Masterson
2024-06-19 21:36               ` Stefan Monnier
2024-06-20  5:14                 ` Eli Zaretskii
2024-06-19  2:17           ` David Masterson

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=jwvzfrh99ga.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=dsmasterson@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.