]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-parse-buffers-stealthily):
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Feb 2002 01:55:43 +0000 (01:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Feb 2002 01:55:43 +0000 (01:55 +0000)
Tell bibtex-parse-keys to output no progress messages.

lisp/ChangeLog
lisp/textmodes/bibtex.el

index 56fc5bcf6c6b1e11c4b81bddc02f11c9ab4fcdf9..d78c26b5546850fe3faaaa1cebfaa6a76f59b192 100644 (file)
@@ -5,6 +5,14 @@
 
 2002-02-13  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
 
index a7c68a72040cb6b0615bde4aad230d854ac476c8..66264a60faf3dfac2359283df5fc3c73c99e2e74 100644 (file)
@@ -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