> From: [EMAIL PROTECTED] > Date: Sat, 22 Dec 2007 08:51:05 -0600 > > I've taken the question to gnu.emacs.help since it appears to not be > a texinfo problem. (My post has not showed up yet about 24 hrs later > but has Subject: some info node manuals have no index > Message-ID: <[EMAIL PROTECTED]>)
I've seen that, and I responded there (as did Peter Dyballa). > But I did check thru my init files and am not > finding the source of the problem yet. > > grep -i info .emacs /usr/local/share/emacs/site-lisp/site-start.el > > Just shows a few additions to Info-default-directory-list and case > sensitive search > > (add-hook 'Info-mode-hook 'case-fold-nil) > (add-to-list 'Info-default-directory-list "/usr/local/gnus/texi") > (add-to-list 'Info-default-directory-list "/usr/local/bbdb/texinfo") > (add-to-list 'Info-default-directory-list > "/usr/local/share/emacs/site-lisp/elib-1.0/texi") I suggested looking for `load' as well: perhaps something you are loading from .emacs or site-start.el fiddles with Info directories. _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo [email protected] http://lists.gnu.org/mailman/listinfo/help-texinfo
