all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: installing emacs package on windows
Date: Sat, 01 Aug 2009 18:08:04 +0200	[thread overview]
Message-ID: <877hxncyaj.fsf@galatea.local> (raw)
In-Reply-To: 0fcf248d-f0af-4a8c-8b1a-799f3a64594a@x25g2000prf.googlegroups.com

amolaggarwal <amolaggarwal@gmail.com> writes:

> 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.

Type: M-: (info "(emacs)Init File") RET
(assuming you have the info documentation for emacs installed).

The usual init file is: ~/.emacs 

If there is no ~/.emacs or ~/.emacs.el, then emacs tries to load
~/.emacs.d/init.el

The various components of emacs may store specific files in
~/.emacs.d, so I would avoid to put my files there.

To understand how require works, type: C-h f require RET
There, it is explained how the feature symbol is mapped to a file
name, when you don't specifiy the file name in the arguments of
require.

You may also directly load to load a specific file. 
Type: C-h f load RET to see how it works.  There are references to
several variables you may set to customize its behavior, so that you
may avoid giving the full pathname in the load argument.

-- 
__Pascal Bourguignon__


  reply	other threads:[~2009-08-01 16:08 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 [this message]
2009-08-01 16:39 ` Martin
2009-08-01 21:51 ` Xah Lee

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=877hxncyaj.fsf@galatea.local \
    --to=pjb@informatimago.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.