Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Gnus/5.1299999999999999
Date: Tue, 23 Jul 2013 15:09:07 +0900	[thread overview]
Message-ID: <b4mob9trenw.fsf@jpl.org> (raw)
In-Reply-To: <b4mhafl4zpx.fsf@jpl.org>

Katsumi Yamaoka wrote:
> Lars Magne Ingebrigtsen wrote:
[...]
>> Could `gnus-extended-version' be fixed somehow?  By using, for instance,
>> %10.8f instead of %s, and then trimming back trailing zeroes?

> Unfortunately, no.

Oops, I realized that that way will do.  It only requires smaller
change than what I did, so I'm going to revert the last change
and do it.

(format "%1.2f" 5.1299999999999999)
 => "5.13"
(gnus-replace-in-string (format "%1.8f" 5.1300080000000001) "0+\\'" "")
 => "5.130008"



      reply	other threads:[~2013-07-23  6:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-05  8:59 Gnus/5.1299999999999999 Katsumi Yamaoka
2012-03-10  0:33 ` Gnus/5.1299999999999999 Lars Magne Ingebrigtsen
2013-07-23  5:22   ` Gnus/5.1299999999999999 Katsumi Yamaoka
2013-07-23  6:09     ` Katsumi Yamaoka [this message]

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=b4mob9trenw.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).