# HG changeset patch # User David Kastrup # Date 1093172296 0 # Node ID 5ea587a67aae8e31b9f8eef77ef41a8c2711d314 # Parent 244727dbb902fb8919bb6a21a7c676a620d7fd26 Update AUCTeX information. diff -r 244727dbb902 -r 5ea587a67aae etc/MAILINGLISTS --- a/etc/MAILINGLISTS Sun Aug 22 09:50:18 2004 +0000 +++ b/etc/MAILINGLISTS Sun Aug 22 10:58:16 2004 +0000 @@ -1224,13 +1224,14 @@ The supercite mailing list covers issues related to the advanced mail/news citation package called Supercite for GNU Emacs. -* auc-tex-request@iesd.auc.dk to subscribe +* auc-tex-request@sunsite.dk to subscribe ** USENET newsgroup: NONE YET -** Send contributions to: auc-tex@iesd.auc.dk +** Send contributions to: auc-tex@sunsite.dk -The list is intended to exchange information about AUC TeX, such as +The list is intended to exchange information about AUCTeX, such as bug reports, request for help, and information on current -developments. AUC TeX is a much enhanced LaTeX mode for GNU Emacs. +developments. AUCTeX is a much enhanced TeX/LaTeX/ConTeXt/Texinfo mode +for GNU Emacs. The list is unmoderated. diff -r 244727dbb902 -r 5ea587a67aae etc/PROBLEMS --- 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. diff -r 244727dbb902 -r 5ea587a67aae lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 22 09:50:18 2004 +0000 +++ b/lisp/ChangeLog Sun Aug 22 10:58:16 2004 +0000 @@ -1,3 +1,7 @@ +2004-08-22 David Kastrup + + * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information. + 2004-08-22 Andreas Schwab * cvs-status.el: Require pcvs during byte-compiling for diff -r 244727dbb902 -r 5ea587a67aae lisp/ido.el --- a/lisp/ido.el Sun Aug 22 09:50:18 2004 +0000 +++ b/lisp/ido.el Sun Aug 22 10:58:16 2004 +0000 @@ -291,7 +291,7 @@ ;; then all files matching "Summary" are moved to the end of the ;; list. (I find this handy for keeping the INBOX Summary and so on ;; out of the way.) It also moves files matching "output\*$" to the -;; end of the list (these are created by AUC TeX when compiling.) +;; end of the list (these are created by AUCTeX when compiling.) ;; Other functions could be made available which alter the list of ;; matching files (either deleting or rearranging elements.) diff -r 244727dbb902 -r 5ea587a67aae lisp/iswitchb.el --- a/lisp/iswitchb.el Sun Aug 22 09:50:18 2004 +0000 +++ b/lisp/iswitchb.el Sun Aug 22 10:58:16 2004 +0000 @@ -159,7 +159,7 @@ ;; then all buffers matching "Summary" are moved to the end of the ;; list. (I find this handy for keeping the INBOX Summary and so on ;; out of the way.) It also moves buffers matching "output\*$" to the -;; end of the list (these are created by AUC TeX when compiling.) +;; end of the list (these are created by AUCTeX when compiling.) ;; Other functions could be made available which alter the list of ;; matching buffers (either deleting or rearranging elements.) diff -r 244727dbb902 -r 5ea587a67aae lisp/speedbar.el --- a/lisp/speedbar.el Sun Aug 22 09:50:18 2004 +0000 +++ b/lisp/speedbar.el Sun Aug 22 10:58:16 2004 +0000 @@ -92,7 +92,7 @@ ;; into sub-lists. A long flat list can be used instead if needed. ;; Other filters can be easily added. ;; -;; AUC-TEX users: The imenu tags for AUC-TEX mode doesn't work very +;; AUCTEX users: The imenu tags for AUCTEX mode doesn't work very ;; well. Use the imenu keywords from tex-mode.el for better results. ;; ;; This file requires the library package assoc (association lists)