On Sat, Nov 26, 2022 at 1:01 AM Yoichi Nakayama <yoichi.nakayama@xxxxxxxxx> wrote: > Second, there is a difficulty passing arbitrary arguments properly to > Emacs Lisp properly. > For example, your version will cause error with > git jump grep "hello world" > My early patch was doing something similar. But the second problem was > hard to deal with, > so I switched to using a temporary file. But even in that case it was fine to use the original grep function defined in grep.el. I'll fix it in v8. -- Yoichi NAKAYAMA