From 8df9f2a38746e4163c40722dc3bee73c486a599d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Feb 2002 01:55:43 +0000 Subject: [PATCH] (bibtex-parse-buffers-stealthily): Tell bibtex-parse-keys to output no progress messages. --- lisp/ChangeLog | 8 ++++++++ lisp/textmodes/bibtex.el | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56fc5bcf6c6..d78c26b5546 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,14 @@ 2002-02-13 Richard M. Stallman + * textmodes/bibtex.el (bibtex-parse-buffers-stealthily): + Tell bibtex-parse-keys to output no progress messages. + + * international/mule-diag.el (list-input-methods): + Use help-input-method, not describe-input-method, for button type. + + * register.el (describe-register-1): Access register contents here. + * textmodes/text-mode.el (text-mode-hook-identify): Restore previous definition. Add to text-mode-hook again. diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index a7c68a72040..66264a60faf 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -2398,7 +2398,9 @@ The generation algorithm works as follows: (not (eq (buffer-modified-tick) bibtex-buffer-last-parsed-tick))) - (if (bibtex-parse-keys nil t t) + ;; Output no progress messages in bibtex-parse-keys + ;; because when in y-or-n-p that can hide the question. + (if (bibtex-parse-keys nil nil t) ;; successful operation --> remove buffer from list (setq buffers (cdr buffers))) ;; buffer is no BibTeX buffer or needs no parsing -- 2.39.5