From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56759 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [BUG]: nndiary backend Date: Thu, 18 Mar 2004 08:38:52 +0900 Organization: Emacsen advocacy group 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 1079566845 5159 80.91.224.253 (17 Mar 2004 23:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Mar 2004 23:40:45 +0000 (UTC) Original-X-From: ding-owner+M5298@lists.math.uh.edu Thu Mar 18 00:40:36 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 1B3keK-0005lz-00 for ; Thu, 18 Mar 2004 00:40:36 +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 1B3kcx-0006op-00; Wed, 17 Mar 2004 17:39:11 -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 1B3kcr-0006ok-00 for ding@lists.math.uh.edu; Wed, 17 Mar 2004 17:39:06 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 821393A0036 for ; Wed, 17 Mar 2004 17:39:04 -0600 (CST) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.24) id 1B3kcq-0004VB-4a for ding@gnus.org; Wed, 17 Mar 2004 18:39:04 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:SEluQb3vCLJBZIbXGURGjgSP7K0= X-Hashcash: 0:040317:ding@gnus.org:4431c423e621fdc2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56759 >>>>> In >>>>> Xavier Maillard wrote: > Yo, > I tried to use th nndiary backend to get reminded of meeting I could > receive by mail. > It sorta worked for the first entered nndiary but I can't enter my > nndiary group anymore. > Here is the backtrace: > ,---- >| Debugger entered--Lisp error: (void-variable gnus-tmp-group) >| (gnus-group-timestamp gnus-tmp-group) >| (let ((time ...)) (if time (format-time-string "%a %d %b %H:%M" time))) >| gnus-user-format-function-d([0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil]) [...] >| gnus-summary-insert-line([0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil] 0 nil t 128 t nil "" nil 1) >| gnus-update-summary-mark-positions() >| gnus-summary-read-group-1("nndiary:diary" nil t nil nil nil) >| gnus-summary-read-group("nndiary:diary" nil t nil nil nil nil) >| gnus-group-read-group(nil t) >| gnus-group-select-group(nil) >| gnus-topic-select-group(nil) >| call-interactively(gnus-topic-select-group) > `---- 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). -- Katsumi Yamaoka