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 Aug 19, 2021. It is now read-only.
After using repl.enter, it is frequently the case that the 'repl' object can no longer be accessed, and one is effectively stuck. Breadcrumbs seem a heavy-handed solution to the problem because they modify the environment being inspected. The solution I favor would be to have a "home" command built into the repl protocol itself. Many other repls (slime, sepia, ghci, hugs, ...) follow the convention where a comma at the start of the input denotes a repl command. So my feature request is that moz.el adopt the comma convention, and that mozrepl provide a "home" command which would change the context back to a user-configurable home scope.
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.
After using repl.enter, it is frequently the case that the 'repl' object can no longer be accessed, and one is effectively stuck. Breadcrumbs seem a heavy-handed solution to the problem because they modify the environment being inspected. The solution I favor would be to have a "home" command built into the repl protocol itself. Many other repls (slime, sepia, ghci, hugs, ...) follow the convention where a comma at the start of the input denotes a repl command. So my feature request is that moz.el adopt the comma convention, and that mozrepl provide a "home" command which would change the context back to a user-configurable home scope.
The text was updated successfully, but these errors were encountered: