>>>> "RT" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
RT> System: 21.0 Pyrenean-pre6
RT> The documentation for Info-directory-list says, in part,
RT> If you wish to modify the info search path, use `M-x
RT> customize-variable, Info-directory-list' to do so.
RT> If you do this, customize-variable says there's no match.
RT> So, is this a bug in the documentation or a bug in customize?
RT> In either case, what is the "correct" way for adding a new
RT> path to the Info-directory-list?
Raymond,
see
http://www.xemacs.org/cgi-bin/wilma_hiliter/xemacs-beta/9810/msg00789.htm...
for the last message in a recent thread on this issue.
I'm not aware that anybody is working on this problem.
I have this in my .emacs:
cd C:\Winnt\Profiles\AichnerA\
egrep -ni "set-variable|Info-dir" .emacs NUL
Compilation started at Tue Oct 27 19:57:09 1998
.emacs:125:(custom-set-variables
.emacs:140: '(Info-directory-list (quote ("/Program
Files/XEmacs/packages/info" "/Program Files/XEmacs/Xemacs-21.0/info"
"/opt/gnu/info" "/usr/local/info")) t)
grep finished (3 matches found) at Tue Oct 27 19:57:10
Regards,
Adrian
RT> Ray