Hi,
Sorry if this has already come up, but I have only just started to
subscribe to xemacs-beta.
Using 21.2-b3 I have been trying out the fine network package
retrieval & installation stuff and found that new packages were
getting installed in /usr/local/xemacs/lib/xemacs/xemacs-packages/man
???
late-packages was being set to:
("/usr/local/xemacs/lib/xemacs/xemacs-packages/"
"/usr/local/xemacs/lib/xemacs/xemacs-packages/man")
Adding 'man' into packages-special-base-regexp cured the problem.
(defvar packages-special-base-regexp
"^\\(etc\\|info\\|lisp\\|lib-src\\|bin\\|pkginfo\\|man\\)$"
"Special subdirectories of packages.")
Strangely, the 'man' part was in the packages.el supplied with the
last xemacs 21.0, why was it taken out I wonder.
While I'm here, I have noticed that (with xemacs 21.?) the minibuffer
doesn't seem to scroll horizontally correctly. For example, when using
find-file and the file path name (after completion) is longer than the
minibuffer C-e doesn't make the end of the file name visible. Is this
a bug or do I need to adjust some setting?
Thanks,
Mark