GNU bug report logs -
#12128
24.1.50; Default argument for `save-buffer'
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Fri, 3 Aug 2012 01:06:02 UTC
Severity: wishlist
Found in version 24.1.50
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 12128 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 3 Aug 2012 10:57:46 +0200
> From: Dani Moncayo <dmoncayo <at> gmail.com>
> Cc: 12128 <at> debbugs.gnu.org
>
> > That's your local problem with byte compilation, I don't get that
> > message on my machine. Just compile auth-source.el, and that message
> > will not appear anymore.
>
> Have the emacs build process a way of automatically compiling every
> *.elc file which is older than its *.el counterpart?
Yes.
> (I thought that the plain "make" took care of this)
No. The correct procedure for building on Windows after updating from
bzr is this:
cd nt
configure
make
cd ../lisp
make bzr-update
cd ../nt
make
make info
The 'configure' step can be omitted if none of the configury files
changed (that includes makefile.w32-in files, nt/config.nt, and
nt/configure.bat itself).
Some changes are too invasive, and make the "make bzr-update" stage
fail. If the problems don't go away after re-running that stage
several times, your best bet is a full bootstrap.
This bug report was last modified 12 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.