Are all these cases for the dir filename really needed ? They're
introducing several inconsistencies in info.el, but before fixing them (and
numerous other bugs), I'd like to be sure we need them.
,----
| ;; Try several variants of specified name.
| ;; Try upcasing, appending `.info', or both.
| [...]
| (progn (setq file (expand-file-name "dir" truename))
| (file-attributes file))
| (progn (setq file (expand-file-name "DIR" truename))
| (file-attributes file))
| (progn (setq file (expand-file-name "dir.info" truename))
| (file-attributes file))
| (progn (setq file (expand-file-name "DIR.INFO" truename))
| (file-attributes file))
| (progn (setq file (expand-file-name "localdir" truename))
| (file-attributes file))
`-----
--
/ / _ _ Didier Verna
http://www.inf.enst.fr/~verna/
- / / - / / /_/ / EPITA / LRDE mailto:didier@lrde.epita.fr
/_/ / /_/ / /__ / 14-16 rue Voltaire Tel. +33 (1) 44 08 01 77
94276 Kremlin-Bicêtre cedex Fax. +33 (1) 44 08 01 99