[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: If w3m-init-file is nil
- From: Leo <sdl.web@xxxxxxxxx>
- Date: Wed, 22 Sep 2010 08:34:14 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 11362
- References: <m1r5gn45cf.fsf@xxxxxxxxx> <b4my6au5t42.fsf@xxxxxxx>
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