all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w3m-related
@ 2012-10-07  2:06 drain
  2012-10-09  5:48 ` w3m-related Ivan Kanis
  0 siblings, 1 reply; 5+ messages in thread
From: drain @ 2012-10-07  2:06 UTC (permalink / raw)
  To: Help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: w3m-related
  2012-10-07  2:06 w3m-related drain
@ 2012-10-09  5:48 ` Ivan Kanis
  0 siblings, 0 replies; 5+ messages in thread
From: Ivan Kanis @ 2012-10-09  5:48 UTC (permalink / raw)
  To: drain; +Cc: emacs help

drain <aeuster@gmail.com> a écrit

> 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:

Not really an answer to your question but a different way to do it. I
use org-capture of org mode to deal with my bookmarks.
-- 
Ivan Kanis
http://ivan.kanis.fr

Be not afraid of going slowly.
Be afraid of standing still.
    -- Anonymous , Japanese proverb



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: w3m-related
       [not found] <mailman.10496.1349575600.855.help-gnu-emacs@gnu.org>
@ 2012-10-10 21:33 ` Michael Heerdegen
  2012-10-10 23:08 ` w3m-related Michael Heerdegen
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Heerdegen @ 2012-10-10 21:33 UTC (permalink / raw)
  To: help-gnu-emacs

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:

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


Regards,

Michael.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: w3m-related
       [not found] <mailman.10496.1349575600.855.help-gnu-emacs@gnu.org>
  2012-10-10 21:33 ` w3m-related Michael Heerdegen
@ 2012-10-10 23:08 ` Michael Heerdegen
  2012-10-11  0:49   ` w3m-related drain
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Heerdegen @ 2012-10-10 23:08 UTC (permalink / raw)
  To: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: w3m-related
  2012-10-10 23:08 ` w3m-related Michael Heerdegen
@ 2012-10-11  0:49   ` drain
  0 siblings, 0 replies; 5+ messages in thread
From: drain @ 2012-10-11  0:49 UTC (permalink / raw)
  To: Help-gnu-emacs

Just updated from the CVS server: works now.

Thanks.



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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-11  0:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07  2:06 w3m-related drain
2012-10-09  5:48 ` w3m-related Ivan Kanis
     [not found] <mailman.10496.1349575600.855.help-gnu-emacs@gnu.org>
2012-10-10 21:33 ` w3m-related Michael Heerdegen
2012-10-10 23:08 ` w3m-related Michael Heerdegen
2012-10-11  0:49   ` w3m-related drain

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.