help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: w3m-related


From: Michael Heerdegen
Subject: Re: w3m-related
Date: Thu, 11 Oct 2012 01:08:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

drain <aeuster@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  <yamaoka@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]