AW: [ESS] Does anyone use M-x ess-create-object-name-db? (Was: ob ject name completion slow)
Offenthaler Ivo
ivo.offenthaler at umweltbundesamt.at
Thu Dec 23 11:55:43 CET 2004
Dear Alun,
following Stephen Egles's hint, I searched for the expression:
(if (or (equal window-system 'w32) (equal window-system 'win32)) in file
ess-inf.el
and commented out all subsequent (sleep-for n) instructions.
For instance:
(if (or (equal window-system 'w32) (equal window-system
'win32))
(sleep-for 0.5))
became:
(if (or (equal window-system 'w32) (equal window-system
'win32))
;(sleep-for 0.5))
Work's fine for me.
cheers, Ivo
More information about the ESS-help
mailing list