From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44962 Path: main.gmane.org!not-for-mail From: Andreas Fuchs Newsgroups: gmane.emacs.gnus.general Subject: Re: The followup will show the bug. Date: Sat, 25 May 2002 22:28:35 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed ; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1022358735 30712 127.0.0.1 (25 May 2002 20:32:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 25 May 2002 20:32:15 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17BiD0-0007z8-00 for ; Sat, 25 May 2002 22:32:15 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17BiAP-0001M1-00; Sat, 25 May 2002 15:29:33 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 May 2002 15:29:48 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA04959 for ; Sat, 25 May 2002 15:29:34 -0500 (CDT) Original-Received: (qmail 26730 invoked by alias); 25 May 2002 20:29:08 -0000 Original-Received: (qmail 26715 invoked from network); 25 May 2002 20:29:07 -0000 Original-Received: from mail.ycn.com (212.88.160.3) by gnus.org with SMTP; 25 May 2002 20:29:07 -0000 Original-Received: from eris.void.at (mail@212-88-187-152.ADSL.ycn.com [212.88.187.152]) by mail.ycn.com (8.11.3/8.9.3/Debian 8.9.3-21) with ESMTP id g4PKTwx06648 for ; Sat, 25 May 2002 22:29:59 +0200 Original-Received: from asf by eris.void.at with local (Exim 3.35 #1 (Debian)) id 17Bi9T-00044k-00 for ; Sat, 25 May 2002 22:28:35 +0200 Mail-Copies-To: never X-Url: http://asf.void.at/ Original-To: ding@gnus.org X-Attribution: asf X-Face: 3*3w/y?I6|`'CYW7F~m0]U1)L\|[x"?/V6^;s3FU#q|F'AL(3C?$eslHvAmR:KjT"&LZeqM 0wMS%HM` Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44962 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On 2002-05-24, Kai Gro=DFjohann wrote: >=20 > kai Strange, using my augmented trivial cite function, it works: ,---- | (defun anti-tc-simple-attribution () | "Produce an attribution string, using the real name and the date | of the message." | (let* ((date (sc-jk-normalize-date (cdr (assoc "date" tc-strings-list))= )) | (today (sc-jk-normalize-date (current-time-string))) | (email (assoc "email-addr" tc-strings-list)) | (name (assoc "real-name" tc-strings-list)) | (person (concat (cdr (or name '(nil . ""))) " <" | (cdr (or email '(nil . "unknown-user@unknownnet"))) | ">"))) | ;(message "found %s <%s>" name email) | (if (null date) | (concat person " wrote:\n\n") | (concat (if (equal today date) | "Today" | (concat "On " date)) | ", " person " wrote:\n\n")))) `---- I understand that this might be a bug in message itself. Hm. Have fun, =2D-=20 Andreas Fuchs, , asf@jabber.at, antifuchs --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE87/PzucDAWATX9F8RAmqkAJ43CA3/cbJzIMQhTpZuq2JxjBn+vQCfWlTc sV3VCZFlxO7FKLYFi2PKrLs= =dPzu -----END PGP SIGNATURE----- --=-=-=--