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

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

bug#19776: 25.0.50; HTML rendering is very slow


From: Lars Ingebrigtsen
Subject: bug#19776: 25.0.50; HTML rendering is very slow
Date: Mon, 25 Oct 2021 16:32:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> EMACS_IGNORE_TIMERFD=t ./src/emacs 
>
> doesn't disable it, either?  That egetenv call returns NULL even if I
> start Emacs like that?  Odd. 

So this is a tangent, but this is a repeatable bug.  If I call 

  printf ("fd: %s\n", egetenv ("FOO"));

from init_atimer, it always says (null).  (And "FOO" is defined.)
However, if I call egetenv later, I do get the correct value.

So is there something about (e)getenv that makes it not work during the
(early) startup of Emacs?

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





reply via email to

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