bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20931: batch byte-compilation is too quiet now


From: Artur Malabarba
Subject: bug#20931: batch byte-compilation is too quiet now
Date: Mon, 29 Jun 2015 20:54:07 +0100

Though I messed around that area recently, I think this specific
silence is being caused by this line:
    (or noninteractive (message "Wrote %s" target-file))

Which was instroduced by this commit, which seems to be intentional.

cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540
Author:     Paul Eggert <a
href="mailto:eggert@cs.ucla.edu";>eggert@cs.ucla.edu</a>
AuthorDate: Sat Jan 3 18:28:35 2015 -0800
Commit:     Paul Eggert <a
href="mailto:eggert@cs.ucla.edu";>eggert@cs.ucla.edu</a>
CommitDate: Sat Jan 3 18:29:23 2015 -0800

Less 'make' chatter in batch mode

* admin/unidata/unidata-gen.el (unidata-gen-files):
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/files.el (save-buffer, basic-save-buffer):
* lisp/international/quail.el (quail-update-leim-list-file):
Don't output messages like "Generating ..." in batch mode.

2015-06-29 19:01 GMT+01:00 Glenn Morris <rgm@gnu.org>:
> Package: emacs
> Version: 25.0.50
>
> Batch byte-compilation is too quiet now:
>
>   emacs-24.5 -Q -batch -f batch-byte-compile foo.el
>   Wrote /tmp/foo.elc
>
> Current master:
>
>   emacs -Q -batch -f batch-byte-compile foo.el
>   <Prints nothing>
>
>
>





reply via email to

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