From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 22 05:11:38 2019 Received: (at submit) by debbugs.gnu.org; 22 Jun 2019 09:11:38 +0000 Received: from localhost ([127.0.0.1]:50953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hec3e-0004Da-DQ for submit@debbugs.gnu.org; Sat, 22 Jun 2019 05:11:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:50078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hec3c-0004DT-Us for submit@debbugs.gnu.org; Sat, 22 Jun 2019 05:11:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55256) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hec3b-0000Wy-9T for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 05:11:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, RCVD_IN_RP_RNBL,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hec3Z-0007va-V4 for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 05:11:35 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:40740) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hec3Y-0007lD-8t for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 05:11:33 -0400 Received: from relay3-d.mail.gandi.net (unknown [217.70.183.195]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 1EA023A4ADF for ; Sat, 22 Jun 2019 08:33:33 +0000 (UTC) X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 3DB2660008 for ; Sat, 22 Jun 2019 08:33:04 +0000 (UTC) From: Pierre Neidhardt To: bug-gnu-emacs@gnu.org Subject: 26.2; file-size-human-readable issues Date: Sat, 22 Jun 2019 10:33:04 +0200 Message-ID: <87blyqggu7.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.178.242 X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) I could spot 2 issues with file-size-human-readable: 1. Trailing ".0". Compare --8<---------------cut here---------------start------------->8--- (file-size-human-readable 2047) "2.0k" (file-size-human-readable 2048) "2k" --8<---------------cut here---------------end--------------->8--- 2. Spurious "i" in 'iec mode for bytes: --8<---------------cut here---------------start------------->8--- (file-size-human-readable 1 'si) "1" --8<---------------cut here---------------end--------------->8--- In GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) Windowing system distributor 'The X.Org Foundation', version 11.0.12005000 Recent messages: Compilation finished. (No warnings) [0.00 secs] Highlighting notes... Compilation finished. (No warnings) [0.00 secs] Preparing compilation log... Compilation finished. (No warnings) [0.00 secs] History item: 12; current regexp: ^(file-size-human-readable 2047 'iec)$ History item: 0; current regexp: ^(file-size-human-readable 2047 'iec)$ History item: 0; current regexp: ^(file-size-human-readable 2049 'iec)$ ; pipelined request... (swank-repl:listener-eval "(file-size-human-readable 2159 'iec) History item: 0; current regexp: ^(file-size-human-readable 2159 'iec)$ Configured using: 'configure CONFIG_SHELL=/gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash SHELL=/gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash --prefix=/gnu/store/9nrncjaxygfrr9q749pymcw3l9vywh0k-emacs-26.2 --enable-fast-install --with-modules --disable-build-details' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS GLIB NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix -- Pierre Neidhardt https://ambrevar.xyz/ From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 25 22:15:23 2019 Received: (at control) by debbugs.gnu.org; 26 Jun 2019 02:15:23 +0000 Received: from localhost ([127.0.0.1]:33998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfxT0-0008GI-Nc for submit@debbugs.gnu.org; Tue, 25 Jun 2019 22:15:22 -0400 Received: from mail-io1-f43.google.com ([209.85.166.43]:34760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfxSy-00088z-H2 for control@debbugs.gnu.org; Tue, 25 Jun 2019 22:15:20 -0400 Received: by mail-io1-f43.google.com with SMTP id k8so1603929iot.1 for ; Tue, 25 Jun 2019 19:15:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=GnEf7+94n7uXszib7T4TAosfDQICusUAmFigY85IXIs=; b=DgITJCtxc+u2JF3QgN6i6xxRk9DeyrfOPDKuUlecZGqlIGRZ4ALL+vFFkLSFgD52TR NsInfsob+5/zXhWFa5+RptQQ47WkpVSPNCKTfnHIGrguVuOQfQ5PKYkEDMENZfMXoCZ9 vEgPAjqFnxuyt48ESVmMFZLArXX+Mc00UMA9c3P0IbXCiYsLoCOXp/xKktQvaIqfpYxv qfmmpjfXCSTNElGklZ8OcTFmTbs/LnA5nQ8KJLjrtV5imRqH/Ytwgsepx5xeToH9Ds/c 3t3xXHB1KpxXLZzsvzmX5i+C7QMczsN/UHDNpjzrOtQTkDdbC3ehG7a+5rB7tLhI6WT2 ufrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=GnEf7+94n7uXszib7T4TAosfDQICusUAmFigY85IXIs=; b=IWf/+jQdb93Y5C85/M2DsDRbdQP1EgirBBlNiX1KCbgW2ocAXSaBFCTjwboVCmEaG1 gFLjree9YNxp/1k8wcee66ChCo4lDjyI9JCznrHIzY1sVbZcUQCds0seSz18VJKuhWLP rIAyB+MjHsxY5xwDFgmgkVISuc6wZYJQa7igoecIjelAXpN8PLVNMcKmfJ7WVefK7PzT AAXj8MMzr63VmI6sw0RncxWV6WYhzLp6iXBf5hKJ9P+fYKp32YIBZZ8pZLOnWXiOLrd3 kq9L59XU9WDoTaDjdskOvKw852SpYPDpVgAdQuSqUXVBlUneE1I85yQ+FZLcRqAMweoB /QXQ== X-Gm-Message-State: APjAAAU8gqCfmfVUFlbylnHmEsunBwlMLehHAD5i51oMynMmKLi7glgm McVohTLlcRtpUycPi4F/0QRJN77U X-Google-Smtp-Source: APXvYqyb8cj7REXrUcWh5RjmH5Y7OTYFLmeUp13tYWHQhoMBdjeEJUfIwK+Cxbuh5ly3t/22n0EIwA== X-Received: by 2002:a5e:8209:: with SMTP id l9mr2101457iom.303.1561515314698; Tue, 25 Jun 2019 19:15:14 -0700 (PDT) Received: from minid (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.gmail.com with ESMTPSA id i23sm12629375ioj.24.2019.06.25.19.15.14 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 25 Jun 2019 19:15:14 -0700 (PDT) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #36329 Date: Tue, 25 Jun 2019 22:15:13 -0400 Message-ID: <878stprt1q.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) severity 36329 minor quit From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 19:59:01 2019 Received: (at 36329) by debbugs.gnu.org; 9 Oct 2019 23:59:01 +0000 Received: from localhost ([127.0.0.1]:54483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILrA-00009N-Qb for submit@debbugs.gnu.org; Wed, 09 Oct 2019 19:59:01 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILr9-00009E-EI for 36329@debbugs.gnu.org; Wed, 09 Oct 2019 19:58:59 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iILr5-0006Kq-73; Thu, 10 Oct 2019 01:58:57 +0200 From: Lars Ingebrigtsen To: Pierre Neidhardt Subject: Re: bug#36329: 26.2; file-size-human-readable issues References: <87blyqggu7.fsf@ambrevar.xyz> Date: Thu, 10 Oct 2019 01:58:54 +0200 In-Reply-To: <87blyqggu7.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Sat, 22 Jun 2019 10:33:04 +0200") Message-ID: <878spttqrl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Pierre Neidhardt writes: > I could spot 2 issues with file-size-human-readable: > > 1. Trailing ".0". Compare > > (file-size-human-readable 2047) > "2.0k" > (file-size-human-readable 2048) > "2k" Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36329 Cc: 36329@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pierre Neidhardt writes: > I could spot 2 issues with file-size-human-readable: > > 1. Trailing ".0". Compare > > (file-size-human-readable 2047) > "2.0k" > (file-size-human-readable 2048) > "2k" I've now fixed this on the Emacs trunk. > 2. Spurious "i" in 'iec mode for bytes: > > (file-size-human-readable 1 'si) > "1" The spurious "i" (not present in the example here) has already been fixed, as far as I can tell. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 19:59:05 2019 Received: (at control) by debbugs.gnu.org; 9 Oct 2019 23:59:05 +0000 Received: from localhost ([127.0.0.1]:54487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILrF-0000A4-4z for submit@debbugs.gnu.org; Wed, 09 Oct 2019 19:59:05 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILrD-00009w-Op for control@debbugs.gnu.org; Wed, 09 Oct 2019 19:59:04 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iILrA-0006Ky-UX for control@debbugs.gnu.org; Thu, 10 Oct 2019 01:59:02 +0200 Date: Thu, 10 Oct 2019 01:59:00 +0200 Message-Id: <877e5dtqrf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #36329 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 36329 fixed close 36329 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 36329 fixed close 36329 27.1 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 10 04:23:36 2019 Received: (at 36329) by debbugs.gnu.org; 10 Oct 2019 08:23:36 +0000 Received: from localhost ([127.0.0.1]:55038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iITjU-0008F8-Ij for submit@debbugs.gnu.org; Thu, 10 Oct 2019 04:23:36 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:44723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iITjR-0008Ey-Ux for 36329@debbugs.gnu.org; Thu, 10 Oct 2019 04:23:34 -0400 Received: from bababa (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: pierre@atlas.engineer) by relay11.mail.gandi.net (Postfix) with ESMTPSA id DDBD710000F; Thu, 10 Oct 2019 08:23:31 +0000 (UTC) From: Pierre Neidhardt To: Lars Ingebrigtsen Subject: Re: bug#36329: 26.2; file-size-human-readable issues In-Reply-To: <878spttqrl.fsf@gnus.org> References: <87blyqggu7.fsf@ambrevar.xyz> <878spttqrl.fsf@gnus.org> Date: Thu, 10 Oct 2019 10:23:30 +0200 Message-ID: <87d0f59fgd.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 36329 Cc: 36329@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Lars Ingebrigtsen writes: >> 2. Spurious "i" in 'iec mode for bytes: >> >> (file-size-human-readable 1 'si) >> "1" > > The spurious "i" (not present in the example here) has already been > fixed, as far as I can tell. The right example was=20 =2D-8<---------------cut here---------------start------------->8--- (file-size-human-readable 1 'iec) 1iB =2D-8<---------------cut here---------------end--------------->8--- sorry about that! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2e6oIACgkQm9z0l6S7 zH+8mwf/ecdjCbMi2wwulzZIczbDKmrt1G5lhbv9RwRsNuAbmIzM5Vx23p0cQU+v 8A75bZl0olOGKUoTuN82MOhaFcl4YtBD/Ar0A5T961tn4iILowMlL4+Mp7s5DfdC 8oLztOo4QmrhMB0h8ir0tF/ZYPhRkdOUT5RoqZBcPutzyKrRgqi+KFAj2j86/865 0OMeSWZUqJdntzjiq0V1/d+bzVKUZ02aoPdVRd7M4962uCdmgUFiW8mpz7qRJlGx FvflOV3vPam2FSMgIuq/ElRuHXLc/dyPeehCoEu2j+05RN9IHOCqJHF0QzK4492l FgBi5OtLi0RMCz+CKiny+MHgiCr9RA== =eWZ8 -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:04:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Nov 2019 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator