Bug#979982: emacsen-common: emacs -batch is noisy

2023-06-23 Thread Michael Hoffman
I would prefer `(load file nil t)` to `(load file nil noninteractive)` as even in interactive mode, extra output likes this makes it more difficult to notice actual warnings or errors that might need attention. But either way would be a big improvement. Michael

Bug#979982: emacsen-common: emacs -batch is noisy

2021-01-12 Thread Michael Hoffman
Package: emacsen-common Version: 3.0.4 Severity: normal Dear Maintainer, Using `emacs -batch` is noisy, which means that it is easier to miss warnings and errors in `emacs -batch -f batch-byte-compile` `emacs -batch` on my system produces: ``` Loading /etc/emacs/site-start.d/00debian.el

Bug#851276: (no subject)

2018-12-17 Thread Michael Hoffman
I don't really understand how that patch could fix this bug. It is adding more conditions where exit status becomes non zero, not removing them.