home *** CD-ROM | disk | FTP | other *** search
- Hi,
-
- Manual-insert-man-file in man.el doesn't catch the HPUX way of
- specifying compressed man-files, which is by using directorynames
- with .Z suffixes (probably to allow for longer man-file names on
- systems with short filenames, I don't know).
-
- Please change
-
- (if (equal (substring name -2) ".Z")
- to
- (if (or (equal (substring name -2) ".Z")
- (string-match "\\.Z/" name))
-
- to fix the problem (or do something similar, as long as it works :)
-
-
- Kind regards,
- --
- Bjxrn Stabell
- University of Tromsx
- (+47) 83 44 053 / 83 75 164
- bjoerns@staff.cs.uit.no
-
-