-
Notifications
You must be signed in to change notification settings - Fork 165
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
move-beginning-of-line
move to wrong position on heading when markdown-hide-markup is enabled
#815
Comments
kuranari
changed the title
Nov 19, 2023
move-beginning-of-line
move to wrong position quion heading when markdown-hide-markup is enabledmove-beginning-of-line
move to wrong position on heading when markdown-hide-markup is enabled
📝 Research Findings When evaluating the following, it no longer moves to the previous line (not a fundamental solution).
https://www.gnu.org/software/emacs/manual/html_node/elisp/Adjusting-Point.html |
kuranari
added a commit
to kuranari/markdown-mode
that referenced
this issue
Dec 5, 2023
kuranari
added a commit
to kuranari/markdown-mode
that referenced
this issue
Dec 27, 2023
kuranari
added a commit
to kuranari/markdown-mode
that referenced
this issue
Dec 27, 2023
kuranari
added a commit
to kuranari/markdown-mode
that referenced
this issue
Dec 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
markdown-hide-markup
is enabled, invokingmove-beginning-of-line
(C-a
) on a header line incorrectly moves the cursor to the previous line.Headings do not use the
invisible
property. However, this appears to be an intentional choice. #130 (comment)Expected Behavior
Actual Behavior
Steps to Reproduce
/tmp/emacs/.emacs
:sample.md
text # Heading
HOME=/tmp/emacs emacs -Q --load /tmp/emacs/.emacs /tmp/emacs/sample.md
C-a
(move-beginning-of-line
)Screenshot
default.mov
Software Versions
The text was updated successfully, but these errors were encountered: