Gnus development mailing list
 help / color / mirror / Atom feed
From: Patrick Drechsler <patrick@pdrechsler.de>
To: ding@gnus.org
Subject: gnus cvs v0.6 info files not found
Date: Thu, 22 Mar 2007 15:48:23 +0100	[thread overview]
Message-ID: <87mz25e3m0.fsf@pdrechsler.de> (raw)

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]





             reply	other threads:[~2007-03-22 14:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 14:48 Patrick Drechsler [this message]
2007-03-22 23:31 ` Katsumi Yamaoka
2007-03-23  7:49   ` Patrick Drechsler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mz25e3m0.fsf@pdrechsler.de \
    --to=patrick@pdrechsler.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).