all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: w3m-related
Date: Thu, 11 Oct 2012 01:08:01 +0200	[thread overview]
Message-ID: <87mwzuexim.fsf@web.de> (raw)
In-Reply-To: <mailman.10496.1349575600.855.help-gnu-emacs@gnu.org> (drain's message of "Sat, 6 Oct 2012 19:06:35 -0700 (PDT)")

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.



  parent reply	other threads:[~2012-10-10 23:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2012-10-11  0:49   ` w3m-related drain
2012-10-07  2:06 w3m-related drain
2012-10-09  5:48 ` w3m-related Ivan Kanis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwzuexim.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.