-
Notifications
You must be signed in to change notification settings - Fork 43
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
Indentation command moves point #69
Comments
true. Unfortunately I don't really have the emacs know-how to address this immediately and likely won't in the near term. I suspect there's some block of code that should be wrapped in a As a quick check, can you let me know what function is being called when you press I'd, of course, be happy to look at any PRs with a fix. |
It runs |
@gregghz By default Emacs calls
It looks like either #38 or #53 (both need rebasing) would resolve this bug. |
fixed via #70 |
Place point at the end of any line. Press
TAB
. Point moves to the first non-whitespace character on that line (whether it has been reindented or not). This is unlike all standard Emacs modes and makes editing very annoying by breaking established habits.I.e. (here
@
denotes the point):press
TAB
; becomes:The text was updated successfully, but these errors were encountered: