mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Do not supply new arguments for obtaining the completion prefix
This commit is contained in:
parent
a26655c66f
commit
31d7cfe34f
1 changed files with 1 additions and 1 deletions
|
@ -1713,7 +1713,7 @@ kernel, but the prefix used by `jupyter-completion-at-point'. See
|
||||||
|
|
||||||
(cl-defmethod jupyter-completion-prefix (&context (major-mode jupyter-repl-mode))
|
(cl-defmethod jupyter-completion-prefix (&context (major-mode jupyter-repl-mode))
|
||||||
(and (not (get-text-property (point) 'read-only))
|
(and (not (get-text-property (point) 'read-only))
|
||||||
(cl-call-next-method "\\." 1)))
|
(cl-call-next-method)))
|
||||||
|
|
||||||
(cl-defmethod jupyter-completion-prefix (&context (jupyter-lang julia))
|
(cl-defmethod jupyter-completion-prefix (&context (jupyter-lang julia))
|
||||||
(cl-call-next-method "\\\\\\|\\.\\|::\\|->" 2))
|
(cl-call-next-method "\\\\\\|\\.\\|::\\|->" 2))
|
||||||
|
|
Loading…
Add table
Reference in a new issue