Matus Goljer

Results 743 comments of Matus Goljer

I would argue against pcase or at least that we provide other syntax. Many people including myself find the pcase syntax quite complicated to read. > That would probably require...

Well, you wouldn't say `'predfunc` you would say `(spy-arg-matcher #'predfunc)`. That's why I wrap the arguments in the `spy-arg-matcher` wrapper. If you pass anything which is not this structure, it...

Another ```elisp foo (bas bar|) (next list) ```

Can you please fill the `Environment & version information` section? Hard to debug with pretty much no information.

@CSRaghunandan Does this happen everywhere or only in specific major modes? What is the emacs version?

So it seems the handling of string parsing changed in Emacs 27 (which I guess is the 26 preview?). I'm not sure I want to get into this if it...

Right. You can do `(sp-local-pair 'c-mode "'" nil :actions nil)`, that should do the trick.

I can reproduce this on emacs 25.2.1 even with the default yank. I think there is a bug somewhere in this after all :)

Hm, there's this issue though. `sp-kill-word` and friends were designed to skip over delimiters so you can call it in a context like this `(yank raw-prefix)))|` and it would kill...

If the function is called 4 times manually, without a prefix, it actually works correctly, because any function that uses `kill-region` internally automatically gets this behaviour. But with the prefix...