You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite PR #125, I'm still having problems with indentation not preserving the column position. This happens every time I type a comma.
To reproduce, create a new buffer, enter markdown-mode, type a few chars, and insert a comma - for me, the cursor then moves to the beginning of the line.
P.S. This isn't a suggested fix by any means, but I had a quick glance at the function, and it looked like it might not always be fixing up the column position. So my workaround for now has been some advice as follows.
Thank you for reporting this and being specific about which commit you are using. However, I am unable to reproduce this behavior. Can you please confirm that this still happens when no other minor modes, etc. are loaded that might interfere? In other words, are you launching Emacs with emacs -Q?
Despite PR #125, I'm still having problems with indentation not preserving the column position. This happens every time I type a comma.
To reproduce, create a new buffer, enter markdown-mode, type a few chars, and insert a comma - for me, the cursor then moves to the beginning of the line.
I'm using commit b838d80.
Thanks,
--Tom
P.S. This isn't a suggested fix by any means, but I had a quick glance at the function, and it looked like it might not always be fixing up the column position. So my workaround for now has been some advice as follows.
The text was updated successfully, but these errors were encountered: