Ivan Andrus

Results 23 comments of Ivan Andrus

What I see is that the point will end up (column-wise) in the buffer wherever it was in the search buffer. In other words, it doesn't end up (for me)...

This looks like a duplicate of https://github.com/Wilfred/deadgrep/issues/68

Here's what the results might look like, just as an example: ![Screen Shot 2023-08-16 at 08 13 13](https://github.com/Wilfred/deadgrep/assets/94809/cfd84073-bdb9-4f46-b96b-50aa90473152)

Since you recently merged #138, maybe I'll gently poke you about this one as well. ❤️

Would https://github.com/Wilfred/deadgrep/pull/93 solve this problem?

> @gvol I guess you are asking if a custom ripgrep type defined via `--add-type` would solve my problem. I doubt, but I can have a closer look tmr. Well,...

As far as I can tell, the updating of files happens as you are typing in `deadgrep-edit-mode` rather than when you exit `deadgrep-edit-mode`. I find this a little scary and...

What about something like ``` (defun jq-insert-last-interactive-query () "Insert the last interactive query. Useful when using `jq-interactively' to test out a query and then insert it into a script." (interactive)...

It's a positive lookahead assertion: http://www.pcre.org/current/doc/html/pcre2syntax.html#SEC19

@pierre-rouleau, does https://github.com/Wilfred/deadgrep/pull/93 do something like what you want?