comp.lang.ada
 help / color / mirror / Atom feed
From: M E Leypold <development-2006-8ecbb5cc8aREMOVETHIS@ANDTHATm-e-leypold.de>
Subject: Re: Meet the new GPS...same as the old GPS...
Date: 29 Jun 2006 19:10:49 +0200
Date: 2006-06-29T19:10:49+02:00	[thread overview]
Message-ID: <7spsgr3n1i.fsf@hod.lan.m-e-leypold.de> (raw)
In-Reply-To: 1151597425.667829.326810@x69g2000cwx.googlegroups.com


randomm@mindless.com writes:

> I suppose we have different package contents.  I have find-file.elc.
> Perhaps it's not enough?

Also as an answer to your other post: It has been a long time since I
last packaged emacsens myself, so I probably don't know any more where
things are supposed to be.

Usually if I want to add packages to emacs I don't delete/rename stuff
in /usr/hare/emacs and elsewhere, but I have a directory
$HOME/share/emacs where I keep additional emacs lisp packages which
don't come with my distro or of which I want to have a later / better
/ patched version.

With 

     (load-file (concat (getenv "HOME") "/share/emacs/foo.el"))

which I put into .emacs I could get emacs to load single files.

With stuff like 

   (setq user-home (getenv "HOME"))
   (setq load-path (cons (concat user-home "/share/emacs") load-path))

I can point emacs to the my local lisp directory as a general location
where to look for lisp files.

   (require 'foo)

Loads feature foo, assuming that it be in a file named "foo.el". If
that is not the case, you can instead load a lisp-file with

   (load-library "bar")

This loads "bar.el" (or "bar.elc") from somwhere on load-path and can
also be done interactively wit "M-x ...".

So if you want to experiment with another ada-mode, I suggest you use
the appropriate package manager of your machine to remove the ada-mode
package that comes with the machine. Then put all required lisp files
(which are required might take some experimenting) into your local
lisp directory and go from there.

Hope that OT doesn't annoy too much people here. Perhaps its better
than some on topic topics :-(.

Regards -- Markus





  parent reply	other threads:[~2006-06-29 17:10 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1151320748.360707.79490@u72g2000cwu.googlegroups.com>
2006-06-26 15:49 ` Meet the new GPS...same as the old GPS Martin Krischik
     [not found]   ` <1151342956.402547.244450@p79g2000cwp.googlegroups.com>
2006-06-26 17:42     ` M E Leypold
     [not found]       ` <1151437378.281759.5280@75g2000cwc.googlegroups.com>
2006-06-27 23:06         ` M E Leypold
2006-06-28  9:23           ` Ludovic Brenta
2006-06-28 12:48             ` M E Leypold
2006-06-29 21:01               ` Ludovic Brenta
     [not found]                 ` <1151663198.061674.171420@b68g2000cwa.googlegroups.com>
2006-06-30 10:54                   ` M E Leypold
2006-06-30 15:43                 ` Stephen Leake
2006-06-30 21:57                   ` Ludovic Brenta
2006-07-01  8:46                   ` Simon Wright
     [not found]             ` <1151496846.934920.174760@x69g2000cwx.googlegroups.com>
2006-06-28 12:53               ` M E Leypold
2006-06-29 22:02                 ` Simon Wright
2006-06-28 20:01               ` Ludovic Brenta
     [not found]                 ` <1151597425.667829.326810@x69g2000cwx.googlegroups.com>
2006-06-29 17:10                   ` M E Leypold [this message]
2006-06-30 15:46                     ` Stephen Leake
2006-06-29 21:02                   ` Ludovic Brenta
2006-06-28 20:42             ` Simon Wright
2006-06-28 21:07               ` Ludovic Brenta
     [not found]           ` <1151496427.622323.141370@x69g2000cwx.googlegroups.com>
2006-06-28 12:54             ` M E Leypold
2006-06-26 16:26 ` Alex R. Mosteo
     [not found]   ` <1151343516.598780.72970@m73g2000cwd.googlegroups.com>
2006-06-26 18:09     ` M E Leypold
     [not found]       ` <1151438643.540118.175130@b68g2000cwa.googlegroups.com>
2006-06-27 22:12         ` Ludovic Brenta
2006-06-27 23:09           ` M E Leypold
2006-06-27 23:30             ` Jeffrey Creem
     [not found]       ` <1151438075.641788.269960@m73g2000cwd.googlegroups.com>
2006-06-27 23:23         ` M E Leypold
2006-06-27  6:54     ` ME
2006-06-27 13:31     ` Alex R. Mosteo
     [not found]       ` <1151417657.725848.229020@75g2000cwc.googlegroups.com>
2006-06-27 14:38         ` Alex R. Mosteo
     [not found]           ` <1151419844.957473.214400@m73g2000cwd.googlegroups.com>
2006-06-27 15:13             ` Alex R. Mosteo
2006-06-27 15:35               ` randomm
2006-06-27 11:39 ` Jeffrey Creem
2006-06-27 13:34   ` Dmitry A. Kazakov
2006-06-27 19:57     ` Björn Persson
2006-06-27 15:11   ` Pascal Obry
     [not found]   ` <1151410861.923912.302040@c74g2000cwc.googlegroups.com>
2006-06-27 22:31     ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox