annotate tests/auc-tex-test @ 4535:69a1eda3da06

Distinguish vars and functions in #'symbol-file, #'describe-{function,variable} lisp/ChangeLog addition: 2008-12-22 Aidan Kehoe <kehoea@parhasard.net> * loadhist.el (symbol-file): Add support for differentiating between variables and functions to #'symbol-file. * help.el (describe-function-1): (describe-variable): Call #'symbol-function explicitly with a 'defun or 'defvar argument, depending on whether we're looking for a variable or a function. * cus-face.el (custom-declare-face): Record information about the face in the load history; code taken from GNU, pre-GPLv3 revision 1.45. src/ChangeLog addition: 2008-12-22 Aidan Kehoe <kehoea@parhasard.net> * symbols.c (Fdefine_function): * eval.c (define_function): Record explicitly that we're defining a function in the load history, in both these files.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 22 Dec 2008 14:07:48 +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.