From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56798 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: [BUG]: nndiary backend Date: Wed, 24 Mar 2004 09:18:04 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <878yhqsloj.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080116325 30361 80.91.224.253 (24 Mar 2004 08:18:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 08:18:45 +0000 (UTC) Original-X-From: ding-owner+M5337@lists.math.uh.edu Wed Mar 24 09:18:29 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 1B63an-00051B-00 for ; Wed, 24 Mar 2004 09:18:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B63aH-0005Ta-00; Wed, 24 Mar 2004 02:17:57 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B63a9-0005TS-00 for ding@lists.math.uh.edu; Wed, 24 Mar 2004 02:17:49 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 3B8683A0079 for ; Wed, 24 Mar 2004 02:17:47 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1B63a6-0004Kj-00 for ; Wed, 24 Mar 2004 09:17:46 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1080116266 16659 213.203.244.156 (24 Mar 2004 08:17:46 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 24 Mar 2004 08:17:46 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:8lq1g81wUlghqlJIIos1OufJqPw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56798 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56798 Xavier Maillard writes: > Katsumi Yamaoka writes: > >> You seem to have defined the gnus-user-format-function-d >> function for the group buffer. Probably it comes from the >> ``Group Timestamp'' section in the Gnus manual and it may be >> unable to be used in the summary buffer. There is a comment in >> the gnus-diary.el file as follows: >> >> ;; Usage: >> ;; ===== >> >> ;; 0/ Don't use any `gnus-user-format-function-[d|D]'. Gnus-Diary provides >> ;; both of these (sorry if you used them before). > > Rhaaa !! I have removed my `gnus-user-format-function-d' function and it > works now :) Maybe gnus-diary could use gnus-summary-line-format-alist or the new %&foo; format specs? Kai