-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Takes care of narrowing #22
Comments
I have the impression that the best approach would be to go to |
But don't we already use |
Exactly, but our code will still try to find a better beginning/end. I think it should not if the buffer is narrowed. So, my current opinion is to implement something like:
|
Oh I see. Yes that sounds reasonable, in narrowed context you probably want to jump to the narrowing edge instead of (possibly randomly) jump somewhere else as the context assumptions might not hold there. |
beginning-of-buffer
uses the beginning of the accessible part of the buffer if buffer is narrowed. I guessbeginend
should do the same.It may already work properly but we should check.
The text was updated successfully, but these errors were encountered: