Skip to content
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

C-u M-RET doesn't preserve list type #4

Closed
jrblevin opened this issue Jul 21, 2015 · 1 comment
Closed

C-u M-RET doesn't preserve list type #4

jrblevin opened this issue Jul 21, 2015 · 1 comment
Labels
Milestone

Comments

@jrblevin
Copy link
Owner

Putting the point after "AAA" in the following sample and pressing C-u M-RET inserts "1." (properly deindented) instead of "*":

1. A
    * AA
        1. AAA

That is, it produces

1. A
    * AA
        1. AAA
    1.

instead of

1. A
    * AA
        1. AAA
    *

Thanks to @cpitclaudel for reporting this.

@jrblevin jrblevin added the bug label Dec 17, 2015
@jrblevin jrblevin added this to the v2.1 milestone Dec 17, 2015
@cpitclaudel
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants