David Nikel-Shepherd

Results 43 comments of David Nikel-Shepherd

In case it's useful to anyone: you can implement the equivalent transform in a karma preprocessor very easily with [karma-generic-preprocessor](https://www.npmjs.com/package/karma-generic-preprocessor), something like this: ``` preprocessors : { '**/*.js': ['generic', /*...

Thanks for the suggestions, I've added the pipe operator and some unit tests based on these. Some follow up questions: * Do `:` (and `::`, `:::`) get autospaced with the...

Hi, thanks for letting me know! I don't have much time for programming these days so I've removed it from the list of modes. If you're interested you could have...

Actually I had a quick go. Can you try current master out? I didn't do anything with `` or `^^` yet because I didn't have time to figure out what...

Hey, I think I've added sensible handling of all of those cases. Thanks for testing! Unfortunately I had to disable handling of `%`, `/`, `x`, `` because they are too...

Fixing this is tricky because by the time the final `/` is inserted point is inside a comment, so the normal rules aren't applied. A workaround is to do: ```...

Hi, thanks for reporting this and for the reproduction details :+1: Unfortunately I think this is due to a bug in inferior python mode's parsing. electric-operator relies on the major...

Yeah something like that is what I meant, the issue is that in order to correctly implement my-own-single-quote-test you would need to write a parser. Here are some examples to...

No problem, glad it helped :slightly_smiling_face: > By the way, I am using the Emacs 27.0.50, it seems like that this is still a issue. Oh, that's a shame.

Yeah, that would be handy! I'll have a think about it and maybe implement it next time I feel like writing some emacs lisp.