help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs slow on dired renaming


From: Robert Marshall
Subject: Re: emacs slow on dired renaming
Date: Sat, 05 Apr 2014 16:09:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

On Sat, Apr 05 2014, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

>>   (defun dired-in-this-tree (file dir)
>>     ;;"Is FILE part of the directory tree starting at DIR?"
>>     (let (case-fold-search)
>>       (string-match-p (concat "^" (regexp-quote dir)) file)))
>
> BTW, this is string-prefix-p, no?
>

Not in my copy of dired-in-this-tree where it is the same as that quoted
by Eli

Robert


reply via email to

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