npostavs@users.sourceforge.net writes: > Noam Postavsky writes: >> Thanks, we will have to test the patch to make sure it works since it >> hasn't been tested in isolation then. > > I've added a commit message and tests, I will push in a few days if there > are no objections. Actually, I found another little problem: it uses `cl-position' without requiring `cl-lib', so it triggers void-function errors in the *scratch* buffer from 'emacs -Q'. Here's a new version that uses `member' instead of `cl-position'.