From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: installing emacs package on windows
Date: Sat, 1 Aug 2009 14:51:51 -0700 (PDT) [thread overview]
Message-ID: <e69c1060-3a8b-4f8d-93f1-f1d30b1a6f5c@o9g2000prg.googlegroups.com> (raw)
In-Reply-To: 0fcf248d-f0af-4a8c-8b1a-799f3a64594a@x25g2000prf.googlegroups.com
On Aug 1, 8:04 am, amolaggarwal <amolaggar...@gmail.com> wrote:
> My emacs version is 22.3.1 . I have created init file in ~/.emacs.d/
> init.cl(user application data folder instead of home directory) . I
> want to load another package called init-auto-complete.el through my
> init file . I have put this package in .emacs.d directory but i am
> unable to load this package from init file using (require 'init-auto-
> complete.el). Kindly help.
is “~/.emacs.d/” in your load-path? You can check by typing Alt+x
describe-variable load-path.
Also, “require” is the wrong function to call. You should use load-
file, load, or autoload. For some detail, see:
• How To Install Emacs Packages
http://xahlee.org/emacs/emacs_installing_packages.html
Xah
∑ http://xahlee.org/
☄
prev parent reply other threads:[~2009-08-01 21:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-01 15:04 installing emacs package on windows amolaggarwal
2009-08-01 16:08 ` Pascal J. Bourguignon
2009-08-01 16:39 ` Martin
2009-08-01 21:51 ` Xah Lee [this message]
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=e69c1060-3a8b-4f8d-93f1-f1d30b1a6f5c@o9g2000prg.googlegroups.com \
--to=xahlee@gmail.com \
--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.