From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28711 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: [Message] Request: message-set-field Date: 11 Jan 2000 11:37:31 +0000 Organization: Citrix Systems (Cambridge) Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035165510 31267 80.91.224.250 (21 Oct 2002 01:58:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:58:30 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 5AEEAD051E for ; Tue, 11 Jan 2000 06:40:15 -0500 (EST) 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 FAB00024; Tue, 11 Jan 2000 05:39:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Jan 2000 05:39:27 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA07011 for ; Tue, 11 Jan 2000 05:39:12 -0600 (CST) Original-Received: from gatekeeper.ctxuk.citrix.com (gatekeeper.ctxuk.citrix.com [195.153.38.114]) by mailhost.sclp.com (Postfix) with ESMTP id 7C028D051E for ; Tue, 11 Jan 2000 06:37:34 -0500 (EST) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id LAA20991 for ; Tue, 11 Jan 2000 11:37:33 GMT Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id LAA09714 for ; Tue, 11 Jan 2000 11:37:32 GMT Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Tue, 11 Jan 2000 11:37:32 -0000 (GMT Standard Time) Original-Received: from lanber.cam.eu.citrix.com (LANBER [10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CN6H9KSR; Tue, 11 Jan 2000 11:37:32 -0000 Original-To: The Gnus Mailing List Original-Lines: 25 In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "22 Dec 1999 17:41:41 +0100" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28711 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28711 Kai> Kai Großjohann 0> In article , Kai wrote: Kai> Jonas Steverud writes: >> I was thinking on adding (js-gnus-message-change-subject-was "var") >> to some Swedish groups' paramters but when I do a follow-up it is >> not longer "var" but "was". This makes sense since group parameters >> are buffer local, but how do I make it propergate to my follow-ups? Kai> I think that Lars has included some code which copied all Kai> buffer-local variables from the summary buffer into the Kai> message buffer. Or was it from the summary buffer into the Kai> article buffer? Kai> Kai> Does anybody know about the status of this code? Is it still Kai> there? If so, why does it not work? I think it only copies buffer-local variables whose names begin with gnus- or message-. I still think that localising the "was" string when sending is a bad idea, for the same reason as localising "Re" is bad. I think it should be localised at the recipient for display. Otherwise code to help manage subject lines needs a huge set of possible strings to match.