all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Installing matlab mode under  Windows XP
Date: Tue, 21 Nov 2006 09:36:31 -0700	[thread overview]
Message-ID: <ejv9vu$jde$2@sea.gmane.org> (raw)
In-Reply-To: <3B6E0242-6B81-42EB-8F6E-EA8363181310@easesoftware.com>

Perry Smith wrote:
> First, there an emacs variable called load-path.  It is a list of 
> directories emacs searches when a load is done.  What I do myself is I 
> have all my emacs lisp in a directory called emacs.  Then in my .emacs 
> file I do:
> 
> (setq load-path (append load-path (list "~/emacs")))
> 
> If you keep things in separate sub directories, then the list will be 
> the list of all the places emacs needs to look in.
> 
> I believe there is a slicker way to do this.

Then create a subdirs.el file in the directory (e.g. ~/emacs/subdirs.el)
with these contents:

(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
     (normal-top-level-add-subdirs-to-load-path))

-- 
Kevin

  reply	other threads:[~2006-11-21 16:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-20 14:20 Installing matlab mode under Windows XP schnurpfelkamel
2006-11-20 20:42 ` Eli Zaretskii
2006-11-20 20:50 ` Perry Smith
2006-11-21 16:36   ` Kevin Rodgers [this message]
     [not found]   ` <mailman.953.1164127222.2155.help-gnu-emacs@gnu.org>
2006-11-22  3:38     ` Glenn Morris
2006-11-22 16:29       ` Kevin Rodgers

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='ejv9vu$jde$2@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /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.