From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id KI1jMlmLV2VjRwEAG6o9tA:P1 (envelope-from ) for ; Fri, 17 Nov 2023 16:48:42 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id KI1jMlmLV2VjRwEAG6o9tA (envelope-from ) for ; Fri, 17 Nov 2023 16:48:41 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B6E70157CF for ; Fri, 17 Nov 2023 16:48:41 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gf923+Sl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700236121; a=rsa-sha256; cv=none; b=c/rDbfQoAntDa1hliZqQ65lDBa8xQTZt5bM90wB+UfTZh+HHrByj2/ILf/sPgQGbwRU35r cUL2tu1KLoSuwGDENy0854s7J5zl4xpKuXKLZ3IHd2pA9mm8HK5i90AX4Jv1lC2FP728tj c2pHYPzyMS7YirIfpkI9PLMI+NVwocIU11XAI/oTa+M0UURLOiKMBQOmVLbWhsweQSfSfg 0vOVqQQtkq4EzcEqgqgjswG4ED5ERdAh5UtDw6SIsHq4rE7Dc4HEelSFq5u94L+qU6j2sq PwCrnco/4QzRRwtkkJw3fQVpe33p3xHH1IJBMZDj+KoFWDKKuLQ8i5D2hPyyPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700236121; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=/xrj8L4h0o6yc9zI/+KDpYrIjmhHxuqMKHAUYBosDYM=; b=Aws0+158hzPf7HqYtiX8esVLYOUr3n1h86TQHyIoYGcPgas0HguMr3FHKHierXFmRNwC9E 40VAHvxouQhfUa2FMm09zB7tPy8WJl55pt/WamvQcCSzW6VmYdGiV0+ZyyknWSeImpe0vQ vPP+Ikb2Z6xGiLZwxTQfDYah6JL8tDNSKJXvHpDWsfXm3ldyAM9ADYq4XmUWtr02ymKk0s AFkXQrt6Zpdm9Z3bPEIvC1bjJffh4PnhVs2SU2rc4uMfMZJPD3olb77/iE7eCbaRhM6GOT 2RvF+u+Wn2jN91EOSm6/yJ2GI1iK6TBo5KSCzUGS8uXLtSN0eLVwtx14+xIkMw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gf923+Sl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r414d-00058S-TK; Fri, 17 Nov 2023 10:48:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r414c-000582-5L for bug-guix@gnu.org; Fri, 17 Nov 2023 10:48:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r414b-0001mT-TN for bug-guix@gnu.org; Fri, 17 Nov 2023 10:48:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r414b-0004HL-QP for bug-guix@gnu.org; Fri, 17 Nov 2023 10:48:01 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#67038: Inconsistent use of space before ellipsis Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 17 Nov 2023 15:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67038 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "pelzflorian (Florian Pelz)" Cc: Ricardo Wurmus , 67038@debbugs.gnu.org, Simon Tournier Received: via spool by 67038-submit@debbugs.gnu.org id=B67038.170023605316282 (code B ref 67038); Fri, 17 Nov 2023 15:48:01 +0000 Received: (at 67038) by debbugs.gnu.org; 17 Nov 2023 15:47:33 +0000 Received: from localhost ([127.0.0.1]:47003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4148-0004EY-Ht for submit@debbugs.gnu.org; Fri, 17 Nov 2023 10:47:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4145-0004EG-45 for 67038@debbugs.gnu.org; Fri, 17 Nov 2023 10:47:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r413x-0001Z5-8U; Fri, 17 Nov 2023 10:47:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=/xrj8L4h0o6yc9zI/+KDpYrIjmhHxuqMKHAUYBosDYM=; b=gf923+Slr3NAbYmze71m ptu1kcrcOxNTzNE92ecSTn2mPUDHU7yelcNSjyrd9BOnwByTMr5LflT5an3GrKSa+9SnpGdw1rOpd 2RJ68x41v6zz7+YRELY8befmm8HJfX7yWjBj99uIffVaLirmiRnjNGoVv7r8uhQcDbzPj2ZICXJ25 ijRkQi5otEHAlpVdrNRYS2833wLc5LPjrua5j54RQANnE0K1B00s0dwmv0ooW+v1NguvCP5RT1A4H DexVz85/tFNfrM/6w0QqxxN3AaVa1NSIUvGz5ygQ3b6iJtboyIHrsFprxYTErF2Uv/rUJR8Doe1JJ LiJcaLo9JC+ddA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <878r6xhjsv.fsf@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Thu, 16 Nov 2023 15:09:04 +0100") References: <87wmuq9dfy.fsf@elephly.net> <86r0kqvxsa.fsf@gmail.com> <878r6xhjsv.fsf@pelzflorian.de> Date: Fri, 17 Nov 2023 16:47:18 +0100 Message-ID: <87fs14nzzt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: -3.70 X-Migadu-Queue-Id: B6E70157CF X-Migadu-Spam-Score: -3.70 X-TUID: cLSNyioedbVT Hi, "pelzflorian (Florian Pelz)" skribis: > Simon Tournier writes: >> For consistency, I suggest the rule: =E2=80=99word...=E2=80=99 and not = =E2=80=99word ...=E2=80=99 >> >> Something like the patch attached. > > +1 +1! > (match event > [=E2=80=A6] > (('download-started item uri _ ...) > (when print-urls? > (erase-current-line*) > (format port (info (G_ "downloading from ~a ...")) uri) > (newline port))) > > Should we keep this space? Perhaps keep it; it is clearer where the > URI ends. Yes, we should keep this one: somebody added it on the grounds that it allowed them to click on URLs in their terminal and get the correct URL, without the period. Ludo=E2=80=99.