Matus Goljer

Results 398 comments of Matus Goljer

For the first point, ending after map is correct, we end on the first character after the symbol. However, moving by paren is definitely odd. The situation with `:a` is...

I can reproduce this. Will have a look.

Hi. As I don't understand this pipeline at all I'm not going to fix this. If you know sphinx and info, I'm happy to take a pull request. The sphinx...

Elisp functions can not run asynchronously.

I've tried that in the past on a couple projects and it is incredibly buggy, hard to debug and hard to write reliably. There is the async package but for...

That definitely sounds odd. The env information mentions that the major mode is `package-menu-mode`, is this correct? That buffer should be read only no? I'm asking so I can try...

Thanks for the additional info! I've labeled the issue so it will pop up in the queue some day. I can't promise when though.

Oh this is interesting. We are using a timer to start the "show job" after 0.125s of inactivity which is enough for most people's typing speed, but when navigating around...

So to summarize, you want the exact same behaviour as we get when `sp-wrap-respect-direction` and additional *always* (or only in some cases?) to position the cursor inside the pair. Is...