From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37349 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: Can't post-followup or post-forward in nnml groups Date: Wed, 01 Aug 2001 11:55:36 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172780 13402 80.91.224.250 (21 Oct 2002 03:59:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:59:40 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 12381 invoked from network); 1 Aug 2001 09:56:10 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 1 Aug 2001 09:56:10 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien.cs.uni-dortmund.de [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id LAA25692; Wed, 1 Aug 2001 11:55:36 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id LAA14280; Wed, 1 Aug 2001 11:55:36 +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 LAA24078; Wed, 1 Aug 2001 11:55:36 +0200 Original-To: Katsumi Yamaoka In-Reply-To: (Katsumi Yamaoka's message of "Wed, 01 Aug 2001 07:45:50 +0900") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:37349 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37349 On Wed, 01 Aug 2001, Katsumi Yamaoka wrote: > --- gnus-msg.el~ Wed Jul 25 22:17:04 2001 > +++ gnus-msg.el Tue Jul 31 22:43:02 2001 > @@ -649,7 +649,9 @@ > (defun gnus-post-method (arg group &optional silent) > "Return the posting method based on GROUP and ARG. > If SILENT, don't prompt the user." > - (let ((group-method (gnus-find-method-for-group group))) > + (let ((group-method > + (or (car (gnus-group-find-parameter group 'gnus-post-method t)) > + (gnus-find-method-for-group group)))) > (cond > ;; If the group-method is nil (which shouldn't happen) we use > ;; the default method. Up to now, the convention has been that special group parameters get short names, and the gnus-foo names have just been local variables. How about renaming that parameter to `post-method' and documenting it along with all the other group parameters? kai -- ~/.signature: No such file or directory