unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tim X <timx@nospam.dev.null>
Subject: Re: place of .els
Date: Thu, 11 May 2006 18:14:41 +1000	[thread overview]
Message-ID: <87fyjh3rm6.fsf@tiger.rapttech.com.au> (raw)
In-Reply-To: 87u07xzfqi.fsf@localhost.localdomain

Gary Wessle <phddas@yahoo.com> writes:

> Hi
>
> I want to use extview.el which is not supplied by debian/testing, so I
> downloaded it and now what? where do I place it to be safe? the
> load-path has lots and lots of locations, should I place it somewhere
> under /usr/local/...?
>
> thanks

It depends on whether it is just you who wants to run it or other
users as well. The easiest way to do it is put the .el file in
/usr/local/share/emacs/site-lisp and then make sure that directory is
in your load path. If it is not, add the following to your .emacs

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp")

If you have multiple users and run multiple versions of emacs and the
code needs compiling into .elc, you will need to mirror the approach
used by Debian to get the same easy multi-user/multi-version support.
However, I'd be more inclined to remove all but one version of emacs
and then tell people what to add to their .emacs file if they want
that bit of code. 

Personally, I prefer to put all my own locally non-debian packaged
stuff in /usr/local, which I create in its own disk partition. I also
do /home in its own partition. Then, if I decide I want to do a fresh
install or if for some reason I wanted to switch to a different linux
distro, I can do a format on the other patitions to ensure they are
clean before the install and leave or my own hand installed and
configured packages alone. I also find it makes backups easier -
generally, I don't bother doing backups on partitions which only
contain software installed from a distro as you may as well just do a
re-install if required - it can often be faster than restoring from a
backup, especially if it uses incremental backups. 

Tim

Tim

-- 
tcross (at) rapttech dot com dot au

      parent reply	other threads:[~2006-05-11  8:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-10 22:17 place of .els Gary Wessle
2006-05-10 23:09 ` Peter Dyballa
2006-05-11  0:25 ` John Conrad
2006-05-11  1:37 ` Burton Samograd
     [not found] ` <mailman.1669.1147307148.9609.help-gnu-emacs@gnu.org>
2006-05-11  3:59   ` Gary Wessle
2006-05-11  8:23     ` Tim X
2006-05-11  8:14 ` Tim X [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

  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=87fyjh3rm6.fsf@tiger.rapttech.com.au \
    --to=timx@nospam.dev.null \
    /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).