[ESS] Disable font-lock-mode in .emacs

Grant Rettke gcr at wisdomandwonder.com
Fri Aug 8 22:02:43 CEST 2014


When I set up ESS, I set this because it seemed to have a good goal:

,----
| (setq ess-eval-visibly 'nowait)
`----
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Mon, Jul 21, 2014 at 8:30 AM, Sebastian Schubert
<schubert.seb at gmail.com> wrote:
> Hi,
>
> disabling the font-lock-mode in the inferior ESS buffer increases the
> performance considerably. I tried disabling it only for the inferior ESS
> mode in the .emacs but was unsuccessful. I tried
>
> (remove-hook 'inferior-ess-mode-hook `turn-on-font-lock)
> (add-hook 'inferior-ess-mode-hook (lambda () (font-lock-mode 0)) t)
>
> While I think only the first line should be necessary the first line
> should not hurt...
>
> Any idea what I can do? I'm at a GNU Emacs 24.3.1 with ESS 13.09.
>
> Thank you,
> Sebastian
>
> ______________________________________________
> ESS-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help



More information about the ESS-help mailing list