bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66742: 30.0.50; transient-mark-mode is not enabled after re-dumping


From: Ihor Radchenko
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

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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]