emacs-devel
[Top][All Lists]
Advanced

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

Re: file-subdir-of-p should also apply to files


From: Chong Yidong
Subject: Re: file-subdir-of-p should also apply to files
Date: Sun, 01 Apr 2012 10:46:01 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> It is not a problem to copy a single file of TREE to a subdirectory of
>> TREE, but it is a problem to copy TREE to one of its subdirectories,
>> isn't it?
>
> We're not talking about copying but about file-subdir-of-p.
> The copy operation only uses file-subdir-of-p with a first argument
> which is a directory, but that doesn't mean we shouldn't also handle
> the case where the first argument is a file (which occurs in some
> places which currently use string-prefix-p).

Good point.

I went ahead and did that, so that the change will be in the next
pretest.  I called the function file-in-directory-p rather than
file-within-p, to match existing file function names more closely.



reply via email to

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