From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37345 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't post-followup or post-forward in nnml groups Date: Tue, 31 Jul 2001 17:53:25 -0700 Sender: zsh@piglet.jia.vnet Message-ID: <2nitg81tyy.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035172776 13361 80.91.224.250 (21 Oct 2002 03:59:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:59:36 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 29859 invoked from network); 1 Aug 2001 00:56:16 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.248) by gnus.org with SMTP; 1 Aug 2001 00:56:16 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f710rP313804; Tue, 31 Jul 2001 17:53:25 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:37345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37345 Katsumi Yamaoka writes: >>>>>> In >>>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote: > >> I feel it's much better. However, I don't know what the >> parameter symbol is for the posting server. BTW, I wish I could >> do as such as follows: >> >> (setq gnus-secondary-select-methods >> `((nnml "" (gnus-post-method ,gnus-select-method)))) > >Kai> How about the variable gnus-parameters? > >Kai> (setq gnus-parameters >Kai> `(("^nnml:" (gnus-post-method ,gnus-select-method)))) > >Kai> Does this work? > > No. But it's a good idea. There is a need to modify the > function `gnus-post-method'. Could you please apply the > following patch? > > > 2001-07-31 Katsumi Yamaoka > > * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'. Installed. Thanks. ShengHuo