diff options
| author | Eli Zaretskii | 2001-02-05 17:16:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-05 17:16:40 +0000 |
| commit | d238f982a5835f590c3a1aeb2c2bee8f3f68c02b (patch) | |
| tree | a76493cb672ba3dfa6bca45e8b410e444d4426bf | |
| parent | 1e14b095399999f727e81bdc4b50f6486cc67723 (diff) | |
| download | emacs-d238f982a5835f590c3a1aeb2c2bee8f3f68c02b.tar.gz emacs-d238f982a5835f590c3a1aeb2c2bee8f3f68c02b.zip | |
Document problems with AUC TeX and Emacs 21.
| -rw-r--r-- | etc/PROBLEMS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 56a67611982..c3ce42da4b0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -803,7 +803,12 @@ earlier versions. | |||
| 803 | ((consp (sgml-entity-text entity)) ; external id? | 803 | ((consp (sgml-entity-text entity)) ; external id? |
| 804 | (let* ((extid (sgml-entity-text entity)) | 804 | (let* ((extid (sgml-entity-text entity)) |
| 805 | 805 | ||
| 806 | * Running TeX from AUXTeX package with Emacs 20.3 gives a Lisp error | 806 | * Emacs 21 freezes when visiting a TeX file with AUC TeX installed. |
| 807 | |||
| 808 | Emacs 21 needs version 10 or later of AUC TeX; upgrading should solve | ||
| 809 | these problems. | ||
| 810 | |||
| 811 | * Running TeX from AUC TeX package with Emacs 20.3 gives a Lisp error | ||
| 807 | about a read-only tex output buffer. | 812 | about a read-only tex output buffer. |
| 808 | 813 | ||
| 809 | This problem appeared for AUC TeX version 9.9j and some earlier | 814 | This problem appeared for AUC TeX version 9.9j and some earlier |