[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help converting ess package to melpa-ess



On 19 August 2018 at 20:08, David Bremner wrote:
| Dirk Eddelbuettel <edd@debian.org> writes:
| 
| > On 19 August 2018 at 15:22, David Bremner wrote:
| > | Yes, you can add something like
| > | 
| > | ;;;###autoload
| > | (require 'ess-site)
| > | 
| > | to debian/debian-autoloads.el
| >
| > That doesn't do the trick. It falls back to triggering "symbol's value as
| > variable is void: ...some ESS variable..." in my ~/.emacs
| 
| Oh, this is a generic issue with emacs packages. Try adding
| (package-initialize) to the top of your .emacs. This should define the
| variables you need.

Oh, wow -- cool. Why have I never seen that on emacswiki or
emacs.stackexchange.com or ... ?

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd@debian.org


Reply to: