Closed jrnold closed 11 years ago
I think I got it fixed for real this time. The problem with the last code was that regexp-opt without 'symbols uses non-grouping parentheses, which threw off some of the patterns which used groups.
regexp-opt
'symbols
I just verified that it works under both Aquamacs and emacs. Thanks for hunting it down!
I think I got it fixed for real this time. The problem with the last code was that
regexp-opt
without'symbols
uses non-grouping parentheses, which threw off some of the patterns which used groups.