annotate tests/auc-tex-test @ 4717:fcc7e89d5e68
Properly handle continuable divide-by-zero errors. Fix truncation of a
zero-valued ratio. See xemacs-patches message
<870180fe0910080956h5d674f03q185d11aa6fc57bd2@mail.gmail.com>.
author |
Jerry James <james@xemacs.org> |
date |
Mon, 12 Oct 2009 12:10:04 -0600 |
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.
|