pcre2el icon indicating copy to clipboard operation
pcre2el copied to clipboard

pcre-mode bug, it not worked well with (isearch-yank-word)

Open zw963 opened this issue 8 years ago • 5 comments

pcre-mode is awesome. But, it broken my isearch function in some case.

I often to search a string with C-s, and then press a hotkey `(isearch-yank-word) to select word after point as search content, e.g.

  1. I want to search all string "${argv[@]}" in current buffer.
  2. move point before $.
  3. C-s to start isearch
  4. M-l (this is a keybinding) try to select ${argv
  5. error message: [Bad brace expression ${argv]

Thanks.

zw963 avatar Mar 28 '16 17:03 zw963

The same bug happen when isearch following string:

|_|

(point is before the first | )

zw963 avatar Mar 29 '16 11:03 zw963

following string ...

method(args)

(point is before the first ()

zw963 avatar Apr 02 '16 07:04 zw963

Thank you for the report. I'm traveling right now so I'll take a look at it when I'm back home in a couple of weeks.

joddie avatar Apr 03 '16 23:04 joddie

@joddie , Hi, this project is not maintained?

zw963 avatar Jun 22 '16 16:06 zw963

@joddie , still living in the earth?

landing on Mars ?

zw963 avatar May 06 '17 17:05 zw963