[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/julia-mode 86da879ec2 08/14: fixes suggested by @dhanak (t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/julia-mode 86da879ec2 08/14: fixes suggested by @dhanak (thanks!) |
Date: |
Mon, 6 May 2024 10:01:17 -0400 (EDT) |
branch: elpa/julia-mode
commit 86da879ec2b7e7d252426cf61148ef37ceb7307a
Author: Tamás K. Papp <tkpapp@gmail.com>
Commit: Tamás K. Papp <tkpapp@gmail.com>
fixes suggested by @dhanak (thanks!)
---
julia-mode.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/julia-mode.el b/julia-mode.el
index a5ba9848b0..bac21b1416 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -938,12 +938,10 @@ buffer where the LaTeX symbol starts."
When multiple options match, ask the user to clarify via `completing-read',
unless there is a complete match and `julia-latexsub-greedy' is `t'."
(when-let (beg (julia--latexsub-start-symbol))
(let ((partial (buffer-substring-no-properties beg (point))))
- (message "partial %s" partial)
(when-let (replacements (gethash partial julia-mode--latexsubs-partials))
- (message "replacements %s" (prin1 replacements))
(let* ((complete-match (member partial replacements))
(replacement (cond ((and complete-match julia-latexsub-greedy)
partial)
- ((cdr replacements) (gethash
(completing-read "LaTeX completions: " replacements) julia-mode-latexsubs))
+ ((cdr replacements) (completing-read "LaTeX
completions: " replacements))
(t (car replacements)))))
(cons beg replacement))))))
- [nongnu] elpa/julia-mode 0a5bb0d015 06/14: Change tests so that we test our own implementations only., (continued)
- [nongnu] elpa/julia-mode 0a5bb0d015 06/14: Change tests so that we test our own implementations only., ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 9bcca66b21 10/14: add tests, minor corrections, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 1c2c9d494c 02/14: don't need quote in docstring?, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 9d0740678e 01/14: WIP: option to restore previous TAB behavior, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode eadbdbe1de 12/14: Revert "Update julia-mode-tests.el", ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode d360ad5285 14/14: Merge pull request #196 from tpapp/tp/repl-style-completion, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode fecfe20927 11/14: Update julia-mode-tests.el, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 7b00566570 05/14: fix, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode b390203f0c 04/14: oops, now we include \\, this should fix tests, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 5f2e774535 09/14: Make selection customizable., ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 86da879ec2 08/14: fixes suggested by @dhanak (thanks!),
ELPA Syncer <=
- [nongnu] elpa/julia-mode fef78c5ae3 03/14: Add greedy match option., ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 4a1a68cefa 07/14: Merge branch 'master' into tp/repl-style-completion, ELPA Syncer, 2024/05/06
- [nongnu] elpa/julia-mode 8a84fcb858 13/14: Merge pull request #209 from tpapp/tp/tweak-end-of-defun-tests, ELPA Syncer, 2024/05/06