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
If emacs is started with --daemon and tuareg loaded by the user's init.el, and then the user opens a GUI client frame, the conditional will have produced incorrect results.
At the user level this may manifest as "incorrect arguments (overlayp)" process filter error messages, strange slowness when sending commands, and lack of underlining in the source file (perhaps not exhaustive).
The text was updated successfully, but these errors were encountered:
#212)
(ocamldebug-overlay-event, ocamldebug-overlay-under)
(ocamldebug-event-marker): Initialize in the declaration.
(ocamldebug-event, ocamldebug-underline): Define with `defface`.
In ocamldebug.el there's a conditional on
window-system
at load timetuareg/ocamldebug.el
Lines 75 to 76 in c81413b
If emacs is started with --daemon and tuareg loaded by the user's init.el, and then the user opens a GUI client frame, the conditional will have produced incorrect results.
At the user level this may manifest as "incorrect arguments (overlayp)" process filter error messages, strange slowness when sending commands, and lack of underlining in the source file (perhaps not exhaustive).
The text was updated successfully, but these errors were encountered: