JuliaEditorSupport / julia-emacs

Julia support in Emacs.
Other
285 stars 62 forks source link

Give internal functions julia-- prefix #136

Open non-Jedi opened 4 years ago

non-Jedi commented 4 years ago

At the next major version bump, we should rename all internal functions with julia- prefix to have a julia-- prefix. Here's the list I identified after a quick survey. Please reply if you believe any of these should be part of the packages public interface. Many of these should also be given a -p predicate suffix.

Cross-reference https://github.com/JuliaEditorSupport/julia-emacs/pull/115#discussion_r454986503

tpapp commented 4 years ago

Thanks for making this list, I agree with both the contents and adding -p where applicable.