julia-emacs icon indicating copy to clipboard operation
julia-emacs copied to clipboard

Julia support in Emacs.

Results 63 julia-emacs issues
Sort by recently updated
recently updated
newest added

This code is already used by eglot-jl to locate Julia projects and will be useful in the future for other Julia packages (such as for REPLs to decide which files...

This would integrate nicely with e.g. company and would generally make this package a better emacs citizen. I have some custom stuff bound to `TAB` in my config having to...

This pull request fixes two minor issues I had: 1. emacs was erroring off because the `invoke-command` machinery was calling the zero-argument function `julia-latexsub` with a nil argument. Removing the...

The Emacs manual is quite clear about this: > These commands move point or set up the region based on top-level > major definitions, also called “defuns”. `(emacs) Moving by...

Ref https://github.com/JuliaLang/julia/issues/13799 > ESS-Julia part has a mode called `ess-julia-mode`. It is derived from `julia-mode`. This seems from Julia. ESS-Julia support completing objects with `company-ess-julia-objects` for `company-mode`. Emacs has default...

Hi everyone! As some of you might know, I have been developing a Julia major mode for Emacs using tree-sitter here: https://github.com/ronisbr/julia-ts-mode However, I have switched sometime ago to Neovim...

Per @ronisbr, #185 significantly change the behavior of TAB. https://github.com/JuliaEditorSupport/julia-emacs/issues/188#issuecomment-1542914710: > If I use the latest commit with `(setq julia-force-tab-complete t)` (default), I can replace LaTeX symbols by pressing TAB....

@giordano [reports](https://github.com/JuliaEditorSupport/julia-emacs/issues/193#issuecomment-1909226438): >Yes, "\alph" for me is completed to "\alpha", not "α", further pressing `M-C-i` does nothing. Not sure it's relevant, but I use Helm. I also have auto-complete installed,...

Closes #201. Checked other regexes for similar issues involving "!" and did not discover any of significance. The Julia manual specifically calls out "!" as being special in this way...