From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: upgrade nonsensifies fill-paragraph Date: Tue, 25 Dec 2012 13:15:10 -0500 Message-ID: <50D9ED2E.6080504@mousecar.com> Reply-To: gebser@mousecar.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1356459324 16563 80.91.229.3 (25 Dec 2012 18:15:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Dec 2012 18:15:24 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 25 19:15:36 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TnZ2M-0004yH-VD for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Dec 2012 19:15:35 +0100 Original-Received: from localhost ([::1]:33826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnZ28-0002vK-IF for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Dec 2012 13:15:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnZ23-0002vF-Fz for help-gnu-emacs@gnu.org; Tue, 25 Dec 2012 13:15:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnZ22-00014u-DE for help-gnu-emacs@gnu.org; Tue, 25 Dec 2012 13:15:15 -0500 Original-Received: from mout.perfora.net ([74.208.4.195]:50600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnZ22-00014j-73 for help-gnu-emacs@gnu.org; Tue, 25 Dec 2012 13:15:14 -0500 Original-Received: from dellap.mousecar.net (dsl093-011-016.cle1.dsl.speakeasy.net [66.93.11.16]) by mrelay.perfora.net (node=mrus3) with ESMTP (Nemesis) id 0MEXD7-1TpSha1E8P-00GUPI; Tue, 25 Dec 2012 13:15:12 -0500 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121120 Thunderbird/10.0.11 X-Provags-ID: V02:K0:8RpwAiaFuZj1QyqUN6hOQ28ad8IRoS31XQiThL3PiJT kFFrRBWhD006sK/LdUKKbVovvGVX5rsJOhzX18pAZUkvb1B1fx DNePPM6X1MpkJ77B8TA5MwcKI2WH6zqGuBAtWYQQVo6KgRQ9cQ T4lTM9Hqmbwxb/84nQglFzPRGUu1KdbJw+td7egcvOGIIGgpaH 54W1ok27yfRbOebfWnCtNAQwozCLbg1eBB661BgYnIdG7ysP6w WhRz2KTp9gjVktCIc2MLq9aZgYna02cQS08O2QvPH+5/PKZ5ss E7cowpZo0RweqT1a0DOFCspB8RiF0L4RFKp7BZWnxMTY9AzwxF ubaXmKpTfIU2cjKA/qb64ivEhHBl29WXwQ796Tyl+ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 74.208.4.195 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88318 Archived-At: For quite a while I've been using the highest upgrade of emacs available to RH/Centos 5.8, i.e., 21.4. But because I wanted to start using webdav functionality in emacs, I scrapped that and downloaded and compiled version 22.1.1. With this upgrade came problems (some of which I've encountered and had to fix in previous upgrades). One of these is what "fill-paragraph" does. I'll have a nicely formatted html unordered list, something like this:
  • This is a longer line of text for a single list item. We're going to use it to test to see how well word-wrapping works with this new version of emacs (22.1.1). It's always a real pain to reformat list items so that they look nice.
  • Another line of text is no problem just typing it in without editing anything which affects where the line-breaks are located. Everything is happy so far.
  • Now a third line. After typing in this, I'll move the point up to the first list item and try to reformat it with M-q.
Fairy readable, but I want to improve the first list item's formatting, so I put the point between the first "
  • " and its matching "
  • " and to M-q. I get this:
    • This is a longer line of text for a single list item. We're going to use it to test to see how well word-wrapping works with this new version of emacs (22.1.1). It's always a real pain to reformat list items so that they look nice.
    • Another line of text is no problem just typing it in without editing anything which affects where the line-breaks are located. Everything is happy so far.
    • Now a third line. After typing in this, I'll move the point up to the first list item and try to reformat it with M-q.
    which is of course *much worse*. And not how the previous version behaved (with exactly the same ~/.emacs). The problem, I believe, has to do with emacs' definition of what signifies the end of a paragraph. But I couldn't find any such definition. Any help?