Kevin Foley <ke...@kevinjfoley.me> writes: > '((?R (set-category set-category-args)) > (?C bulk-cut)) > > I mostly went with this because I'm not very familiar with `pcase'. > I've confirmed it works as expected but let me know if you still think > another approach is better.
I understand now. I thought you wanted to use different format: (?R set-category set-category-args) Then, your code looks reasonable. Just need to document the new custom bulk action format. Best, Ihor