[ESS-bugs] ESS mode for Emacs
Jean-Baptiste Rouquier
jrouquie at gmail.com
Thu Jun 9 22:50:44 CEST 2011
> Your patch was not included in your email - could you resend it
> (e.g. just to me or try again to the bugs list)?
--- /etc/emacs/site-start.d/50ess.el.old 2010-11-09 11:24:54.000000000 +0100
+++ /etc/emacs/site-start.d/50ess.el 2011-06-02 11:00:06.476288994 +0200
@@ -33,7 +33,7 @@
;; (setq load-path (cons (concat "/usr/share/"
;; (symbol-name debian-emacs-flavor)
;; "/site-lisp/ess") load-path ))
- (require 'ess-site)
+ (autoload 'R-mode "ess-site" "ESS (Emacs Speaks Statistics), provides in
particular the R-mode." t)
)
)
Note that this is a patch against the installation as done by the debian package.
Something as simple as renaming "*ESS*" to " *ESS*" would already be an
improvement (less clutter in buffer list, even if no gain in startup time).
I'll give a look at the bs library, thanks for the pointer.
Jean-Baptiste
More information about the ESS-bugs
mailing list