Gnus development mailing list
 help / color / mirror / Atom feed
* Re: tags, keywords, annotations
       [not found]   ` <86myrhr2jc.fsf@lifelogs.com>
@ 2008-01-17 13:40     ` Bastien
  2008-01-17 14:17       ` Ted Zlatanov
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2008-01-17 13:40 UTC (permalink / raw)
  To: Ding Mailing List; +Cc: Ted Zlatanov

The latest gnus-registry.el in CVS Gnus (checked out one hour ago)
introduces this error for me:

Debugger entered--Lisp error: (wrong-type-argument characterp
  ("<1123298845.223549-28134-slash-slashdot-nfs-1.osdn.net@slashdot.org>"
  ((mtime 33755 21029 2305)) "nnml:mail.expired")) 
  gnus-registry-trim((("<200801171429.31723.jul.capelle@laposte.net>"
  (...) "nnml:mail.compas") ("<87bq7kir1r.fsf@bzg.ath.cx>" (...)
  "nnml:mail.compas.communautes")
  ("<19040101182037.27979BB572@tallis.ilo.ucl.ac.uk>" (...)
  "nnml:mail.root") ("<826@LE FIGARO - Une.nnrss>" (...) "nnrss:LE
  FIGARO - Une") ...)) 
  gnus-registry-save()
  run-hooks(gnus-save-newsrc-hook)
  apply(run-hooks gnus-save-newsrc-hook)
  gnus-run-hooks(gnus-save-newsrc-hook)
  gnus-save-newsrc-file(nil)
  gnus-group-save-newsrc(nil)
  call-interactively(gnus-group-save-newsrc)

Any idea?  Thanks!

GNU Emacs 23.0.0.3 (i686-pc-linux-gnu, GTK+ Version 2.10.11) of
2007-06-09 on bzg.ath.cx

-- 
Bastien



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

* Re: tags, keywords, annotations
  2008-01-17 13:40     ` tags, keywords, annotations Bastien
@ 2008-01-17 14:17       ` Ted Zlatanov
  2008-01-18  0:32         ` gnus-registry.el problem (was: tags, keywords, annotations) Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2008-01-17 14:17 UTC (permalink / raw)
  To: Bastien; +Cc: Ding Mailing List

On Thu, 17 Jan 2008 13:40:08 +0000 Bastien <bzg@altern.org> wrote: 

B> The latest gnus-registry.el in CVS Gnus (checked out one hour ago)
B> introduces this error for me:

B> Debugger entered--Lisp error: (wrong-type-argument characterp
B>   ("<1123298845.223549-28134-slash-slashdot-nfs-1.osdn.net@slashdot.org>"
B>   ((mtime 33755 21029 2305)) "nnml:mail.expired")) 
B>   gnus-registry-trim((("<200801171429.31723.jul.capelle@laposte.net>"
B>   (...) "nnml:mail.compas") ("<87bq7kir1r.fsf@bzg.ath.cx>" (...)
B>   "nnml:mail.compas.communautes")
B>   ("<19040101182037.27979BB572@tallis.ilo.ucl.ac.uk>" (...)
B>   "nnml:mail.root") ("<826@LE FIGARO - Une.nnrss>" (...) "nnrss:LE
B>   FIGARO - Une") ...)) 
B>   gnus-registry-save()
B>   run-hooks(gnus-save-newsrc-hook)
B>   apply(run-hooks gnus-save-newsrc-hook)
B>   gnus-run-hooks(gnus-save-newsrc-hook)
B>   gnus-save-newsrc-file(nil)
B>   gnus-group-save-newsrc(nil)
B>   call-interactively(gnus-group-save-newsrc)

You can move ~/.gnus.registry.eld away for now and call

M-: (gnus-registry-cache-read) 

to get things back to normal.

Can you compress and send me your registry file (above)?  If you can
reduce it to just the entries that cause the problem that's even better,
but you don't have to.  I tested with mine yesterday and didn't get this
error.

Ted



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

* gnus-registry.el problem (was: tags, keywords, annotations)
  2008-01-17 14:17       ` Ted Zlatanov
@ 2008-01-18  0:32         ` Bastien
  2008-01-18  5:02           ` gnus-registry.el problem Ted Zlatanov
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2008-01-18  0:32 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: Ding Mailing List

Ted Zlatanov <tzz@lifelogs.com> writes:

> You can move ~/.gnus.registry.eld away for now and call
>
> M-: (gnus-registry-cache-read)

Done.  But the error is still here.

,----
| gnus-registry-save: Wrong type argument: characterp,
| ("<DJEGIGMOHCNJDGCAKOICAELNCEAA.domiguerry@free.fr>" ((mtime 18319 62087
| 746294)) "nnml:mail.famille")
`----

> Can you compress and send me your registry file (above)?  If you can
> reduce it to just the entries that cause the problem that's even
> better, but you don't have to.  I tested with mine yesterday and
> didn't get this error.

I'm not sure it will be useful to send you my .gnus.registry.eld since
it looks like it happens for every new mail I have...  

My gnus-registry setup is just this:

,----
| (require 'gnus-registry)
| (setq gnus-registry-max-entries 10000   
|        gnus-registry-use-long-group-names t
|         spam-log-to-registry t)
| (gnus-registry-initialize)
`----

And I use (: gnus-registry-split-fancy-with-parent) in my
`nnmail-split-fancy' variable.

Any other idea is very welcome, since this problem is quite 
annoying...

-- 
Bastien



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

* Re: gnus-registry.el problem
  2008-01-18  0:32         ` gnus-registry.el problem (was: tags, keywords, annotations) Bastien
@ 2008-01-18  5:02           ` Ted Zlatanov
  2008-01-18 14:22             ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2008-01-18  5:02 UTC (permalink / raw)
  To: Bastien; +Cc: Ding Mailing List

To disable the trimming, which was the problem, just

(setq gnus-registry-max-entries nil)

in general.  That makes gnus-registry-trim just return the full list.

I think I found the problem: I confused concat with append in the code I
added recently.  Try the latest from CVS.  I'm not sure why it worked
for me when I tested it; sorry for the inconvenience.  Let me know if it
works for you.

Ted



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

* Re: gnus-registry.el problem
  2008-01-18  5:02           ` gnus-registry.el problem Ted Zlatanov
@ 2008-01-18 14:22             ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2008-01-18 14:22 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: Ding Mailing List

Ted Zlatanov <tzz@lifelogs.com> writes:

> To disable the trimming, which was the problem, just
>
> (setq gnus-registry-max-entries nil)
>
> in general.  That makes gnus-registry-trim just return the full list.
>
> I think I found the problem: I confused concat with append in the code I
> added recently.  Try the latest from CVS.  I'm not sure why it worked
> for me when I tested it; sorry for the inconvenience.  Let me know if it
> works for you.

Works great now -- thanks for the quick reply!

-- 
Bastien



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

end of thread, other threads:[~2008-01-18 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m0r6gujtpi.fsf@gmail.com>
     [not found] ` <mailman.5812.1199695477.18990.info-gnus-english@gnu.org>
     [not found]   ` <86myrhr2jc.fsf@lifelogs.com>
2008-01-17 13:40     ` tags, keywords, annotations Bastien
2008-01-17 14:17       ` Ted Zlatanov
2008-01-18  0:32         ` gnus-registry.el problem (was: tags, keywords, annotations) Bastien
2008-01-18  5:02           ` gnus-registry.el problem Ted Zlatanov
2008-01-18 14:22             ` Bastien

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).