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
{{ message }}
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
This is a bit confusing because if I call completing-read directly, that seems to work properly, even the four argument variant (which is used by scion.el):
(completing-read "FOo: " '("1" "2") nil t)
Works fine.. (tab completion, enter key), but something about how scion calls it causes a problem. If I skip the scion-completing-read business by calling (scion-load '(:file "B.hs")) directly, then the file loads successfully.
Emacs 23.1.1 Mac os X / X11
Scion 0.3 (98bc21b)
Atto lisp 0.2 (0562e167700d307ce9046b231449d833f7881ebc)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a bit confusing because if I call completing-read directly, that seems to work properly, even the four argument variant (which is used by scion.el):
(completing-read "FOo: " '("1" "2") nil t)
Works fine.. (tab completion, enter key), but something about how scion calls it causes a problem. If I skip the scion-completing-read business by calling (scion-load '(:file "B.hs")) directly, then the file loads successfully.
Emacs 23.1.1 Mac os X / X11
Scion 0.3 (98bc21b)
Atto lisp 0.2 (0562e167700d307ce9046b231449d833f7881ebc)
The text was updated successfully, but these errors were encountered: