I want to add 𝄫(double flat) and 𝄪(double sharp) to REPL unicode completion, but I don’t know how to do.
I found this in github, but it seems that the Base module does not export the REPLCompletions submodule, and the REPLCompletions module does not export latex_symbols, so latex_symbols cannot be modified directly in startup.jl
It would be reasonable to add \doubleflat and \doublesharp (or maybe \flat2 and \sharp2, or …?) to the global table in a future version. Just submit a patch to REPL/src/latex_symbols.jl. We’re pretty permissive about adding new symbol tab completions.