From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28056 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: References (was: Re: Brian May's `Re: Bugs in PGnus' article jams Gnus) Date: 10 Dec 1999 12:52:03 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <877liqx43y.fsf@senstation.vvf.fi> <2n66ya1xv3.fsf@tiger.jia.vnet> <2npuwiwsoe.fsf@tiger.jia.vnet> <2n9034ude3.fsf@tiger.jia.vnet> <9t9n1rjglq1.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164969 27811 80.91.224.250 (21 Oct 2002 01:49:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:49:29 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA24069 for ; Fri, 10 Dec 1999 06:53:01 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB26923; Fri, 10 Dec 1999 05:52:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 10 Dec 1999 05:52:43 -0600 (CST) 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 FAA06029 for ; Fri, 10 Dec 1999 05:52:32 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA24062 for ; Fri, 10 Dec 1999 06:52:06 -0500 (EST) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id MAA10038 for ; Fri, 10 Dec 1999 12:52:20 +0100 Original-Received: (from abraham@localhost) by zuse.dina.kvl.dk (8.9.1b+Sun/8.9.1) id MAA12584; Fri, 10 Dec 1999 12:52:03 +0100 (MET) X-Authentication-Warning: zuse.dina.kvl.dk: abraham set sender to abraham@dina.kvl.dk using -f Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Hrvoje Niksic's message of "10 Dec 1999 10:59:34 +0100" Original-Lines: 26 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28056 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28056 Hrvoje Niksic writes: > Per Abrahamsen writes: > > > It is not the only such broken injection agent in existence. Maybe > > `maxsize' and `cut' below should be made a user options, in order to > > allow workarounds? > > And maxcount, etc. It might make sense. Well, if (setq message-cater-to-broken-inn nil) solves the problem, then it is probably not worth bothering. > But there would be many of > them. Maybe a plist that describes how the references will be > massaged would be nice. > > (defvar message-shorten-references-parameters > '(maxcount 31 cut 6 maxsize 988 ...) ; only with nicer names > "... detailed explanation for those ...") Putting on my customize hat, I'd much prefer three simple integer options collected in a group. The KISS principle for user options.