all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ferdinand <Ferdinand.Gruebler@gmx.de>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: emacs not loading package via load-path
Date: Wed, 8 Aug 2012 22:04:02 +0200	[thread overview]
Message-ID: <FCEFB8F3-F422-43BA-8ABC-06EDF6637B66@gmx.de> (raw)

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)
and I can't open an R session which tells me that the crucial .el file was not loaded.

When I load the ess-site.el manually or add this to .emacs:
(load "~/documents/sonstiges/emacs/load on startup/ess/lisp/ess-site.el")
it all works fine.

I don't have any other load-path things in my .emacs file.


So what am I doing wrong?

(I am using emacs 24.1 on mac OS X)


thanks for any help!







             reply	other threads:[~2012-08-08 20:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08 20:04 Ferdinand [this message]
2012-08-08 21:34 ` emacs not loading package via load-path Jack Kelly
2012-08-08 21:47   ` Ferdinand
2012-08-08 21:47 ` Suvayu Ali
2012-08-08 22:52   ` Ferdinand
     [not found] <mailman.6594.1344456250.855.help-gnu-emacs@gnu.org>
2012-08-09  2:16 ` Barry Margolin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FCEFB8F3-F422-43BA-8ABC-06EDF6637B66@gmx.de \
    --to=ferdinand.gruebler@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.