|
From: | Dmitry Gutov |
Subject: | bug#66649: 29.1; `project-remember-projects-under' behavior doesn't match its doc |
Date: | Thu, 2 Nov 2023 22:41:41 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 02/11/2023 21:58, Damien Cassou wrote:
If I may, the code of `project-remember-projects-under' seems to suffer from a similar mismatch between the docstring and implementation when RECURSIVE is nil: only the DIR directory is tested and not "known projects below a directory DIR".
Have you seen this problem when testing it? The last line in + (let ((dirs (if recursive + (directory-files-recursively dir "" t) + (directory-files dir t))) seems to do the job of including the direct subdirectories in the search.
[Prev in Thread] | Current Thread | [Next in Thread] |