[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Numbering of draft buffers
- To: wl-en@ml.gentei.org
- Subject: Re: Numbering of draft buffers
- From: David Maus <dmaus@ictsoc.de>
- Date: Tue, 20 May 2014 21:11:14 +0200
- References: <87a9acg4e6.fsf@totally-fudged-out-message-id> <b4moaysrb6v.wl%yamaoka@jpl.org>
- Reply-to: wl-en@ml.gentei.org
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
At Tue, 20 May 2014 15:30:05 +0200,
Markus Huber wrote:
>
> 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?
>
Thanks for debugging this far. I can reproduce the problem and started
to work on a fix. The problem is that you stumbled on the situation
where WL cannot obtain the UID of a draft message (via IMAP). That's
why the message number is nil.
Best,
-- David