GNU bug report logs -
#42668
26.1; Undefined functions when calling invoking project.el
Previous Next
Reported by: philipk <at> posteo.net (Philip K.)
Date: Sun, 2 Aug 2020 09:08:01 UTC
Severity: normal
Found in version 26.1
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Philip,
On 02.08.2020 12:07, Philip K. wrote:
>
> When trying to to use some project.el commands, and noticed that there
> are a (at least) two undefined functions right after loading project.el
> in a vanilla session:
Thank you for testing that.
> - The first complaint is seq-every-p, used by
> project--read-project-list, but this is "easily" solved by loading
> seq.el.
That is already fixed on master, should be in the next project.el release.
> - The more critical complaint is that assoc-delete-all, used by
> project--add-to-project-list-front and
> project--remove-from-project-list are not loaded or defined in Emacs
> 26.
> My guess is that this function should be replaced by it's functionally
> equivalent code, that only uses functions available in Emacs 26?
seq-remove, cl-delete-if (or even cl-delete with :key) seem like the
prime candidates.
This bug report was last modified 4 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.