emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange `file-name-sans-extension' behavior


From: Richard Stallman
Subject: Re: Strange `file-name-sans-extension' behavior
Date: Thu, 15 Aug 2002 20:31:37 -0600 (MDT)

    > The directory it uses is the one that was in the argument file name.
    > If it was valid there, it should be equally valid in the result.
    > If it is not valid in the result, I guess it was not valid in
    > the argument.

    The problem is the slash you append to the directory if it doesn't
    end in a slash.

I don't see any code in file-name-sans-extension to append a slash to
the directory name.  It gets the directory name with
file-name-directory and uses it without further change.

Where is the slash appended?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]