Xi Lu <l...@shellcodes.org> writes: > - (grep (format "grep -rnH -e '%s' *" ',region-string))] > + (grep (format "grep -rnH -e '%s' ./*" ',region-string))]
This works so my comment might be a bit too bikesheddy, but another method would be to append the argument `--` after the list of options to ensure that the rest of the arguments aren't parsed as options; perhaps that's preferred.