annotate tests/auc-tex-test @ 3504:3151d67d15d2
[xemacs-hg @ 2006-07-11 23:40:15 by james]
Fix a dangerous strcpy by ensuring that the target string is exactly big
enough to hold the data. <m3irm9ywg0.fsf@jerrypc.cs.usu.edu>
author |
james |
date |
Tue, 11 Jul 2006 23:40:17 +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.
|