From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58276 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Adulterate summary lines Date: Mon, 16 Aug 2004 20:14:07 -0500 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092705506 5473 80.91.224.253 (17 Aug 2004 01:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 01:18:26 +0000 (UTC) Original-X-From: ding-owner+M6817@lists.math.uh.edu Tue Aug 17 03:18:20 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwscF-0000ss-00 for ; Tue, 17 Aug 2004 03:18:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Bwsbf-0006ol-00; Mon, 16 Aug 2004 20:17:43 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BwsbW-0006od-00 for ding@lists.math.uh.edu; Mon, 16 Aug 2004 20:17:34 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BwsbW-0008Fk-Dq for ding@lists.math.uh.edu; Mon, 16 Aug 2004 20:17:34 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 879483A00B1 for ; Mon, 16 Aug 2004 20:17:33 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BwsbU-0007Qw-00 for ; Tue, 17 Aug 2004 03:17:32 +0200 Original-Received: from adsl-68-74-188-217.dsl.emhril.ameritech.net ([68.74.188.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2004 03:17:32 +0200 Original-Received: from reader by adsl-68-74-188-217.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2004 03:17:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-74-188-217.dsl.emhril.ameritech.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:D2HcOEJCnmp7eriy4441P0FLR7M= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58276 Jonas Steverud writes: > I leave to others to interpret if that makes any sense or not. :-) > >> Using this option how would one make the Keywords line appear in >> summary buffer or maybe the Date: line? > > Let the gnus-user-format-function-x above return what you want to add > as a string. Well, first I can't even begin to see what on earth it does. Or I mean how it does this. How can you tell this function which string to return for example? I don't see the stuff you posted as a result of your function. What I see is a summary buffer that looks like: ? [ 59: test] Adulterate summary lines RA [ 90: test] R [ 28: test] Gnus for information storage (Was: Adulterate summary lines) Line one is my post, line 2 is your answer and line 3 is another message from you about using gnus as info storage tool. I have not the slightest clue how or what is coding this. It would be handy if you provided some notes as to what is doing what. (defun gnus-user-format-function-x (STR) (message (prin1-to-string STR)) "test") The only part I actuall sort of see is that "test" being a string in double quotes was returned. As I posted to start the manual says "function would be passed the current header" What header is being passed? But before I say any more I'm going to research the stuff you suggested.