From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14623 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.gnus.general Subject: Re: Group based gnus-summary-line-format ? Date: 16 Mar 1998 15:07:06 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: jari.aalto@ntc.nokia.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153784 17255 80.91.224.250 (20 Oct 2002 22:43:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:43:04 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id FAA24807 for ; Mon, 16 Mar 1998 05:13:54 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA19719 for ; Mon, 16 Mar 1998 07:08:25 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id HAN19517; Mon, 16 Mar 1998 07:43:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 16 Mar 1998 07:07:46 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id HAA23652 for ; Mon, 16 Mar 1998 07:07:35 -0600 (CST) Original-Received: (qmail 26238 invoked by uid 504); 16 Mar 1998 13:07:23 -0000 Original-Received: (qmail 26235 invoked from network); 16 Mar 1998 13:07:23 -0000 Original-Received: from axl01it.ntc.nokia.com (131.228.118.232) by claymore.vcinet.com with SMTP; 16 Mar 1998 13:07:22 -0000 Original-Received: from zeus.tele.nokia.fi (zeus.tele.nokia.fi [131.228.134.50]) by axl01it.ntc.nokia.com (8.8.5/8.6.9) with SMTP id PAA19111 for ; Mon, 16 Mar 1998 15:07:09 +0200 (EET) Original-Received: from pegasus.tele.nokia.fi (pegasus.ntc.nokia.com [131.228.169.148]) by zeus.tele.nokia.fi (8.6.4/8.6.4) with ESMTP id PAA08591 for ; Mon, 16 Mar 1998 15:10:36 +0200 Original-Received: (from jaalto@localhost) by pegasus.tele.nokia.fi (8.7.5/8.7.1) id PAA27081; Mon, 16 Mar 1998 15:07:07 +0200 (EET) Original-To: Ding mailing list X-info: Quassia Gnus v0.37 In-Reply-To: Stainless Steel Rat's message of "15 Mar 1998 21:08:55 -0500" Original-Lines: 24 X-Mailer: Quassia Gnus v0.37/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14623 | 98-03-15 Stainless Steel Rat list.ding | >>>>> "ja" == writes: | | | Isn't it sufficient to set the variable, then call gnus-compile? | | ja> I mean that if I have 5 different summary line formats for 5 | ja> different "type of" Groups: nntp, private mail, mailing list, server | ja> logs .... | | I have nearly as many. I have gnus-select-group-hook set an appropriate | gnus-summary-line-format based on the newsgroup name, then at the end it | calls gnus-compile. It does not take that long. Thanks ratinox, I think I got it working. I compile the sspec like this now: ;; I'm only interested in compiling this spec (let* ((gnus-format-specs (list (assq 'summary gnus-format-specs)))) (gnus-compile)) But I'm curious, what does gnus-update-format-specifications do? jari