[ESS] slowness problem
A.J. Rossini
blindglobe at gmail.com
Tue Sep 5 22:14:29 CEST 2006
On 9/5/06, Laurent ESS <laurentESS at free.fr> wrote:
> >
> When Xemacs is opened, I have two windows. My file toto.rnw is opened in
> the upper window and I type in the lower windows the following command :
>
> > Sweave("toto.rnw")
Actually, and this won't help the slowness/memory problem, the right
thing to do is to stay in the RNW buffer and M-n s (or M-x
ess-makeSweave ).
See also:
;;; Now bind some keys.
(define-key noweb-minor-mode-map "\M-ns" 'ess-makeSweave)
(define-key noweb-minor-mode-map "\M-nl" 'ess-makeLatex)
(define-key noweb-minor-mode-map "\M-np" 'ess-makePS)
(define-key noweb-minor-mode-map "\M-nP" 'ess-makePDF)
(define-key noweb-minor-mode-map "\M-nx" 'ess-insert-Sexpr)
from the ess-swv.el file from David Whiting.
best,
-tony
blindglobe at gmail.com
Muttenz, Switzerland.
"Commit early,commit often, and commit in a repository from which we can easily
roll-back your mistakes" (AJR, 4Jan05).
More information about the ESS-help
mailing list