|--==> "FP" == Fabrice Popineau <Fabrice.Popineau(a)supelec.fr> writes:
FP> In package-admin-find-top-directory:
FP> (while path-list
FP> (if (equal (substring (car path-list) -16) "xemacs-packages/")
FP> (setq top-dir (car path-list)))
FP> (setq path-list (cdr path-list))))
FP> ((eq type 'mule)
FP> (while path-list
FP> (if (equal (substring (car path-list) -14) "mule-packages/")
FP> (setq top-dir (car path-list)))
FP> (setq path-list (cdr path-list)))))))
FP> But on win32, the path-list returned has '\\' as path separator. So that
FP> just can't match. Possible fix attached.
I have this fixed in an as yet un-checked in workspace. But thank you
very much for reminding me. Probably be in CVS later tonight.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|