[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in menu-bar update of bookmarks
- From: Kevin Ryde <user42@xxxxxxxxxx>
- Date: Sat, 07 Feb 2009 08:46:45 +1100
- X-ml-name: emacs-w3m
- X-mail-count: 10684
With the current cvs I get a message
Error in menu-bar-update-hook: (wrong-type-argument stringp nil)
when starting M-x w3m, either with a home page set or just with the
"about:" bit. This is with no ~/.w3m/bookmark.html file.
The debugger says it's the set-visited-file-modtime in
w3m-bookmark-buffer. The error being that buffer-file-name is nil, so
there's no "visited file" to get info from.