Hi, The attached patch fixes the following issues with the functions =fill-region= and =fill-paragraph=, when called with an active region containing a list. In the examples, replace 'long line' by long lines to be filled.  + Calling =fill-region= on a region which contains a list with single    line items (such as the one below) breaks the list structure.    - long line    - long line  + Calling =fill-region= on a region with a list such as the one below    doesn't fill the list    - short line      short line    - short line      short line  + Calling =fill-paragraph= on a region containing a list such as the    one below doesn't fill the first item    - long line    - long line    - long line  + Calling =fill-paragraph= on a region containing a list such as the    one below doesn't fill the list    - long line    - long line    - short line Regards, -- Sébastien Miquel