From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67822 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Broken auto filling in message mode with Emacs/Gnus from CVS (some hours old) Date: Fri, 28 Nov 2008 12:32:19 +0100 Message-ID: <8763m8hyrg.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227872030 17758 80.91.229.12 (28 Nov 2008 11:33:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2008 11:33:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16269@lists.math.uh.edu Fri Nov 28 12:34:55 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1L61cc-0007on-1f for ding-account@gmane.org; Fri, 28 Nov 2008 12:34:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1L61aM-00081b-Jp; Fri, 28 Nov 2008 05:32:34 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1L61aK-00081O-Vi for ding@lists.math.uh.edu; Fri, 28 Nov 2008 05:32:32 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L61aI-0001gA-3i for ding@lists.math.uh.edu; Fri, 28 Nov 2008 05:32:32 -0600 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1L61aO-0003EB-00 for ; Fri, 28 Nov 2008 12:32:36 +0100 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id E43561C276B for ; Fri, 28 Nov 2008 06:32:23 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 28 Nov 2008 06:32:23 -0500 X-Sasl-enc: z8uGPIA9gRJCsBaZMkdu5//fjCy8zPiTOdH9rVYdjX6d 1227871943 Original-Received: from thinkpad.tsdh.de (p54AF254C.dip0.t-ipconnect.de [84.175.37.76]) by mail.messagingengine.com (Postfix) with ESMTPA id 168A2F7BC for ; Fri, 28 Nov 2008 06:32:22 -0500 (EST) Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67822 Archived-At: Hi all, I use auto-fill-mode in message buffers (Emacs 23 from CVS with the Gnus bundled with it). After a quotation like this one > foo foo bar foo foo bar foo foo bar foo foo bar foo foo bar foo foo > bar foo foo bar foo foo bar foo foo bar foo foo bar foo foo bar foo > foo bar foo foo bar foo foo bar foo foo bar foo foo bar foo foo bar the auto filling goes crazy. Let's see what happens when it'll fill at\*/ > the end of the line. Seen it? Why does it insert \*/ at the first line and > at the next? And why is the line break in the last line ok again? Bye, Tassilo