Stefanie Teufel wrote:
> > > The problem is in your .gnus file. Check it carefully for usage of
> > > `concat' and an integer.
> >
> > No, I had a similar problem due to the use of start-itimer by
> > lazy-shot.
> >
> > I think that the following patch should fix it.
>
> No, unfortunately. But I know for sure now, that my problem is related
> to the beta40, because after installing the beta39 again, everything
> seems to be allright.
Hmm. Well, the problem is definitely specific to b40. The behaviour of
the `concat' function was changed in b40. It no longer accepts
integers as arguments, hence the
Wrong type argument: sequencep, 2
error. The patch to start-itimer is definitely necessary.
However, the change may well have broken other things. Try setting
debug-on-error to t. That should give you a backtrace which indicates
which function the error is in.
--
Glynn Clements <glynn(a)sensei.co.uk>