aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kastrup2004-08-22 10:58:41 +0000
committerDavid Kastrup2004-08-22 10:58:41 +0000
commit90a02640b4be96f3ac5546f74c63397c31894471 (patch)
tree0a37209a2db91931402df1c9a5be84012458e024
parent2b54cb7b3029b191946fecab43d17eabfc9f0e06 (diff)
downloademacs-90a02640b4be96f3ac5546f74c63397c31894471.tar.gz
emacs-90a02640b4be96f3ac5546f74c63397c31894471.zip
Update AUCTeX information.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/MAILINGLISTS9
-rw-r--r--etc/PROBLEMS40
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ido.el2
-rw-r--r--lisp/iswitchb.el2
-rw-r--r--lisp/speedbar.el2
7 files changed, 23 insertions, 40 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4f7395fba57..cd7888b1a4a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12004-08-22 David Kastrup <dak@gnu.org>
2
3 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
4
12004-08-21 Bill Wohler <wohler@newt.com> 52004-08-21 Bill Wohler <wohler@newt.com>
2 6
3 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81. 7 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
diff --git a/etc/MAILINGLISTS b/etc/MAILINGLISTS
index 6c22e668340..7c5558eabf6 100644
--- a/etc/MAILINGLISTS
+++ b/etc/MAILINGLISTS
@@ -1224,13 +1224,14 @@ rmail mode.
1224The supercite mailing list covers issues related to the advanced 1224The supercite mailing list covers issues related to the advanced
1225mail/news citation package called Supercite for GNU Emacs. 1225mail/news citation package called Supercite for GNU Emacs.
1226 1226
1227* auc-tex-request@iesd.auc.dk to subscribe 1227* auc-tex-request@sunsite.dk to subscribe
1228** USENET newsgroup: NONE YET 1228** USENET newsgroup: NONE YET
1229** Send contributions to: auc-tex@iesd.auc.dk 1229** Send contributions to: auc-tex@sunsite.dk
1230 1230
1231The list is intended to exchange information about AUC TeX, such as 1231The list is intended to exchange information about AUCTeX, such as
1232bug reports, request for help, and information on current 1232bug reports, request for help, and information on current
1233developments. AUC TeX is a much enhanced LaTeX mode for GNU Emacs. 1233developments. AUCTeX is a much enhanced TeX/LaTeX/ConTeXt/Texinfo mode
1234for GNU Emacs.
1234 1235
1235The list is unmoderated. 1236The list is unmoderated.
1236 1237
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 0152dad9dd9..b126d710cd8 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -497,47 +497,21 @@ earlier versions.
497 ((consp (sgml-entity-text entity)) ; external id? 497 ((consp (sgml-entity-text entity)) ; external id?
498 (let* ((extid (sgml-entity-text entity)) 498 (let* ((extid (sgml-entity-text entity))
499 499
500** AUC TeX 500** AUCTeX
501 501
502*** Emacs 21 freezes when visiting a TeX file with AUC TeX installed. 502You should not be using a version older than 11.52 if you can avoid
503it.
503 504
504Emacs 21 needs version 10 or later of AUC TeX; upgrading should solve 505*** Emacs 21 freezes when visiting a TeX file with AUCTeX installed.
506
507Emacs 21 needs version 10 or later of AUCTeX; upgrading should solve
505these problems. 508these problems.
506 509
507*** No colors in AUC TeX with Emacs 21. 510*** No colors in AUCTeX with Emacs 21.
508 511
509Upgrade to AUC TeX version 10 or later, and make sure it is 512Upgrade to AUC TeX version 10 or later, and make sure it is
510byte-compiled with Emacs 21. 513byte-compiled with Emacs 21.
511 514
512*** Running TeX from AUC TeX package with Emacs 20.3 gives a Lisp error
513about a read-only tex output buffer.
514
515This problem appeared for AUC TeX version 9.9j and some earlier
516versions. Here is a patch for the file tex-buf.el in the AUC TeX
517package.
518
519diff -c auctex/tex-buf.el~ auctex/tex-buf.el
520*** auctex/tex-buf.el~ Wed Jul 29 18:35:32 1998
521--- auctex/tex-buf.el Sat Sep 5 15:20:38 1998
522***************
523*** 545,551 ****
524 (dir (TeX-master-directory)))
525 (TeX-process-check file) ; Check that no process is running
526 (setq TeX-command-buffer (current-buffer))
527! (with-output-to-temp-buffer buffer)
528 (set-buffer buffer)
529 (if dir (cd dir))
530 (insert "Running `" name "' on `" file "' with ``" command "''\n")
531- --- 545,552 ----
532 (dir (TeX-master-directory)))
533 (TeX-process-check file) ; Check that no process is running
534 (setq TeX-command-buffer (current-buffer))
535! (let (temp-buffer-show-function temp-buffer-show-hook)
536! (with-output-to-temp-buffer buffer))
537 (set-buffer buffer)
538 (if dir (cd dir))
539 (insert "Running `" name "' on `" file "' with ``" command "''\n")
540
541** Miscellaneous problems 515** Miscellaneous problems
542 516
543*** Self-documentation messages are garbled. 517*** Self-documentation messages are garbled.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb211cbc8b9..278f92da4ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12004-08-22 David Kastrup <dak@gnu.org>
2
3 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4
12004-08-22 Andreas Schwab <schwab@suse.de> 52004-08-22 Andreas Schwab <schwab@suse.de>
2 6
3 * cvs-status.el: Require pcvs during byte-compiling for 7 * cvs-status.el: Require pcvs during byte-compiling for
diff --git a/lisp/ido.el b/lisp/ido.el
index 4cbc88cf037..ae376741f1b 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -291,7 +291,7 @@
291;; then all files matching "Summary" are moved to the end of the 291;; then all files matching "Summary" are moved to the end of the
292;; list. (I find this handy for keeping the INBOX Summary and so on 292;; list. (I find this handy for keeping the INBOX Summary and so on
293;; out of the way.) It also moves files matching "output\*$" to the 293;; out of the way.) It also moves files matching "output\*$" to the
294;; end of the list (these are created by AUC TeX when compiling.) 294;; end of the list (these are created by AUCTeX when compiling.)
295;; Other functions could be made available which alter the list of 295;; Other functions could be made available which alter the list of
296;; matching files (either deleting or rearranging elements.) 296;; matching files (either deleting or rearranging elements.)
297 297
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index bda0ce4fddc..52915c46950 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -159,7 +159,7 @@
159;; then all buffers matching "Summary" are moved to the end of the 159;; then all buffers matching "Summary" are moved to the end of the
160;; list. (I find this handy for keeping the INBOX Summary and so on 160;; list. (I find this handy for keeping the INBOX Summary and so on
161;; out of the way.) It also moves buffers matching "output\*$" to the 161;; out of the way.) It also moves buffers matching "output\*$" to the
162;; end of the list (these are created by AUC TeX when compiling.) 162;; end of the list (these are created by AUCTeX when compiling.)
163;; Other functions could be made available which alter the list of 163;; Other functions could be made available which alter the list of
164;; matching buffers (either deleting or rearranging elements.) 164;; matching buffers (either deleting or rearranging elements.)
165 165
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 0556af489ef..63ff1818b3d 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -92,7 +92,7 @@
92;; into sub-lists. A long flat list can be used instead if needed. 92;; into sub-lists. A long flat list can be used instead if needed.
93;; Other filters can be easily added. 93;; Other filters can be easily added.
94;; 94;;
95;; AUC-TEX users: The imenu tags for AUC-TEX mode doesn't work very 95;; AUCTEX users: The imenu tags for AUCTEX mode doesn't work very
96;; well. Use the imenu keywords from tex-mode.el for better results. 96;; well. Use the imenu keywords from tex-mode.el for better results.
97;; 97;;
98;; This file requires the library package assoc (association lists) 98;; This file requires the library package assoc (association lists)