Tell bibtex-parse-keys to output no progress messages.
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.
(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