unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Mac OS X load path
Date: Mon, 18 Feb 2008 20:43:18 +0100	[thread overview]
Message-ID: <87hcg6nj8p.fsf@thievol.homelinux.org> (raw)
In-Reply-To: <B593EE09-FF8B-41A1-801B-EBB465BA0DEC@gmail.com> (Dmitrijs Ledkovs's message of "Mon, 18 Feb 2008 14:07:28 +0000")

Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> writes:

> Hello.
>
> I have tried pre-built carbon emacs, Aquamacs Emacs and Emacs.App, but
> I did not like that I cannot customise them fully.
>
> So I have successfully compiled carbon emacs and installed it
> (overriding system emacs, yeah save space, no modified OS, oh well.)
>
> Everything is ok. Until I got to the stage of installing additional
> packages (modes) and trying to make them work.
>
> If I do "locale emacs" in terminal it points me to several places.
>
> /usr/share/emacs/site-lisp
> /usr/share/22.1/site-lisp
> /usr/local/share/emacs/site-lisp
> /usr/local/share/emacs/22.1/site-lisp
>
> I don't understand why there is same directory tree in /usr/share and
> /
> usr/ocal/share.
>
> Also I don't understand why do I have 4 site-lisp directories.
>
> Where and how am I suppose to install everything. And how to identify
> where everything is installed to reduce my emacs installation.
>
> installed auctex configure&make&make install, do load auctex.el it
> says it can't find it although it is in
> usr/share/emacs/site-lisp/auctex

Add to your .emacs 
(add-to-list 'load-path "usr/share/emacs/site-lisp/auctex")
(require 'auctex) ;; or (load "auctex.el")

-- 
A + Thierry
Pub key: http://pgp.mit.edu




  reply	other threads:[~2008-02-18 19:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-18 14:07 Mac OS X load path Dmitrijs Ledkovs
2008-02-18 19:43 ` Thierry Volpiatto [this message]
     [not found] ` <mailman.7593.1203363157.18990.help-gnu-emacs@gnu.org>
2008-02-18 19:48   ` Ralf Angeli
2008-02-18 19:52   ` Exal de Jesus Garcia Carrillo
2008-02-18 23:10 ` Peter Dyballa
2008-02-19  0:56   ` Dmitrijs Ledkovs
2008-02-19 10:02     ` Peter Dyballa
2008-02-19  2:47 ` William Xu
     [not found] <mailman.7590.1203361262.18990.help-gnu-emacs@gnu.org>
2008-02-18 19:18 ` Exal de Jesus Garcia Carrillo

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87hcg6nj8p.fsf@thievol.homelinux.org \
    --to=thierry.volpiatto@gmail.com \
    --cc=dmitrij.ledkov@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).