From: Ihor Radchenko <yantar92@posteo.net>
To: Mauro Aranda <maurooaranda@gmail.com>
Cc: gerd.moellmann@gmail.com, Eli Zaretskii <eliz@gnu.org>,
66742@debbugs.gnu.org
Subject: bug#66742: 30.0.50; transient-mark-mode is not enabled after re-dumping Emacs
Date: Fri, 27 Oct 2023 11:08:43 +0000 [thread overview]
Message-ID: <87lebocog4.fsf@localhost> (raw)
In-Reply-To: <3b7546df-7164-4c34-9602-7b59e395ee8f@gmail.com>
Mauro Aranda <maurooaranda@gmail.com> writes:
> > According to Gerd Möllmann, `custom-initialize-delay' does not work
> > here. AFAIU, `transient-mark-mode' is already supposed to use it (see
> > cus-start.el).
>
> Have you tried making custom-delayed-init-variables nil before the
> redumping thing?
I tried
(message ":: %S" custom-delayed-init-variables)
(setq custom-delayed-init-variables nil)
(dump-emacs-portable "/tmp/emacs-dumped-2.dmp")
But
(message ":: %S" custom-delayed-init-variables)
outputs
:: t
, which means that ./src/emacs -Q --batch -l ~/Downloads/dump2.el
already processed all the `custom-delayed-init-variables' prior to
dumping.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2023-10-27 11:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-25 9:26 bug#66742: 30.0.50; transient-mark-mode is not enabled after re-dumping Emacs Ihor Radchenko
2023-10-26 9:11 ` Gerd Möllmann
2023-10-26 11:42 ` Ihor Radchenko
2023-10-26 12:06 ` Eli Zaretskii
2023-10-26 12:44 ` Ihor Radchenko
2023-10-26 13:10 ` Eli Zaretskii
2023-10-26 13:15 ` Eli Zaretskii
2023-10-27 9:04 ` Ihor Radchenko
2023-10-27 10:37 ` Eli Zaretskii
2023-10-27 10:53 ` Ihor Radchenko
2023-10-27 10:56 ` Eli Zaretskii
2023-10-27 10:59 ` Mauro Aranda
2023-10-27 11:08 ` Ihor Radchenko [this message]
2023-10-26 13:25 ` Ihor Radchenko
2023-10-26 13:31 ` 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=87lebocog4.fsf@localhost \
--to=yantar92@posteo.net \
--cc=66742@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=gerd.moellmann@gmail.com \
--cc=maurooaranda@gmail.com \
/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.