From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#12128: 24.1.50; Default argument for `save-buffer' Date: Fri, 03 Aug 2012 12:31:46 +0300 Message-ID: <83wr1gb9tp.fsf@gnu.org> References: <83zk6cbhrr.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343986362 1830 80.91.229.3 (3 Aug 2012 09:32:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Aug 2012 09:32:42 +0000 (UTC) Cc: 12128@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 03 11:32:40 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SxEFJ-0008Ol-Ce for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Aug 2012 11:32:37 +0200 Original-Received: from localhost ([::1]:49486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxEFI-0000hy-NS for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Aug 2012 05:32:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxEFF-0000hs-Jx for bug-gnu-emacs@gnu.org; Fri, 03 Aug 2012 05:32:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxEF9-0000DD-AB for bug-gnu-emacs@gnu.org; Fri, 03 Aug 2012 05:32:33 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxEF9-0000D7-67 for bug-gnu-emacs@gnu.org; Fri, 03 Aug 2012 05:32:27 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SxEMT-0002GE-VR for bug-gnu-emacs@gnu.org; Fri, 03 Aug 2012 05:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Aug 2012 09:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12128 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12128-submit@debbugs.gnu.org id=B12128.13439867728645 (code B ref 12128); Fri, 03 Aug 2012 09:40:01 +0000 Original-Received: (at 12128) by debbugs.gnu.org; 3 Aug 2012 09:39:32 +0000 Original-Received: from localhost ([127.0.0.1]:58277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SxELz-0002FN-Ig for submit@debbugs.gnu.org; Fri, 03 Aug 2012 05:39:31 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:46341) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SxELx-0002FF-Mc for 12128@debbugs.gnu.org; Fri, 03 Aug 2012 05:39:31 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M8600000AE2HY00@a-mtaout22.012.net.il> for 12128@debbugs.gnu.org; Fri, 03 Aug 2012 12:31:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M86000QKAH4H710@a-mtaout22.012.net.il>; Fri, 03 Aug 2012 12:31:52 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62784 Archived-At: > Date: Fri, 3 Aug 2012 10:57:46 +0200 > From: Dani Moncayo > Cc: 12128@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.