Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\bbone<tab> not working #206

Open
MasonProtter opened this issue Dec 11, 2019 · 7 comments
Open

\bbone<tab> not working #206

MasonProtter opened this issue Dec 11, 2019 · 7 comments
Labels
help wanted Extra attention is needed

Comments

@MasonProtter
Copy link

All of my commonly used julia latex completions work in the jupyter repl and org jupyter-julia blocks except the \bb___ family, i.e. \bbone (𝟙). This does work for me in jupyter notebooks, so I'm not sure what's going wrong.

@fleimgruber
Copy link

All of my commonly used julia latex completions work in the jupyter repl and org jupyter-julia blocks except the \bb___ family, i.e. \bbone (𝟙)

When you say it does not work, what exactly does not work? Do you get the completion list with e.g. \bbGamma or is the completion list empty after typing \bb? Is the issue with unicode not being inserted (but completion works)?

@MasonProtter
Copy link
Author

MasonProtter commented Dec 11, 2019

Sorry, I should have been more specific. I get the proper completion list when I type \bb but pressing tab does not convert \bbone to the corresponding Unicode character.

This is in contrast to standard SRC Julia blocks in the same notebook blocks where it does work (as opposed to SRC jupyter-julia).

@fleimgruber
Copy link

The Unicode symbol substitution is done by julia-mode so my first thought was that it is not installed. But if Unicode symbol substitution works in plain julia org-mode source blocks then that must be installed.

With point inside the jupyter-julia source block, can you check whether jupyter-org-interaction-mode minor mode is active?

@fleimgruber
Copy link

Another idea: Which version of Julia are you using? The \bbone and related digits were added not too long ago, see JuliaLang/julia#32838. Since you mentioned other Unicode symbol substitutions work and the non-jupyter julia source blocks only miss these bb digits, maybe the Julia kernel used by jupyter-julia is older than the Julia version used in non-jupyter julia source blocks.

@MasonProtter
Copy link
Author

I'm on 1.3 and have the identifiers. I can connect a jupyter notebook to the very same kernel used by jupyter-julia and have these characters work.

@fleimgruber
Copy link

This is in contrast to standard SRC Julia blocks in the same notebook blocks where it does work (as opposed to SRC jupyter-julia).

Hm, it seems I got confused and wrongly assumed you meant org-mode files when you said notebook (as the usual nomenclature is org-mode:block and jupyter-notebook:cell).

But then I am out of ideas for now...

@MasonProtter
Copy link
Author

Possibly related to #201

@nnicandro nnicandro added the help wanted Extra attention is needed label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants