bug#21547: [PATCH] elisp: run emacs with --no-site-file

2022-02-08 Thread Karl Berry
+ - When compiling emacs lisp files, emacs is run with --no-site-file to +disable user config files that might hang or access the terminal. I'm surprised it hasn't come up before. Good!

bug#21547: [PATCH] elisp: run emacs with --no-site-file

2022-02-07 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/21547. If users have interactive site file logic, the lispdir probing can hang, as can the compilation of elisp files. Use --no-site-file to disable loading any of that possible user logic. * NEWS: Note emacs --no-site-file change. * doc/automake.texi: Run