You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the default incremental search behaviour is, for large file, using 'grep' instead of emacs' native search function. However, 'grep' treats the pdf file as a binary file by default, hence reports only matched or not.
Can we, e.g., pass "--text" flag to "grep" when the file is pdf. Or simply fall back to emacs' native search function?
Thanks!
The text was updated successfully, but these errors were encountered:
C-s runs the command counsel-grep-or-swiper (found in global-map),
which is an autoloaded interactive compiled Lisp function in
‘counsel.el’.
It is bound to C-s.
(counsel-grep-or-swiper &optional INITIAL-INPUT)
Hi Chen Bin,
It looks like the default incremental search behaviour is, for large file, using 'grep' instead of emacs' native search function. However, 'grep' treats the pdf file as a binary file by default, hence reports only matched or not.
Can we, e.g., pass "--text" flag to "grep" when the file is pdf. Or simply fall back to emacs' native search function?
Thanks!
The text was updated successfully, but these errors were encountered: