[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Numbering of draft buffers



Am 20.05.2014 um 12:34 schrieb Katsumi Yamaoka:

> [...]

> The error shows that wrong type arguments are given to the function
> `format', `error', or something similar.  I guess the cause is that
> the `condition-case' form, that has the `error' handler, used in
> the `wl-summary-reply' function, has not been compiled correctly.
> Otherwise, you might have a corrupted wl-summary.el.

I could track the error down to the function `wl-draft-config-info-filename'
where the first parameter is `nil'. This parameter gets the value of the symbol
`wl-draft-buffer-message-number' when the function is called which is `nil'.

Is there something I can do to further investigate the error?