emacs-devel
[Top][All Lists]
Advanced

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

Re: running ./temacs


From: Stefan Monnier
Subject: Re: running ./temacs
Date: Sun, 21 Nov 2010 00:48:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> >>>>> [Hacking around this so that Vprocess_environment is initialized when
>> >>>>> not dumping makes ./temacs work correctly]
>> >>>> In case anyone wants to see the difference in behavior, here's the
>> >>>> ugly hack:
>> >>> Could you explain your code (i.e. why you need those strcmp hacks, why
>> >>> you need to set&unset initialized, ...)?
>> >> set_initial_environment only initializes Vprocess_environment if
>> >> `initialized' is set.
>> > Do you happen to know why?
>> No idea.  I'd speculate that it's undesirable to initialize it when
>> dumping...
> Yes, probably.

So `initialized' is not the right variable to test.
Maybe Vpurify_flag would be closer since it is a better indicator of
whether we're about to dump or not, AFAIK.


        Stefan



reply via email to

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