Gnus development mailing list
 help / color / mirror / Atom feed
* gnus cvs v0.6 info files not found
@ 2007-03-22 14:48 Patrick Drechsler
  2007-03-22 23:31 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Drechsler @ 2007-03-22 14:48 UTC (permalink / raw)
  To: ding

Hi,

after installing a current CVS version of Gnus (checked out today) the
info files are not found. Instead the Gnus info pages from Emacs are
displayed: "This manual corresponds to Gnus v5.11.".

I followed the README of the CVS, which states one should include the
following in ~/.emacs:

--8<---------------cut here---------------start------------->8---
;; CVS Gnus:
(setq load-path (cons (expand-file-name "/usr/local/src/gnus/lisp") load-path))
(require 'gnus-load)
;;* Version 1: From the README file of CVS Gnus: (does not work)
;; (require 'info)
;; (add-to-list 'Info-default-directory-list "/usr/local/src/gnus/texi/")
;;* Version 2: From various posts: (does not work either)
(require 'info)
(setq Info-default-directory-list
      (cons "/usr/local/src/gnus/texi" Info-default-directory-list)) 
--8<---------------cut here---------------end--------------->8---
   
Invoking Info with `C-h i d m Gnus RET' gives me Emacs' version of the
info pages. I can confirm this by attempting to open a file when this
info page is open with `C-x C-f'. This displays the location of my
current Emacs install (/usr/local/src/emacs23/emacs/info). I end up in
the same directory when starting Gnus (`M-x gnus') and typing `C-c
TAB'.

This also looks ok:

,----[ C-h v Info-default-directory-list RET ]
| Info-default-directory-list is a variable defined in `paths.el'.
| Its value is 
| ("/usr/local/src/gnus/texi" "/home/patrick/.emacs.d/mysitelisp/cedet-1.0beta3b/semantic/doc" "/home/patrick/.emacs.d/mysitelisp/ess/ess-5.3.3/doc/info/" "/usr/local/src/gnus/texi" "/usr/local/share/info/" "/usr/local/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/" "/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/" "/usr/local/lib/info/" "/usr/local/lib/emacs/info/" "/usr/share/info/" "/usr/local/share/info/")
`----

I installed Gnus using

compile --with-emacs=/usr/local/src/emacs23/emacs/src/emacs && make

CVS Gnus works fine otherwise.

Is there anything obvious I missed while installing CVS Gnus?

TIA,

Patrick

Versions:

No Gnus v0.6
GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-03-18 on trurl

-- 
If I'd known I was gonna live this long, I'd have taken better care of
myself.  [Eubie Blake]





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

end of thread, other threads:[~2007-03-23  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-22 14:48 gnus cvs v0.6 info files not found Patrick Drechsler
2007-03-22 23:31 ` Katsumi Yamaoka
2007-03-23  7:49   ` Patrick Drechsler

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 NNTP newsgroup(s).