all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to install packages
@ 2006-07-04 10:09 news
  2006-07-04 11:05 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: news @ 2006-07-04 10:09 UTC (permalink / raw)


Hi

Sorry about posting again on here - hopefully eventually I'll learn 
enough so I can help others on here!

My question at the moment is about installing packages. I managed to 
install mode-compile, by copying the .el file into a certain directory, 
making sure that directory was referenced in (add-to-list) in my 
.emacs 	and putting this in my .emacs as well:

(autoload 'mode-compile "mode-compile"
   "Command to compile current buffer file based on the major mode" t)

I am now trying to install the help+ package - which I have got as a 
file called help+.el and I've put it in the same directory as the 
mode-compile file, and then put this in my .emacs:

(autoload 'help+ "help+"
   "Command to give better help" t)

but it isn't working.

Again I'm probably doing something silly here - but I'm not sure what. I 
also can't seem to find a simple guide to installing packages on the 
internet anywhere, and not all packages seem to have instructions at the 
top of their .el file.

Cheers,

Robin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-04 22:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3746.1152045523.9609.help-gnu-emacs@gnu.org>
2006-07-04 20:45 ` How to install packages Robin Wilson
2006-07-04 21:04   ` Colin S. Miller
2006-07-04 22:09   ` Drew Adams
2006-07-04 10:09 news
2006-07-04 11:05 ` Peter Dyballa
2006-07-04 12:03 ` Tassilo Horn
2006-07-04 20:38 ` Drew Adams

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.