-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load idris #475
Comments
Did you happen to have a package dependency in your |
We should definitely set it up so that the messages pop up in a dedicated
info buffer instead of going into the Emacs message system.
|
Where do you think the messages should end up? |
Hmmm. I think I was experiencing #460 but I still like the UX improvement of moving the message to an idris buffer. |
I think it would make sense to show them in a
with something like this:
to make it more obvious that it's something the user should know about and perhaps do something about. |
This would require pushing some imports around to avoid cycles in the module import graph, but it should be doable. Otherwise, it could be something that just pops up a dedicated non-Idris-info buffer and puts it into read-only mode. Sketch:
|
Looks good. Should we create an issue for it? |
Idris - latest git version
idris-mode - freshly installed from melpa with a brand-new .emacs and .emacs.d
.emacs contains:
'(idris-mode-hook
(quote
(turn-on-idris-simple-indent turn-on-eldoc-mode column-number-mode)))
'(package-selected-packages (quote (idris-mode))))
Opening a .idr file puts the buffer into mode Idris (Not loaded)
Pressing C-c C-l results in message:
Buffer idris-repl has no process
The text was updated successfully, but these errors were encountered: