[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in menu-bar update of bookmarks
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 23 Apr 2009 19:43:20 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10848
- References: <874oz7p7ay.fsf@xxxxxxxxx> <b4mhc345nkp.fsf@xxxxxxx> <873ac0npev.fsf@xxxxxxxxx>
>>>>> 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.