[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in menu-bar update of bookmarks
- From: Kevin Ryde <user42@xxxxxxxxxx>
- Date: Thu, 23 Apr 2009 11:12:56 +1000
- X-ml-name: emacs-w3m
- X-mail-count: 10845
- References: <874oz7p7ay.fsf@xxxxxxxxx> <b4mhc345nkp.fsf@xxxxxxx>
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)
w3m-bookmark-buffer()
w3m-about-bookmark("about://bookmark/" nil nil nil nil ((lambda (&rest --cl-r$
w3m-about-retrieve("about://bookmark/" nil nil nil nil ((lambda (&rest --cl-r$
w3m-retrieve("about://bookmark/" nil nil nil nil ((lambda (&rest --cl-rest--)$
w3m-retrieve-and-render("about://bookmark/" nil nil nil nil ((lambda (&rest -$
w3m-goto-url("about://bookmark/")
eval((w3m-goto-url "about://bookmark/"))
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.