-
Notifications
You must be signed in to change notification settings - Fork 52
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
eshell does not exit with ranger #174
Comments
Looks like it was a local issue. |
@srustamo so what was the fix? I get this on both Windows and Linux. |
Sorry, it's been a while, can't remember the context. I tried it right now on 26.1. `eshell' exits without error. |
The problem is this addition to the eshell-exit-hook I think the error is from (select-window 'ranger-window). It probably isnt supposed to have a quote since it is referring to a window object stored in the symbol ranger-window. Can be fixed by merging my pr #232 |
I tried kamysheblid pr and it solves the bug for me, any chance to get #232 merged? |
Typing
exit
in 'eshell' buffer does not exit eshell and gives this error:The text was updated successfully, but these errors were encountered: