From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25036 Path: main.gmane.org!not-for-mail From: Jens-Ulrik Petersen Newsgroups: gmane.emacs.gnus.general Subject: [patch] to make `gnus-posting-styles' have a purpose Date: 09 Sep 1999 10:06:42 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162496 11966 80.91.224.250 (21 Oct 2002 01:08:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:08:16 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA00680 for ; Wed, 8 Sep 1999 21:08:54 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB14092; Wed, 8 Sep 1999 20:08:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Sep 1999 20:09:09 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA25650 for ; Wed, 8 Sep 1999 20:08:58 -0500 (CDT) Original-Received: from mgw-x2.nokia.com (mgw-x2.nokia.com [131.228.20.22]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA00646 for ; Wed, 8 Sep 1999 21:06:49 -0400 (EDT) Original-Received: from mgw-i2.ntc.nokia.com (mgw-i2.ntc.nokia.com [131.228.118.61]) by mgw-x2.nokia.com (8.9.3/8.9.3) with ESMTP id EAA19676 for ; Thu, 9 Sep 1999 04:06:48 +0300 (EETDST) Original-Received: from samail01.nmp.nokia.com (root@samail01.nmp.nokia.com [131.228.240.6]) by mgw-i2.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id EAA21735 for ; Thu, 9 Sep 1999 04:06:47 +0300 (EETDST) Original-Received: from tolnx04.europe.nokia.com (root@tolnx04.europe.nokia.com [172.24.108.57]) by samail01.nmp.nokia.com (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id EAA12444 for ; Thu, 9 Sep 1999 04:11:13 +0300 (EETDST) Original-Received: (from jepeters@localhost) by tolnx04.europe.nokia.com (8.9.3/8.8.7) id KAA03221; Thu, 9 Sep 1999 10:06:42 +0900 Original-To: ding@gnus.org Original-Lines: 22 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25036 Good morning! 1999-09-09 Jens-Ulrik Petersen * gnus-msg.el (gnus-configure-posting-styles): Let `gnus-posting-styles' have its say in posting-style: local variable `styles' is already bound to `gnus-posting-styles' so don't rebind it to nil. --- lisp/gnus-msg.el-0.96 Thu Sep 9 09:57:06 1999 +++ lisp/gnus-msg.el Thu Sep 9 09:57:06 1999 @@ -1092,7 +1092,7 @@ (unless gnus-inhibit-posting-styles (let ((group (or gnus-newsgroup-name "")) (styles gnus-posting-styles) - style match variable attribute value v styles results + style match variable attribute value v results filep name address element) ;; If the group has a posting-style parameter, add it at the end with a ;; regexp matching everything, to be sure it takes precedence over all