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

Re: If w3m-init-file is nil



On 2010-09-22 04:56 +0100, Katsumi Yamaoka wrote:
> Its custom type is `file', i.e. a string:
>
> ;; wid-edit.el
> (define-widget 'file 'string
>   ...)
>
> You can set it to nil of course, but should we add nil-checks
> also to every user option of which the type is string?

How could one say I don't want a w3m init file? Ideally nil is the
customary value. In a similar situation, gnus does the loading by
checking (and file (locate-library file)). so nil is legitimate value
there.

Leo