From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 20:32:55 2018 Received: (at submit) by debbugs.gnu.org; 16 Feb 2018 01:32:55 +0000 Received: from localhost ([127.0.0.1]:45400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emUtT-0000fA-AX for submit@debbugs.gnu.org; Thu, 15 Feb 2018 20:32:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emUtQ-0000eu-GX for submit@debbugs.gnu.org; Thu, 15 Feb 2018 20:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emUtK-0003PF-12 for submit@debbugs.gnu.org; Thu, 15 Feb 2018 20:32:47 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58126) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emUtJ-0003Oy-TE for submit@debbugs.gnu.org; Thu, 15 Feb 2018 20:32:45 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emUtI-00056H-Hy for bug-sed@gnu.org; Thu, 15 Feb 2018 20:32:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emUtH-0003Jo-BE for bug-sed@gnu.org; Thu, 15 Feb 2018 20:32:44 -0500 Received: from mx2.hi.is ([2a00:c88:4000:1650::165:104]:37324) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emUtG-0003Dt-V6 for bug-sed@gnu.org; Thu, 15 Feb 2018 20:32:43 -0500 Received: from hekla.rhi.hi.is (hekla.rhi.hi.is [IPv6:2a00:c88:4000:1650::165:2]) by mx2.hi.is (8.14.7/8.14.7) with ESMTP id w1G1WaHY030296 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 16 Feb 2018 01:32:38 GMT Received: from hekla.rhi.hi.is (localhost [127.0.0.1]) by hekla.rhi.hi.is (8.14.4/8.14.4) with ESMTP id w1G1Wa5k007083 for ; Fri, 16 Feb 2018 01:32:36 GMT Received: (from bjarniig@localhost) by hekla.rhi.hi.is (8.14.4/8.14.4/Submit) id w1G1WZrH007082 for bug-sed@gnu.org; Fri, 16 Feb 2018 01:32:35 GMT Date: Fri, 16 Feb 2018 01:32:35 +0000 From: Bjarni Ingi Gislason To: bug-sed@gnu.org Subject: [PATCH] sed.x: Some formatting corrections Message-ID: <20180216013235.GA7051@rhi.hi.is> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.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: -4.1 (----) Test nr. 14: Change a two-fonts macro to an one-font macro. 236:.IR number ##### Test nr. 19: Use a macro to change to italic font 21:permits scripted edits (such as \fIed\fP), 70:q [\fIexit-code\fR] 76:Q [\fIexit-code\fR] 317:The \fI-E\fP option switches to using extended regular expressions instead; ##### Test nr. 23: Change a HYPHEN-MINUS (code 0x55, 2D) to a dash (\-, minus) if it matches " -[:alpha:]" or \(aq-[:alpha:] (for options) 246:For example, ``sed -n 1~2p'' will print all the odd-numbered lines in 317:The \fI-E\fP option switches to using extended regular expressions instead; 318:the -E option has been supported for years by GNU sed, and is now ##### Additionally: separate some sentences (clauses) use a pronoun instead of a repeated noun. Signed-off-by: Bjarni Ingi Gislason --- doc/sed.x | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/doc/sed.x b/doc/sed.x index b2e0beb..eae323d 100644 --- a/doc/sed.x +++ b/doc/sed.x @@ -18,7 +18,8 @@ A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which -permits scripted edits (such as \fIed\fP), +permits scripted edits (such as +.IR ed ), \*(sd works by making only one pass over the input(s), and is consequently more efficient. But it is \*(sd's ability to filter text in a pipeline @@ -42,7 +43,7 @@ commands. .TP .RI # comment The comment extends until the next newline (or the end of a -.B -e +.B \-e script fragment). .TP } @@ -67,13 +68,15 @@ Insert .IR text , which has each embedded newline preceded by a backslash. .TP -q [\fIexit-code\fR] +q \c +.RI [ exit-code ] Immediately quit the \*(sd script without processing any more input, except that if auto-print is not disabled the current pattern space will be printed. The exit code argument is a GNU extension. .TP -Q [\fIexit-code\fR] +Q \c +.RI [ exit-code ] Immediately quit the \*(sd script without processing any more input. This is a GNU extension. .TP @@ -233,9 +236,9 @@ The following address types are supported: .TP .I number Match only the specified line -.IR number +.I number (which increments cumulatively across files, unless the -.B -s +.B \-s option is specified on the command line). .TP .IR first ~ step @@ -243,7 +246,7 @@ Match every .IR step 'th line starting with line .IR first . -For example, ``sed -n 1~2p'' will print all the odd-numbered lines in +For example, ``sed \-n 1~2p'' will print all the odd-numbered lines in the input stream, and the address 2~5 will match every fifth line, starting with the second. .I first @@ -314,9 +317,11 @@ and similarly for .BR \ea , .BR \et , and other sequences. -The \fI-E\fP option switches to using extended regular expressions instead; -the -E option has been supported for years by GNU sed, and is now -included in POSIX. +The +.I \-E +option switches to using extended regular expressions instead; +It has been supported for years by GNU sed, +and is now included in POSIX. [SEE ALSO] .BR awk (1), @@ -334,5 +339,5 @@ http://sed.sf.net/grabbag/. .PP E-mail bug reports to .BR bug-sed@gnu.org . -Also, please include the output of ``sed --version'' in the body +Also, please include the output of ``sed \-\-version'' in the body of your report if at all possible. -- 2.15.1 -- Bjarni I. Gislason From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 08 21:12:59 2018 Received: (at 30479) by debbugs.gnu.org; 9 Oct 2018 01:12:59 +0000 Received: from localhost ([127.0.0.1]:41013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9ga2-00065B-RT for submit@debbugs.gnu.org; Mon, 08 Oct 2018 21:12:59 -0400 Received: from mail-it1-f171.google.com ([209.85.166.171]:40009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9ga0-00064t-EP for 30479@debbugs.gnu.org; Mon, 08 Oct 2018 21:12:57 -0400 Received: by mail-it1-f171.google.com with SMTP id i191-v6so288476iti.5 for <30479@debbugs.gnu.org>; Mon, 08 Oct 2018 18:12:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language; bh=2MjVfIzjHLiFqNKacNyCnlxdHeBsBHysIGb75wcAsrs=; b=g9prKyANWZI+OkZntx0KtcM+ueXyB/yXPxk4AmC9InI7HM45IKQOdyv7NiUu7u2K/O gkz6lVY5tv+BbzLiLFHoczeBboDl8DzTQ5/GII9Kt9gKCw8m135K/FruVtI/npUSSla6 8kw7sIPMpSawkzFX4YHdyW1djhOYmZdtaKhrVQ81SZbUxDCJv9/wnBx85B4GHkZY/6JB t0IxZcU1B1GrAgIniCXhVDCNZSZYB0KEQriLCJzxQPhy+DaUD2/mI6KIp7Fs/LBtF2nJ BWWczDTcpLd5TQTcnUwkS/Om5wYAgfxJrJ/HKn7JmyiKxRr+s9K8VP3QhkPkR8Sm6Njq AZzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=2MjVfIzjHLiFqNKacNyCnlxdHeBsBHysIGb75wcAsrs=; b=NcpF1J+MOO/Jg94pP59xJpMkYtVfErTQ2I3PgZmxgRJeeMYqEi5XD4gsgJGU5LPhPl yLMLofrTBm0tuFop32wUtbsaKYoxrOE82DIIQxxjluqT8V8rKBpsPCK97Txy7h09cKfO M0v+5t63o5CakG+DTcaonuLWf77Y0PSSox75rM8gqCnZUh/dYdu68NCgbhsoekBa0zgX E3xDZSWPb+/tCN9/yotZO70U7eDfaKRnDe9rPd6yWHWln7jUbugPft8P7ZSeBUVeQoRq AdriPZcv6wANSTBHjsPQlZv1mEklrH2Pub3q+qABJHAwbWScgwnDTS67DmvxvKZLWhMY WEqw== X-Gm-Message-State: ABuFfoiH8kw0kEnEHVu4kY6qxxXVwdM+cJhxp7+MtIEK6WrNGpK8SrPx IuUgitdOBBbJ19IlNvemo/D/W+Pp X-Google-Smtp-Source: ACcGV61xptDzLkFIwDkTRn6GRU+KzbHa5lYtEVfQwuKKeQCk1ZwxJ63aUV62CB2OV4KebfAjjPfpjQ== X-Received: by 2002:a24:7cc6:: with SMTP id a189-v6mr304259itd.42.1539047570522; Mon, 08 Oct 2018 18:12:50 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id z3-v6sm6027933iol.3.2018.10.08.18.12.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Oct 2018 18:12:49 -0700 (PDT) Subject: Re: bug#30479: [PATCH] sed.x: Some formatting corrections To: Bjarni Ingi Gislason , 30479@debbugs.gnu.org References: <20180216013235.GA7051@rhi.hi.is> From: Assaf Gordon Message-ID: Date: Mon, 8 Oct 2018 19:12:47 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180216013235.GA7051@rhi.hi.is> Content-Type: multipart/mixed; boundary="------------FAB4EF4763FEE2ED2C4D7D08" Content-Language: en-US X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30479 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 (-) This is a multi-part message in MIME format. --------------FAB4EF4763FEE2ED2C4D7D08 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello, On 15/02/18 06:32 PM, Bjarni Ingi Gislason wrote: > Test nr. 23: Change a HYPHEN-MINUS (code 0x55, 2D) to a dash > (\-, minus) if it matches " -[:alpha:]" or \(aq-[:alpha:] (for options) Thank you for the report and the patch (and sorry for the late reply). Attached is a patch containing a subset of your suggestions (dash to minus + pronoun). These are trivial and are also small enough to push without copyright assignment. I'll push soon if there are no objections. As for the font changes - what is the reason for them? (e.g. is there some recommendation of which font should be used for which type of content?) Regards, - assaf --------------FAB4EF4763FEE2ED2C4D7D08 Content-Type: text/x-patch; name="0001-doc-sed.x-some-formatting-corrections.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-doc-sed.x-some-formatting-corrections.patch" >From 3d5e4ba0a898e453345071cc237062db98c5905d Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Mon, 8 Oct 2018 19:05:44 -0600 Subject: [PATCH] doc: sed.x: some formatting corrections Reported in https://bugs.gnu.org/30479 . doc/sed.x: Change a HYPHEN-MINUS (code 0x55, 2D) to a dash (\-, minus) if it matches " -[:alpha:]" or \(aq-[:alpha:] (for options); Use a pronoun instead of a repeated noun. Copyright-paperwork-exempt: Yes --- doc/sed.x | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sed.x b/doc/sed.x index b2e0beb..1059382 100644 --- a/doc/sed.x +++ b/doc/sed.x @@ -42,7 +42,7 @@ commands. .TP .RI # comment The comment extends until the next newline (or the end of a -.B -e +.B \-e script fragment). .TP } @@ -235,7 +235,7 @@ The following address types are supported: Match only the specified line .IR number (which increments cumulatively across files, unless the -.B -s +.B \-s option is specified on the command line). .TP .IR first ~ step @@ -243,7 +243,7 @@ Match every .IR step 'th line starting with line .IR first . -For example, ``sed -n 1~2p'' will print all the odd-numbered lines in +For example, ``sed \-n 1~2p'' will print all the odd-numbered lines in the input stream, and the address 2~5 will match every fifth line, starting with the second. .I first @@ -315,7 +315,7 @@ and similarly for .BR \et , and other sequences. The \fI-E\fP option switches to using extended regular expressions instead; -the -E option has been supported for years by GNU sed, and is now +it has been supported for years by GNU sed, and is now included in POSIX. [SEE ALSO] @@ -334,5 +334,5 @@ http://sed.sf.net/grabbag/. .PP E-mail bug reports to .BR bug-sed@gnu.org . -Also, please include the output of ``sed --version'' in the body +Also, please include the output of ``sed \-\-version'' in the body of your report if at all possible. -- 2.11.0 --------------FAB4EF4763FEE2ED2C4D7D08-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 13:49:40 2018 Received: (at 30479) by debbugs.gnu.org; 12 Oct 2018 17:49:40 +0000 Received: from localhost ([127.0.0.1]:47430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB1ZE-0000pv-Dh for submit@debbugs.gnu.org; Fri, 12 Oct 2018 13:49:40 -0400 Received: from mail-io1-f50.google.com ([209.85.166.50]:44235) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB1ZC-0000pi-Op for 30479@debbugs.gnu.org; Fri, 12 Oct 2018 13:49:39 -0400 Received: by mail-io1-f50.google.com with SMTP id x26-v6so9819274iog.11 for <30479@debbugs.gnu.org>; Fri, 12 Oct 2018 10:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=bO8P4y48Wre4amRWA1h3pI+y7juq+qcWghlQeAASAMs=; b=ZGEfML0g2I6rNyM/zucvH/Km6SuUtV3velrIYUS13myeoyhLk0xkqH2WxEHR88lTIg lB6Tg/YNZOlXeTHxi9AG90wdMYB7cSVtuJEfaWGKWjPsMcwY3ylZpJIxyRduPhoiwtGy H0e7OUtVChOhyAsX+UyLNVsEfoC6waqql0zJ+JHpJmJSelXgKWMakyR0KT8kR9yZOkYg +mp9eAq/4XikxGstU4WGMXiIZZpImm8BGRHdu7jZne96AxEnBa37utuDQQ+/2COsza7Y v5bUg7+ogFIzOURrgPvXiXxTr1DpknjCUsQUCl4Dqyc7OUqC5dLlhej5iI/5bB6swNbx FNoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=bO8P4y48Wre4amRWA1h3pI+y7juq+qcWghlQeAASAMs=; b=mn7VtQo2d2P3sN6cj1MZcmN+GDqPFYoBCWCWheNP72ekdwo2yyYDYSJX+G7IrIZ35R RUV5p6p8F10D/6AYkk7jOyPjQfk/riYrA8SYBasxogJx2FkxmLbduQCbUNszhjb8jCe0 Ma9ffAX9dlicm8dCb+LxtxOB0vtv9pE2sWkHAZFQ9dPxJ+jXtkP4qik4mhebAH6bP/07 pHQWdkotnpMQRcS6+lMqip0f6TSC7/yDuWwhTQ3NT6AiWfy9mqQ29HzIglaCt5EUuub1 E5i1QTOtvAN6bqDoITEkwkZywrx+o16q6KQe/abfOmG/SBamUSmvcS2NeAueqIk81Ny0 syHQ== X-Gm-Message-State: ABuFfogEjWnFyCcTP652/HGh0NghwVgop5F2UOBcn4TkgHucozqa3YCB xbGXBfquCva2CsJLERaUo62vHHVx X-Google-Smtp-Source: ACcGV63w1zpbMAEiSQ6G2DXNQDDMFG7omLf4Kq7zzGgW4xIEwnIsCao5aOhrwtOfN1EtsY1CqDr3BA== X-Received: by 2002:a6b:8d45:: with SMTP id p66-v6mr4639247iod.116.1539366571994; Fri, 12 Oct 2018 10:49:31 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id w20-v6sm470499ioa.82.2018.10.12.10.49.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 10:49:30 -0700 (PDT) Subject: Re: bug#30479: [PATCH] sed.x: Some formatting corrections From: Assaf Gordon To: Bjarni Ingi Gislason , 30479@debbugs.gnu.org References: <20180216013235.GA7051@rhi.hi.is> Message-ID: <3b00694f-972a-b497-bcee-4702b4b7571f@gmail.com> Date: Fri, 12 Oct 2018 11:49:28 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30479 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 30479 fixed close 30479 stop Hello, On 08/10/18 07:12 PM, Assaf Gordon wrote: > On 15/02/18 06:32 PM, Bjarni Ingi Gislason wrote: > >> Test nr. 23: Change a HYPHEN-MINUS (code 0x55, 2D) to a dash >> (\-, minus) if it matches " -[:alpha:]" or \(aq-[:alpha:] (for options) > > Thank you for the report and the patch (and sorry for the late reply). > > Attached is a patch containing a subset of your suggestions (dash to > minus + pronoun). Pushed here: https://git.savannah.gnu.org/cgit/sed.git/commit/?id=19089418c6fe32ebbdf41dbc03c98cc12acd5592 > As for the font changes - what is the reason for them? > (e.g. is there some recommendation of which font should be used for > which type of content?) > I'm marking this as "fixed" (without changing the fonts). If there's interest in additional changes, please reply to this thread and we can re-open the bug. regards, - assaf From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 13:50:05 2018 Received: (at control) by debbugs.gnu.org; 12 Oct 2018 17:50:06 +0000 Received: from localhost ([127.0.0.1]:47434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB1Zd-0000r3-MI for submit@debbugs.gnu.org; Fri, 12 Oct 2018 13:50:05 -0400 Received: from mail-it1-f173.google.com ([209.85.166.173]:35484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB1Zb-0000qK-Lg for control@debbugs.gnu.org; Fri, 12 Oct 2018 13:50:03 -0400 Received: by mail-it1-f173.google.com with SMTP id p64-v6so19375486itp.0 for ; Fri, 12 Oct 2018 10:50:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=CGf3JpiEfk3vEp0xFS0m7XFa8iPewgyjdNCGcSfSqu0=; b=W3DPjC3v57CYKMELiYR91qdu4QgmEPINv7iZvqzMzec7Y6QLKCLQ6cpmazhQ5jWYmj V6bjSQ2FwCLpYdik57HWz/IZ55G+5mcYwOzHNGaLMs1Pd7SPWKBYkWCxkh9HcTCC+XMe gaCFPMwC9mtWGX0JE30uuY+B95TRUpzJ3auNOCoQZ68FKfhAe98PZEonokC/HmqCsHFI CQ9Cis/5FOeKHXonStNqgYbdBVSJxLF4AT5W/wiRgkLQuED2RITUClVMULqCPpn4zZPP 6JRcKLUnRZch8JfWDfykw8SN0SDjfgaEDkv63Pr46bvWvHEvNqnoeTprY3Loo44x0lIo WfOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=CGf3JpiEfk3vEp0xFS0m7XFa8iPewgyjdNCGcSfSqu0=; b=V5u+I2xbmMpbOGgD5pqdXVUhGJVh1TZyNFmNoy5vteEqbJRCxjfhWq/B89KJg8yhTj Fwe+Z4eoEPfS/Ap/GLfKZegwuT6ysnPMyMTWwrU1x6JDS/FTkIz3rfdoZlt6TkjApf+/ v9eqQzCsO0zFheghkif/0JLLxbP3ovbUuPXXej0DLuamHd9VZrd6NSCr1XbL4dKBEC4z q+Qd3+dwPcIbY3W9RtzmXf0iOGAforgWQRlor6w6nLpqNMsx4z0atTpd+KvyKx0aPpsr 8JjiCVl5oFrQGHcDgHb/m+KxrwzAWW1hNfAr7Cpa1lYAxpneVULyrtRabkMLYw/7Gg/w Kzzw== X-Gm-Message-State: ABuFfojgF+iIA6vsBss3s5OItmidT0gPtsD0M23t5e2Pk3OCTbILqg0F 97Q4lYFW5BqLmvD2hQ8Z2QFUb3tp X-Google-Smtp-Source: ACcGV63DPdnjqOIZMD8TSXd7qy1k8zt8q5zFAcDjyi0tP6ANy+rdNgfa9CGK0Reaem3rwCrFD0MQkQ== X-Received: by 2002:a24:6e90:: with SMTP id w138-v6mr5410872itc.50.1539366597422; Fri, 12 Oct 2018 10:49:57 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id e78-v6sm11790347itc.4.2018.10.12.10.49.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 10:49:55 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: <3c1e7b1e-705d-98bb-0692-aa015f3ac9c4@gmail.com> Date: Fri, 12 Oct 2018 11:49:54 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: tags 30479 fixed close 30479 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.166.173 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.166.173 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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 30479 fixed close 30479 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 19:07:00 2018 Received: (at 30479) by debbugs.gnu.org; 12 Oct 2018 23:07:00 +0000 Received: from localhost ([127.0.0.1]:47572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB6WK-0001xT-7g for submit@debbugs.gnu.org; Fri, 12 Oct 2018 19:07:00 -0400 Received: from inpost.hi.is ([130.208.165.62]:45792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB6WH-0001xJ-Uw for 30479@debbugs.gnu.org; Fri, 12 Oct 2018 19:06:58 -0400 Received: from hekla.rhi.hi.is (hekla.rhi.hi.is [IPv6:2a00:c88:4000:1650::165:2]) by inpost.hi.is (8.14.7/8.14.7) with ESMTP id w9CN6tXh020085 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 12 Oct 2018 23:06:56 GMT DKIM-Filter: OpenDKIM Filter v2.11.0 inpost.hi.is w9CN6tXh020085 Received: from hekla.rhi.hi.is (localhost [127.0.0.1]) by hekla.rhi.hi.is (8.14.4/8.14.4) with ESMTP id w9CN6tLo015811; Fri, 12 Oct 2018 23:06:55 GMT Received: (from bjarniig@localhost) by hekla.rhi.hi.is (8.14.4/8.14.4/Submit) id w9CN6s16015810; Fri, 12 Oct 2018 23:06:54 GMT Date: Fri, 12 Oct 2018 23:06:54 +0000 From: Bjarni Ingi Gislason To: Assaf Gordon Subject: Re: bug#30479: [PATCH] sed.x: Some formatting corrections Message-ID: <20181012230654.GA15650@rhi.hi.is> References: <20180216013235.GA7051@rhi.hi.is> <3b00694f-972a-b497-bcee-4702b4b7571f@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b00694f-972a-b497-bcee-4702b4b7571f@gmail.com> User-Agent: Mutt/1.5.20 (2009-12-10) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30479 Cc: 30479@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 (-) On Fri, Oct 12, 2018 at 11:49:28AM -0600, Assaf Gordon wrote: > [...] > > >As for the font changes - what is the reason for them? > >(e.g. is there some recommendation of which font should be used > >for which type of content?) > > > The macros "IR" and "RI" have the italic corrections ('\,' and '\/'). The two letters font macros (here 'IR') are for alternating the fonts, and thus are used for two or more arguments. -- Bjarni I. Gislason From unknown Fri Sep 12 09:56:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Nov 2018 12:24:05 +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