benma

Results 434 comments of benma

I also just noticed this inconsistency: In the translation table for the hash functions, the Bitcoin Script uses decimal ``: `SIZE EQUALVERIFY SHA256 EQUAL` While the script structure compilation output...

I read the example and the README and didn't get a clear understanding until I read the first example in the above link. The above should ideally be in the...

I have never seen anything like it. Please try asking the same at the awesome-tray issue tracker.

Hi I just tried it on Emacs 28 and `C-w` simply killed the match and stops the `query-replace-regexp` command. Did you mean `C-r`? I see that `C-r` works for `query-replace-regexp`...

I try to be consistent with how the builtin `replace-regexp` and `query-replace-regexp` behave. Both of them work on the active region or from the current point onwards. It should be...

For a wrap-around query-replace, how about using `vr--interactive-get-args` to get the arguments, and then call `vr/query-replace` twice in succession, once with current point to point-max, and then once again from...

Kudos, this is some next level regexp replacing :rocket: :smile: 34 matches too! The replacement is shown as an `after-string` of an [overlay](https://www.gnu.org/software/emacs/manual/html_node/elisp/Overlay-Properties.html) and is not part of the actual...

Sorry I have not gotten back to you for so long. This issue is also bothering me, but since it is not a trivial fix and I have had only...