Mercurial > emacs
diff etc/PROBLEMS @ 56754:5ea587a67aae
Update AUCTeX information.
| author | David Kastrup <dak@gnu.org> |
|---|---|
| date | Sun, 22 Aug 2004 10:58:16 +0000 |
| parents | 01528b0a38df |
| children | ce4c0cb926e3 d8411455de48 |
line wrap: on
line diff
--- a/etc/PROBLEMS Sun Aug 22 09:50:18 2004 +0000 +++ b/etc/PROBLEMS Sun Aug 22 10:58:16 2004 +0000 @@ -497,47 +497,21 @@ ((consp (sgml-entity-text entity)) ; external id? (let* ((extid (sgml-entity-text entity)) -** AUC TeX - -*** Emacs 21 freezes when visiting a TeX file with AUC TeX installed. - -Emacs 21 needs version 10 or later of AUC TeX; upgrading should solve +** AUCTeX + +You should not be using a version older than 11.52 if you can avoid +it. + +*** Emacs 21 freezes when visiting a TeX file with AUCTeX installed. + +Emacs 21 needs version 10 or later of AUCTeX; upgrading should solve these problems. -*** No colors in AUC TeX with Emacs 21. +*** No colors in AUCTeX with Emacs 21. Upgrade to AUC TeX version 10 or later, and make sure it is byte-compiled with Emacs 21. -*** Running TeX from AUC TeX package with Emacs 20.3 gives a Lisp error -about a read-only tex output buffer. - -This problem appeared for AUC TeX version 9.9j and some earlier -versions. Here is a patch for the file tex-buf.el in the AUC TeX -package. - -diff -c auctex/tex-buf.el~ auctex/tex-buf.el -*** auctex/tex-buf.el~ Wed Jul 29 18:35:32 1998 ---- auctex/tex-buf.el Sat Sep 5 15:20:38 1998 -*************** -*** 545,551 **** - (dir (TeX-master-directory))) - (TeX-process-check file) ; Check that no process is running - (setq TeX-command-buffer (current-buffer)) -! (with-output-to-temp-buffer buffer) - (set-buffer buffer) - (if dir (cd dir)) - (insert "Running `" name "' on `" file "' with ``" command "''\n") -- --- 545,552 ---- - (dir (TeX-master-directory))) - (TeX-process-check file) ; Check that no process is running - (setq TeX-command-buffer (current-buffer)) -! (let (temp-buffer-show-function temp-buffer-show-hook) -! (with-output-to-temp-buffer buffer)) - (set-buffer buffer) - (if dir (cd dir)) - (insert "Running `" name "' on `" file "' with ``" command "''\n") - ** Miscellaneous problems *** Self-documentation messages are garbled.
