Felipe Lema

Results 74 comments of Felipe Lema

keep an eye out for `flymake-cc`. It made my Emacs tramp experience most sluggish and it took me several days to find it as the smoking gun (I was using...

I maintain three packages @ melpa, all have been peer-reviewed so I got a good grip of maintainable elisp. Feel free to ping me for reviews.

I've been exploring SMIE and the toughest part would be to translate the statefulness of the julia parser. For example, the use of [`with-whitespace-newline`](https://github.com/JuliaLang/julia/blob/5f55b977e439ab7b0d09dd826732ff5ea3f1098f/src/julia-parser.scm#L214) & [`without-range-colon`](https://github.com/JuliaLang/julia/blob/5f55b977e439ab7b0d09dd826732ff5ea3f1098f/src/julia-parser.scm#L201) would require one to...

I've also been [playing](https://codeberg.org/FelipeLema/tree-sitter-indent.el) with [`tree-sitter.el`](https://github.com/ubolonton/emacs-tree-sitter/), but since the [julia parser is far from complete](https://github.com/tree-sitter/tree-sitter-julia/issues/12#issuecomment-683099598), it cannot be properly used today. Anyone reading this can contribute to completing the tree-sitter...

I've worked out a package to use [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) as backend to correctly code while typing: https://codeberg.org/FelipeLema/julia-formatter.el It's not the same experience as having correct native indentation (has small quirks), but...

> I don't know (and could not find) the style convention for calls involving only keyword parameters. > Best take on this matter that I know of is JuliaFormatter styles....

I agree that currently maintaining the regex parser is taking a toll on code readability and maintanability, even considering people who are well versed in (Emacs) Lisp. I agree that...

worth noting: there's an active (very active? somewhat active?) support for parsing Julia in Scintilla - [original issue asking for lexer support](https://sourceforge.net/p/scintilla/feature-requests/1380/) - PR that solved that issue -> https://github.com/geany/geany/pull/2584...

I don't mind changing my code at all, although I believe anyone using `uv.send_async` should be covered by either fixing this coalesced-call-memory-leak within luv code or by the leak being...