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

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

bug#42332: Function to add projects to project--list


From: Dmitry Gutov
Subject: bug#42332: Function to add projects to project--list
Date: Sat, 25 Jul 2020 03:19:18 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12.07.2020 09:43, Sean Whitton wrote:
I just added this to my init file, but it uses the private function
project--add-to-project-list-front -- it would be good to have an API
function to add arbitrary projects from Lisp.

     (defun spw/register-programming-projects-and-switch ()
       (interactive)
       (dolist (directory (spw/all-programming-projects))
         (when-let ((project (project-current nil directory)))
           (project--add-to-project-list-front project)))
       (call-interactively 'project-switch-project))

Thanks for the report.

I did a rename, and 'project-remember-project' is a public function now.





reply via email to

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