From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47279 Path: main.gmane.org!not-for-mail From: Xavier MAILLARD Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-ml.el obsolete ? Date: Fri, 18 Oct 2002 14:06:53 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84smz5xdbo.fsf@crybaby.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1034943223 29113 80.91.224.249 (18 Oct 2002 12:13:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2002 12:13:43 +0000 (UTC) Cc: ding Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 182W0b-0007ZR-00 for ; Fri, 18 Oct 2002 14:13:42 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 182W0q-0000MC-00; Fri, 18 Oct 2002 07:13:56 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 18 Oct 2002 07:14:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA10332 for ; Fri, 18 Oct 2002 07:14:26 -0500 (CDT) Original-Received: (qmail 20357 invoked by alias); 18 Oct 2002 12:13:37 -0000 Original-Received: (qmail 20268 invoked from network); 18 Oct 2002 12:13:29 -0000 Original-Received: from rms.gnu-rox.org (HELO smtp.gnu-rox.org) (213.41.134.247) by gnus.org with SMTP; 18 Oct 2002 12:13:29 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by smtp.gnu-rox.org (Postfix) with ESMTP id 46EDB404ED; Fri, 18 Oct 2002 14:13:29 +0200 (CEST) Original-Received: from fxgsproject.org.gnu-rox.org (unknown [10.0.0.3]) by smtp.gnu-rox.org (Postfix) with ESMTP id D8450404ED; Fri, 18 Oct 2002 14:13:25 +0200 (CEST) Original-To: Xavier MAILLARD X-Face: 63TbQAY?C>dKDtNNr7 (Xavier MAILLARD's message of "Fri, 18 Oct 2002 11:45:30 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) X-Scanned-By: AMaViS using clamscan / ClamAV (OpenSource AntiVirus solution) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47279 Xavier MAILLARD disait récemment que : > Andreas Fuchs disait récemment que : > >> On 2002-10-17, Kai Großjohann wrote: >>> Maybe one possibility is to have gnus-ml.el act on showing every >>> article, and if it contains the right headers, then group parameters >>> are automatically added with the right values. Then the main >>> commands would use the values from the group parameters. Then users >>> can add their own group parameters for groups without the headers, >>> and everything will work just fine. >>> >>> How about that? >> >> Uh, isn't that what gnus-mailing-list-insinuate is supposed to do? >> >> BTW: this function should also add the "subscribed" param. > > Damn ! You right :) Hum I had a look into it but even trying to activate it on entering the summary buffer, I can't make it works the way I want :( I try to add a hook to the gnus-summary-mode-hook but I had a warning telling me that no original article buffer was present. Bypassing this, I can enter and show some messages and then the gnus-mailing-list-insinuate is aware of the headers. Sounds weird to me that we have to display a message before being able to deal with the ML stuff. Maybe I'm wrong but it's really not natural for me to proceed that way. Cheers, zeDek