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

Re: error in menu-bar update of bookmarks



>>>>> In [emacs-w3m : No.10845] Kevin Ryde wrote:
> Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>>
>> Fixed in CVS.  Thanks.

> There may still be a problem thereabouts with visiting the bookmarks
> when there's no bookmark file
>     (w3m-goto-url "about://bookmark/")
> gets for me

>     Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>       set-visited-file-modtime(nil)

[...]

> I suppose `w3m-bookmark-file-modtime' returns nil when the
> `w3m-bookmark-file' file doesn't exist yet, which
> set-visited-file-modtime then doesn't like.

Hm, I don't know why I wrote `Fixed'.  I've fixed it so that the
newly created bookmark buffer uses the time 1970-01-01 00:00:00.

Thanks.