> > Can't we instead have a database of these messages, like we do with > the "password" prompts? > I am not familiar with all grep options but I saw that: ‘-I’ Process a binary file as if it did not contain matching data; this is equivalent to the ‘--binary-files=without-match’ option. Just tested (setq xref-search-program-alist '((grep . "xargs -0 grep --null -snHE -I -e ")) and it works fine on my side. -- Matthias