Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
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	[thread overview]
Message-ID: <vaf8zjg59kk.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <yz1hey4xe0w.fsf@milhouse.cs.cornell.edu> (Paul Stodghill's message of "29 May 2001 13:26:23 -0400")

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  <zsh@cs.rochester.edu>

	* 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


  reply	other threads:[~2001-05-29 17:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-21 13:50 XEmacs 21.[45] + Oort Gnus 0.03 + Filladapt 2.12: Inf loop Paul Stodghill
2001-05-21 14:09 ` Hrvoje Niksic
2001-05-21 14:37   ` Josh Huber
2001-05-21 15:05   ` Olivier Fambon
2001-05-21 15:15     ` Paul Stodghill
2001-05-21 16:07       ` Andy Piper
2001-05-21 19:13         ` Paul Stodghill
2001-05-21 19:14           ` Paul Stodghill
2001-05-28 17:45             ` fill bug still there [Re: XEmacs 21.[45] + Oort Gnus 0.03 + Filladapt 2.12: Inf loop] Paul Stodghill
2001-05-29 17:20               ` Simon Josefsson
2001-05-29 17:24                 ` Paul Stodghill
2001-05-29 17:22               ` Kai Großjohann
2001-05-29 17:26                 ` Paul Stodghill
2001-05-29 17:50                   ` Kai Großjohann [this message]
2001-05-29 17:56                     ` Paul Stodghill
2001-05-27  3:38 ` critical quit Re: XEmacs 21.[45] + Oort Gnus 0.03 + Filladapt 2.12: Inf loop Ben Wing
2001-05-28 17:44   ` Paul Stodghill
2001-05-30  1:28     ` Ben Wing
2001-05-30  7:08       ` Wow Ken McGlothlen
2001-05-30  9:26         ` Wow Kai Großjohann
2001-05-30 21:19           ` Wow Ken McGlothlen
2001-05-30 21:26             ` Wow Kai Großjohann
2001-05-31  9:10         ` Wow Steinar Bang
2001-06-01 21:30           ` Wow Ken McGlothlen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaf8zjg59kk.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).