Displaying 1 result from an estimated 1 matches for "yatex".
Did you mean:
latex
2003 Apr 23
1
Setting up Xemacs + Sweave
...is not treated
as one, only if I evaluate (Rnw-mode) using M-: on the buffer. My
auto-mode-alist looks like this:
(("\\.Snw\\'" . Rnw-mode) ("\\.Rnw\\'" . Rnw-mode) ("\\.lout\\'"
. lout-mode) ("\\.tex\\'" . latex-mode) ("\\.tex$" . yatex-mode)
... ) (I have left the end off)
so it should be working correctly. One strange thing: immediately
after I open the Rnw file, Xemacs gives the following warning:
(1) (local-variables/warning) File local-variables error: Symbol's
function definition is void: noweb-font-lock-mode
I don...