X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=README;h=dc69f8acfe08377d785662bf46d8d2714426cc45;hb=a265806a4a019ae490789204e261351e3f334fff;hp=fff58eb9080650552849fa5ad2a292873f55dfe2;hpb=92d5f86c7e80e411966f03522059871c985573aa;p=gnus diff --git a/README b/README index fff58eb90..dc69f8acf 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs". Then you have to tell Emacs where Gnus is. You might put something like - (setq load-path (cons (expand-file-name "~/gnus-5.10.8/lisp") load-path)) + (setq load-path (cons (expand-file-name "~/ngnus-0.4/lisp") load-path)) (require 'gnus-load) in your .emacs file, or wherever you keep such things. @@ -28,8 +28,8 @@ To enable reading the Gnus manual, you could say something like: (require 'info) (if (featurep 'xemacs) - (add-to-list 'Info-directory-list "~/gnus-5.10.8/texi/") - (add-to-list 'Info-default-directory-list "~/gnus-5.10.8/texi/")) + (add-to-list 'Info-directory-list "~/ngnus-0.4/texi/") + (add-to-list 'Info-default-directory-list "~/ngnus-0.4/texi/")) No Gnus does absolutely not work with anything older than Emacs 21.1 or XEmacs 21.4.