X-Debbugs-CC: Michael Hoffman <debian-hoff...@sneakemail.com> Control: tag -1 +patch
This bug still persists, and the attached patch should fix it while still printing informative messages in interactive mode. I might raise the severity to "serious" at some point since the stray output renders GNU Emacs unsuitable as a script interpreter, thus breaking it. Regards.
--- a/debian-startup.el +++ b/debian-startup.el @@ -113,7 +113,7 @@ (mapc (lambda (file) (condition-case err - (load file nil) + (load file nil noninteractive) (error (message "Error while loading %s: %s" file (error-message-string err))))) base-names)