elpasync pushed a change to branch elpa/julia-mode.
from a20367f282 CI for 28.1, 28.2 (#184)
new 8078bb9d88 Add completion-at-point functions for completing LaTeX
strings
new c87949315f Remove hack for indentation in strings
new 307b4afa9a Create julia-mode-abbrev-table filled with latexsub
abbrevs
new 4d2047666f Remove old latexsub implementation
new 0160fecf90 Override TAB to do completion in julia-mode buffers
new d2b28644d2 Stop overriding regex in julia-mode-abbrev-table
new a39c9d2dd3 Automatically substitute LaTeX symbols after completion.
new 15326d6992 Remove extraneous -mode suffix from julia-- functions
new f92227a87f Fix whitespace
new d52cb3e885 Provide alternative to indent-for-tab-command for use
with company
new f854352d76 Fix byte-compilation warnings for company-integration
code
new f359fd01c5 Add predicate to "around" latex symbol completion
new c8e33f81fa Use a hash table to look up where symbols end.
new 347c5c11c5 cleanup tests, bit more verbose to compare matched string
new 77ff4f1146 comment code, fix docstring width
new 74e13dc460 use cl-flet
new d684bf172a further byte compilation docstring warning fixes
new 759e8a8e57 Merge branch 'master' into tp/find-latexsub-end
new 016721004c Merge pull request #185 from
JuliaEditorSupport/tp/find-latexsub-end
new 26a1c2bfa9 require Emacs 26
new 8f3afcb99e ignore warnings on snaphot
new 7e301f4414 Merge pull request #186 from tpapp/tp/remove-emacs-25
Summary of changes:
.github/workflows/CI.yml | 5 +-
julia-mode-latexsubs.el | 3700 ++++++++++++++++++++++++++++++++++++++++++++++
julia-mode-tests.el | 65 +-
julia-mode.el | 262 +++-
make-julia-latexsubs.jl | 25 +-
5 files changed, 3964 insertions(+), 93 deletions(-)