You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm... in the from-a-different-switch case, we can't add the whole elisp dir to load-path as some files there aren't suitable, so I am doing the tuareg load somewhat manually:
(provide'tuareg_indent) ;; to prevent circular dependency
(autoload'tuareg-make-indentation-regexps"/home/lg/.opam/4.02.1/share/emacs/site-lisp/tuareg_indent""Init indentation for OCaml"tnil)
(autoload'tuareg-mode"switch/share/emacs/site-lisp/tuareg""Major mode for editing OCaml code"tnil)
(autoload'tuareg-run-ocaml"switch/share/emacs/site-lisp/tuareg""Run an OCaml toplevel process"tnil)
(autoload'ocamldebug"switch/share/emacs/site-lisp/ocamldebug""Run the OCaml debugger"tnil)
tuareg-electric-rb is defined in tuareg_indent. I thought tuareg-mode always used tuareg-make-indentation-regexps first at startup so it would properly load tuareg-indent, but maybe I was wrong.
tuareg is on another switch. When I press
]
The problem disappear if I install tuareg in the switch.
The text was updated successfully, but these errors were encountered: