Gnus development mailing list
 help / color / mirror / Atom feed
* [BUG]: nndiary backend
@ 2004-03-17 22:22 Xavier Maillard
  2004-03-17 23:38 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Xavier Maillard @ 2004-03-17 22:22 UTC (permalink / raw)


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])
|   (insert " (" (gnus-user-format-function-d gnus-tmp-header) ")\n")
|   (progn (insert (format "%c%c%c %s: " gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char ...)) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " (" (gnus-user-format-function-d gnus-tmp-header) ")\n"))
|   eval((progn (insert (format "%c%c%c %s: " gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char ...)) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " (" (gnus-user-format-function-d gnus-tmp-header) ")\n")))
|   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)
`----

I didn't investigate much more but I will as soon as I have a fully
working IMAP configuration set up :)

Regards,
-- 
.o.   Xavier Maillard            Tel: +33 6 68 04 64 37
..o  
ooo   





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: nndiary backend
  2004-03-17 22:22 [BUG]: nndiary backend Xavier Maillard
@ 2004-03-17 23:38 ` Katsumi Yamaoka
  2004-03-18  7:46   ` Xavier Maillard
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2004-03-17 23:38 UTC (permalink / raw)


>>>>> In <plop874qsni05p.fsf@gnu-rox.org>
>>>>>	Xavier Maillard <zedek@gnu-rox.org> 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 <yamaoka@jpl.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: nndiary backend
  2004-03-17 23:38 ` Katsumi Yamaoka
@ 2004-03-18  7:46   ` Xavier Maillard
  2004-03-24  8:18     ` Kai Grossjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Xavier Maillard @ 2004-03-18  7:46 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> 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 :)

Thank you for your quick help in debugging this.

Regards,

zeDek
-- 
GNUSFR.ORG                       http://gnusfr.org/
EMACSFR.ORG                      http://emacsfr.org/
Xavier Maillard                  Tel: +33 6 68 04 64 37




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: nndiary backend
  2004-03-18  7:46   ` Xavier Maillard
@ 2004-03-24  8:18     ` Kai Grossjohann
  2004-05-16 14:31       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Grossjohann @ 2004-03-24  8:18 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> Katsumi Yamaoka <yamaoka@jpl.org> 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: nndiary backend
  2004-03-24  8:18     ` Kai Grossjohann
@ 2004-05-16 14:31       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2004-05-16 14:31 UTC (permalink / raw)


Kai Grossjohann <kai@emptyhost.emptydomain.de> writes:

> Maybe gnus-diary could use gnus-summary-line-format-alist or the new
> %&foo; format specs?

Yes, that'd probably make more sense...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-16 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-17 22:22 [BUG]: nndiary backend Xavier Maillard
2004-03-17 23:38 ` Katsumi Yamaoka
2004-03-18  7:46   ` Xavier Maillard
2004-03-24  8:18     ` Kai Grossjohann
2004-05-16 14:31       ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).