From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36499 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: fill bug still there [Re: XEmacs 21.[45] + Oort Gnus 0.03 + Filladapt 2.12: Inf loop] Date: 29 May 2001 19:50:03 +0200 Message-ID: References: <3B092ED2.F390356F@inrialpes.fr> <3B092ED2.F390356F@inrialpes.fr> <4.3.2.7.2.20010521090646.00d66480@san-francisco.beasys.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172073 8916 80.91.224.250 (21 Oct 2002 03:47:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:47:53 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 20733 invoked by alias); 29 May 2001 17:50:38 -0000 Original-Received: (qmail 20728 invoked from network); 29 May 2001 17:50:37 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 29 May 2001 17:50:37 -0000 Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id TAA18432; Tue, 29 May 2001 19:50:04 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id TAA15377; Tue, 29 May 2001 19:50:03 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id TAA07457; Tue, 29 May 2001 19:50:03 +0200 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: (Paul Stodghill's message of "29 May 2001 13:26:23 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 37 Xref: main.gmane.org gmane.emacs.gnus.general:36499 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36499 On 29 May 2001, Paul Stodghill wrote: > It is filladapt related. Turning filladapt off in message mode fixes > the problem. Ah, now we know where it is. > HOWEVER, I have not that filladapt infloops in any other mode AND > this problem did not exist in v5.8.8. Well, on 2001-03-17 there was a change: 2001-03-17 10:00:00 ShengHuo ZHU * message.el (message-setup-fill-variables): Use fill-paragraph-function. (message-fill-paragraph): Take an argument. (message-newline-and-reformat): Take another argument. I guess this was it, though I haven't tried. Hm. Ah. (defun message-setup-fill-variables () "Setup message fill variables." (set (make-local-variable 'fill-paragraph-function) 'message-fill-paragraph) (make-local-variable 'paragraph-separate) ...) What happens if you comment out the `set' statement at the beginning of that function? Does that help? If that was it, then somebody else who really knows what's going on ought to have a look at it. I have no idea about filladapt. kai -- ~/.signature: No such file or directory