emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

(helm-swoop) cannot escape '.' and '?' in a pre-selected string #140

Closed ahlearn closed 5 years ago

ahlearn commented 5 years ago

I use following code as a workaround: (helm-swoop :$query (when (use-region-p) (regexp-quote (buffer-substring-no-properties (region-beginning) (region-end)))))