[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/ebdb f7b50402cf: Final round of compiler quieting
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/ebdb f7b50402cf: Final round of compiler quieting |
Date: |
Thu, 14 Dec 2023 21:36:54 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> I'm finally getting to push this code! I decided that ebdb-add-to-list
> simply wasn't necessary -- there were hardly any cases where the element
> test was meaningful, and otherwise this could just be `ebdb-pushnew'
> that delegates to `cl-pushnew' with a :test. I'll keep
> ebdb-remove-from-list, with your re-definition, but couldn't guess how
> to rename it appropriately. `pop' isn't right, I suppose it could be
> `ebdb-delete-from-list' since it uses delete under the hood -- otherwise
> I don't see a clear convention in place, did you have something specific
> in mind?
No, sorry, nothing specific in mind, the choice is all yours,
Stefan