annotate tests/auc-tex-test @ 4597:7191a7b120f1

Some cosmetic namespace cleanup, glyphs.el, coding.el. lisp/ChangeLog addition: 2009-01-15 Aidan Kehoe <kehoea@parhasard.net> * coding.el (force-coding-system-equivalency): Move three functions that we don't want to advertise to being anonymous lambdas instead. * glyphs.el : Remove #'define-constant-glyph and some functions it uses, replace the latter with anonymous lambdas and the former and its uses with a call to loop. Do the same with #'define-obsolete-pointer-glyph and the functions it uses. (init-glyphs): Untern this symbol once the associated function has been called; it's only needed at dump time, not at runtime.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 15 Jan 2009 19:21:43 +0000
parents 9b50b4588a93
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
1 Per Abrahamsen <abraham@dina.kvl.dk> writes:
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
2
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
3 xemacs -q
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
4
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
5 (require 'tex-site) RET
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
6
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
7 C-x C-f test.tex RET
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
8
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
9 ==> I now get the AUC TeX menus.
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
10
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
11 C-c C-e RET RET german
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
12
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
13 "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
14
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
15 ==> Inserts ``
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
16
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
17 C-c C-n "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
18
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
19 ==> Inserts "
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
20
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents:
diff changeset
21 This means it find AUC TeX correctly, as well as the style files.