comparison etc/PROBLEMS @ 35907:1dc1345e8325

Document problems with AUC TeX and Emacs 21.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 05 Feb 2001 17:16:40 +0000
parents 1dd3524845ae
children a77b9157dd49
comparison
equal deleted inserted replaced
35906:df227816e324 35907:1dc1345e8325
801 + (insert-file-contents entity) 801 + (insert-file-contents entity)
802 (setq default-directory (file-name-directory entity))) 802 (setq default-directory (file-name-directory entity)))
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
810 versions. Here is a patch for the file tex-buf.el in the AUC TeX 815 versions. Here is a patch for the file tex-buf.el in the AUC TeX
811 package. 816 package.