GNU bug report logs -
#19983
24.4; exit-emacs regression in 24.4?
Previous Next
Reported by: Sam Halliday <sam.halliday <at> gmail.com>
Date: Mon, 2 Mar 2015 23:10:02 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Sam Halliday wrote:
> Unfortunately, it looks like 052f924a01f8a65ca0bfc9e6584302613e019489 is
> bad. This commit seems to be older than 24.3 (emacs has a dev versioning
> convention that I don't understand). Is there another root that I could
> go back to? The point at which 24.3 and 24.4 have in common?
That's what I thought I gave you... Maybe I goofed.
I'm sure our resident git experts will tell us the right answer.
> with process handling. At the moment, building the emacs docs every
> commit is the bottleneck, not my test. Is there any way to build/install
> without the docs (or compiling the .elc files).
For bisecting, I use:
[ -e Makefile ] && make maintainer-clean
./autogen.sh
./configure --without-all --cache-file=/tmp/config.cache
make -C lib all
make -C src bootstrap-emacs
make -C src emacs
(with suitable -j# and error trapping at each stage).
This bug report was last modified 10 years and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.