Ikumi Keita <[email protected]> writes:
Hi Keita,
> By the way, I think that file-name-as-directory should be re-enabled
> for TeX-macro-{global,private}, considering that we no longer support
> xemacs, because it seems that TeX-strip-extension and TeX-parse-path
> assume that those variables have list of strings which end with
> trailing slashes.
IMHO, `TeX-strip-extension' and `TeX-parse-path' should better test with
(member dir (mapcar #'file-name-as-directory TeX-style-global)) etc. It
shouldn't be the user's job to ensure that directory names are written
with a trailing slash.
Bye,
Tassilo