Loris Bennett wrote:

> Does any one know what could be causing this
> error:
>
>   gnus-topic-update-topic-line: Wrong type
> argument: number-or-marker-p,
>   nil

I don't have that as a function but it means it
expects an argument that is accepted by the
`number-or-marker-p' test, and now what it gets
is nil which doesn't pass.

This most often doesn't happen because some
complete lamer is sending it nil and expect it
to work, but rather some symbol is passed that
most often makes sense, only right now it isn't
set, or set incorrectly/unexpectedly to nil.

-- 
underground experts united
http://user.it.uu.se/~embe8573


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to