Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

w3m-related

13 views
Skip to first unread message

drain

unread,
Oct 6, 2012, 10:06:35 PM10/6/12
to Help-gn...@gnu.org
Whenever I press "a" (w3m-bookmark-add-current-url), the website is not saved
to w3m's bookmarks. Instead, the following message appears in the echo area:

*Invalid Time Specification.*

The *messages* buffer does not provide further information, merely repeating
the same:

*w3m-bookmark-buffer: Invalid time specification*



--
View this message in context: http://emacs.1067599.n5.nabble.com/w3m-related-tp266456.html
Sent from the Emacs - Help mailing list archive at Nabble.com.

Michael Heerdegen

unread,
Oct 10, 2012, 5:33:59 PM10/10/12
to help-gn...@gnu.org
drain <aeu...@gmail.com> writes:

> Whenever I press "a" (w3m-bookmark-add-current-url), the website is
> not saved to w3m's bookmarks. Instead, the following message appears
> in the echo area:

This is clearly a bug, and I can reproduce it. I've reported this to
the Emacs-w3m Mailing List (emac...@namazu.org).


Regards,

Michael.

Michael Heerdegen

unread,
Oct 10, 2012, 7:08:01 PM10/10/12
to help-gn...@gnu.org
drain <aeu...@gmail.com> writes:

> Whenever I press "a" (w3m-bookmark-add-current-url), the website is
> not saved to w3m's bookmarks. Instead, the following message appears
> in the echo area:
>
> *Invalid Time Specification.*

It has already been fixed. This is the answer I got to my bug report:

| Thanks for this. We who already have a bookmark file will have
| had no chance to know it. Fixed in emacs-w3m CVS as follows:
|
| 2012-10-10 Katsumi Yamaoka <yam...@jpl.org>
|
| * w3m-bookmark.el (w3m-bookmark-buffer): Use (0 0) as the Unix epoch.
|
| --- w3m-bookmark.el~ 2012-07-18 06:03:30.117297300 +0000
| +++ w3m-bookmark.el 2012-10-10 22:44:59.501296100 +0000
| @@ -179,5 +179,3 @@
| ;; No bookmark file.
| - (with-temp-buffer
| - ;; 0 in Emacs; (0 . 0) in XEmacs
| - (visited-file-modtime))))
| + '(0 0)))
| (buffer-enable-undo))



Michael.

0 new messages