Skip to content

Input line not restored after navigating through history #151

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

Closed
ivan opened this issue Oct 26, 2012 · 2 comments
Closed

Input line not restored after navigating through history #151

ivan opened this issue Oct 26, 2012 · 2 comments

Comments

@ivan
Copy link
Contributor

ivan commented Oct 26, 2012

bash and zsh have the nice behavior of restoring the current input after going through the history, but nrepl.el forgets the current input (which isn't in history yet.)

@bbatsov
Copy link
Member

bbatsov commented Oct 31, 2013

Yep, you're right. Not sure how to solve this, though - I contemplated simply adding the current input to the history is not a good idea, since most often than not the input will be partial. I guess I'll have to introduce some explicit tracking for it.

@bbatsov
Copy link
Member

bbatsov commented Aug 12, 2014

Closing this in favour of #709.

@bbatsov bbatsov closed this as completed Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants