From: Eli Zaretskii <eliz@is.elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs-diffs digest, Vol 1 #508 - 12 msgs
Date: Tue, 26 Mar 2002 07:58:23 +0200 (IST) [thread overview]
Message-ID: <Pine.SUN.3.91.1020326075527.23050D-100000@is> (raw)
In-Reply-To: <200203252240.g2PMeW114699@rum.cs.yale.edu>
On Mon, 25 Mar 2002, Stefan Monnier wrote:
> It used to be that if there wasn't enough pure memory and we
> tried to allocate some pure storage Emacs would just halt.
> Now it keeps going, allocating in non-pure storage instead and
> signalling that the pure storage overflowed.
Thanks for the explanation.
I think we should do something to avoid the warning in the bootstrap
case, then. Users who don't know these details might become spooked by
the warning, especially if they were used to get a fatal error with the
same language before.
> PS: I almost got bootstrapping to work without a `bootstrap-emacs'
> executable (by byte-compiling with `temacs' instead)
> but hit a problem where `temacs -batch' freezes in call-process:
> the problem is that the SIGCHLD handler is not installed in that
> case (probably because it might introduce problems when we dump).
Yes, I think that's the reason why signals aren't caught.
> As for why `call-process' is called: vc.el does
> (eval-when-compile (require 'ediff-util)) and ediff-util.el
> ends up loading all the ediff*.el files (also from within
> `eval-when-compile' clauses) and ediff-ptch.el runs patch with a few
> different args to determine the default value of a config variable.
We could prevent this by binding some special variables during bootstrap,
no?
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2002-03-26 5:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E16oZ1I-0001u2-00@fencepost.gnu.org>
2002-03-23 9:53 ` Emacs-diffs digest, Vol 1 #508 - 12 msgs Eli Zaretskii
2002-03-25 16:29 ` Stefan Monnier
2002-03-25 20:10 ` Eli Zaretskii
2002-03-25 22:40 ` Stefan Monnier
2002-03-26 5:58 ` Eli Zaretskii [this message]
2002-03-26 15:31 ` bootstrap (was: Emacs-diffs digest, Vol 1 #508 - 12 msgs) Stefan Monnier
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=Pine.SUN.3.91.1020326075527.23050D-100000@is \
--to=eliz@is.elta.co.il \
--cc=emacs-devel@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.