annotate tests/auc-tex-test @ 1201:c2569faae8ed
[xemacs-hg @ 2003-01-12 10:45:53 by michaels]
2002-12-16 Ben Wing <ben@xemacs.org>
* lwlib-Xlw.c (xlw_update_one_widget):
* lwlib-Xm.c (xm_update_one_widget):
* lwlib-Xm.c (xm_update_one_value):
* lwlib.c:
* lwlib.c (merge_scrollbar_values):
* xlwmenu.c:
* xlwmenu.c (display_menu):
* xlwmenu.c (XlwMenuInitialize):
* xlwmenu.c (XlwMenuSetValues):
* xlwradio.c:
* xlwradio.c (RadioClassPartInit):
* xlwradio.c (RadioSet):
* xlwradio.c (RadioUnset):
class -> class_, new -> new_.
author |
michaels |
date |
Sun, 12 Jan 2003 10:45:53 +0000 |
parents |
9b50b4588a93 |
children |
|
rev |
line source |
124
|
1 Per Abrahamsen <abraham@dina.kvl.dk> writes:
|
|
2
|
|
3 xemacs -q
|
|
4
|
|
5 (require 'tex-site) RET
|
|
6
|
|
7 C-x C-f test.tex RET
|
|
8
|
|
9 ==> I now get the AUC TeX menus.
|
|
10
|
|
11 C-c C-e RET RET german
|
|
12
|
|
13 "
|
|
14
|
|
15 ==> Inserts ``
|
|
16
|
|
17 C-c C-n "
|
|
18
|
|
19 ==> Inserts "
|
|
20
|
|
21 This means it find AUC TeX correctly, as well as the style files.
|