Kyle Meyer writes:
> Rudolf Adamkovič writes:
>
>> Reproduction steps:
>>
>> 1. start "emacs -Q"
>> 2. type "C-x C-f" and "test.org" and RET
>> 3. type the following:
>>
>> - one
>> two
>>
>> - three
>> four
>>
>> 4. mark all with "C-x h"
>> 5. type "M-q" to fill
>>
>> Actual:
>>
>> - on
Hi,
Kyle Meyer writes:
Rudolf Adamkovič writes:
Reproduction steps:
1. start "emacs -Q"
2. type "C-x C-f" and "test.org" and RET
3. type the following:
- one
two
- three
four
4. mark all with "C-x h"
5. type "M-q" to fill
Actual:
- one
two
- three four
Expected:
- one two
Rudolf Adamkovič writes:
> Reproduction steps:
>
> 1. start "emacs -Q"
> 2. type "C-x C-f" and "test.org" and RET
> 3. type the following:
>
> - one
> two
>
> - three
> four
>
> 4. mark all with "C-x h"
> 5. type "M-q" to fill
>
> Actual:
>
> - one
> two
>
> - three four
>
> Expected:
>
> -