[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/julia-mode updated (a20367f282 -> 7e301f4414)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/julia-mode updated (a20367f282 -> 7e301f4414) |
Date: |
Thu, 4 May 2023 11:00:49 -0400 (EDT) |
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(-)
- [nongnu] elpa/julia-mode updated (a20367f282 -> 7e301f4414),
ELPA Syncer <=
- [nongnu] elpa/julia-mode 8078bb9d88 01/22: Add completion-at-point functions for completing LaTeX strings, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 307b4afa9a 03/22: Create julia-mode-abbrev-table filled with latexsub abbrevs, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode d52cb3e885 10/22: Provide alternative to indent-for-tab-command for use with company, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 77ff4f1146 15/22: comment code, fix docstring width, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode d684bf172a 17/22: further byte compilation docstring warning fixes, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 759e8a8e57 18/22: Merge branch 'master' into tp/find-latexsub-end, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode c87949315f 02/22: Remove hack for indentation in strings, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 4d2047666f 04/22: Remove old latexsub implementation, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 0160fecf90 05/22: Override TAB to do completion in julia-mode buffers, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode f92227a87f 09/22: Fix whitespace, ELPA Syncer, 2023/05/04