help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs not loading package via load-path


From: Barry Margolin
Subject: Re: emacs not loading package via load-path
Date: Wed, 08 Aug 2012 22:16:30 -0400
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <mailman.6594.1344456250.855.help-gnu-emacs@gnu.org>,
 Ferdinand <Ferdinand.Gruebler@gmx.de> wrote:

> Hi,
> 
> I would like to use ESS (emacs speaks statistics).
> Therefore I put the ess-site.el in a directory that I added to the load-path 
> variable in my .emacs file:
> 
> (add-to-list 'load-path "~/documents/emacs/load on startup/ess/lisp/")
> (require ¹ess-site)
> 
> 
> This doesn't work. I get an error on startup (Symbol's value as variable is 
> void: ¹ess-site)

The problem is that you've entered a "smart quote" before ess-site, 
instead of a regular apostrophe. Notice that the quote before ess-site 
is different from the one before load-path.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


reply via email to

[Prev in Thread] Current Thread [Next in Thread]