[திங்கள் மார்ச் 03, 2025] Dmitry Gutov wrote:
> On 02/03/2025 06:31, Visuwesh wrote:
>> +return non-nil if the project should not be saved."
>
> "should not be remembered", perhaps. Neither adding it to the var
> (storing in memory), nor saving the result to disk.
Thanks, I went with this.
[ஞாயிறு மார்ச் 02, 2025] Eli Zaretskii wrote:
>> Cc: 76587@debbugs.gnu.org, Juri Linkov <juri@linkov.net>
>> From: Visuwesh <visuweshm@gmail.com>
>> Date: Sun, 02 Mar 2025 10:01:58 +0530
>>
>> +(defcustom project-list-exclude nil
>> + "List of regexps and predicates for project root and objects to ignore.
>> +The predicate should take one argument, the projet object, and should
>> +return non-nil if the project should not be saved."
Is it more like project-list-inhibit-remember? Will the project still be in the in-memory list but just not written to the project list file?