Mercurial > hg > xemacs-beta
comparison lisp/auctex/PROBLEMS @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 4103f0995bd7 |
children |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
1 * Your Emacs is missing easymenu.el. | |
2 | |
3 Please upgrade. | |
4 | |
5 If that is absolutely impossible, you can try installing | |
6 | |
7 <URL:ftp://sunsite.auc.dk/packages/auctex/auc-menu.el> | |
8 | |
9 under the name easymenu.el at some place where emacs can find it. | |
10 The best place is in the standard Emacs lisp directory, because that | |
11 will automatically be removed when you upgrade. | |
12 | |
13 * Missing menus or menus containing just the word "Bug". | |
14 | |
15 You probably have an old version of easymenu.el or auc-menu.el. Find | |
16 it, delete it, and recompile AUC TeX. If you are using an old Emacs, | |
17 the easymenu.el may have been distributed with it. In that case, see | |
18 the previous point. | |
19 | |
20 * You are not using UNIX or can't figure out how to install. | |
21 | |
22 0. Delete any old version you have. | |
23 | |
24 1. Edit tex-site.el. Read the comments in the file. | |
25 | |
26 2. Add (load-file "<Path to AUC TeX>/tex-site.el") to your .emacs file. | |
27 | |
28 If you start a fresh emacs, AUC TeX should be loaded now. | |
29 The two next steps are optional: | |
30 | |
31 3. Byte compile the files with "M-x byte-compile-file" for speed. | |
32 | |
33 4. Do a `M-x TeX-auto-generate-global' to get full macro completion. | |
34 | |
35 Look also for files with names like MSDOS, OS2, or VMS that might be | |
36 applicable for your system. | |
37 | |
38 * You get errors during byte compilation. | |
39 | |
40 This often indicates a type in your customizations. If you have | |
41 modified `tex-site.el', try to enter that file from Emacs and type | |
42 `M-x eval-current-buffer RET' to find the error. | |
43 | |
44 This is can also be because some old version of AUC TeX gets loaded | |
45 during the compilation. Make sure to remove all old versions, and try | |
46 again. The Emacs 19 byte-compiler will give warning about free | |
47 variables and unknown functions. Ignore them. | |
48 | |
49 tex-jp.el will fail unless you have an emacs that understands japanese. | |
50 | |
51 NEmacs-3.3.2 cannot `make install-auto', use `M-x TeX-auto-generate-global' | |
52 instead. | |
53 | |
54 Mule-1.0-KIRITSUBO fails to parse some of the style files. | |
55 | |
56 * You are using NeXT Emacs. | |
57 | |
58 NeXT Emacs is broken, a workaround is available by ftp: | |
59 | |
60 host: sunsite.auc.dk | |
61 file: /packages/auctex/get-proc-env.el.z (gzip'ed) | |
62 | |
63 * You are mixing Emacs 18, FSF Emacs 19, and Lucid Emacs 19. | |
64 | |
65 Make sure to use the correct byte-compiled files for each version. | |
66 You may want to disable the automatic byte compilation by setting | |
67 | |
68 (setq TeX-byte-compile nil) | |
69 | |
70 in your .emacs file. | |
71 | |
72 * None if this completion or multifile stuff works... | |
73 | |
74 It must be enabled first, insert this in your emacs: | |
75 | |
76 (setq-default TeX-master nil) | |
77 (setq TeX-parse-self t) | |
78 (setq TeX-auto-save t) | |
79 | |
80 Read also the chapters about parsing and multifile documents in the | |
81 manual. | |
82 | |
83 * When I save `foo.bib' AUC TeX forgets the information in `foo.tex'. | |
84 | |
85 For various reasons, AUC TeX ignores the extension when it store | |
86 information about a file, so you should use unique base names for your | |
87 files. E.g. rename `foo.bib' to `foob.bib'. | |
88 | |
89 * (La)TeX Interactive does not work. | |
90 | |
91 You need comint.el on Emacs 18. Look at your favorite elisp archive. | |
92 | |
93 * TeX-save-document does not work. | |
94 | |
95 Make sure TeX-check-path contains "./" somewhere. | |
96 | |
97 * Ispell does not ignore TeX macros. | |
98 | |
99 GNU ispell 4.0 does not understand TeX. Upgrade to International | |
100 Ispell 3.1 which works much better on TeX documents. | |
101 | |
102 | |
103 % Local Variables: | |
104 % mode: outline-minor | |
105 % End: |