Hrvoje Niksic <hniksic(a)iskon.hr> writes:
 Lateish Debian systems enforce placing Info pages to /usr/share/info
 rather than /usr/info.  XEmacs doesn't seem to recognize this.  Of
 course, I can add this to Info-directory-list, but I don't know
 off-hand how to fix this correctly (in the source). 
Add it to
(defvar paths-default-info-directories
  (list (paths-construct-path '("usr" "local" "info")
			      (char-to-string directory-sep-char))
	(paths-construct-path '("usr" "info")
			      (char-to-string directory-sep-char)))
  "Directories appended to the end of the info path by default.")
Jan