Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • What exactly do you mean by "current approach"? Commented Jul 4, 2024 at 18:04
  • You can use nested remove calls to eliminate one item at a time, or you can use a slighty more general function like -remove (from dash.el) to filter out what you don't want. Personally, I would go with the latter. Is that what you mean? Commented Jul 4, 2024 at 19:15
  • @NickD Thanks. Nesting remove did work as expected. I will add that as an answer for easy reference. Commented Jul 5, 2024 at 12:46