From: Magnus H. <leg...@us...> - 2008-04-24 02:19:44
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7713 Modified Files: README Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-486 Creator: Magnus Henoch <ma...@fr...> Update installation instructions in README Index: README =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/README,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- README 23 Apr 2008 12:10:42 -0000 1.20 +++ README 24 Apr 2008 02:19:38 -0000 1.21 @@ -64,10 +64,12 @@ ./configure EMACS=emacs-or-xemacs-21.4 You can also install jabber.el by hand. Put all .el files somewhere -in your load-path (or have your load-path include the directory -they're in) and put (require 'jabber) in your .emacs file. To install -the Info documentation, copy jabber.info to /usr/local/info and run -"install-info /usr/local/info/jabber.info". +in your load-path, or have your load-path include the directory +they're in. To install the Info documentation, copy jabber.info to +/usr/local/info and run "install-info /usr/local/info/jabber.info". + +After installation by either method, add (load "jabber-autoloads") to +your .emacs file. Also, users upgrading from 0.7-0.7.x may meet some configuration issues. Please, report them as bugs in tracker, to help update docs. |