From unknown Sat Jun 21 02:55:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#23832 <23832@debbugs.gnu.org> To: bug#23832 <23832@debbugs.gnu.org> Subject: Status: sed combine d with q Reply-To: bug#23832 <23832@debbugs.gnu.org> Date: Sat, 21 Jun 2025 09:55:16 +0000 retitle 23832 sed combine d with q reassign 23832 sed submitter 23832 Xen severity 23832 normal tag 23832 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 05:00:03 2016 Received: (at submit) by debbugs.gnu.org; 23 Jun 2016 09:00:03 +0000 Received: from localhost ([127.0.0.1]:51772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG0UU-0000Hu-S2 for submit@debbugs.gnu.org; Thu, 23 Jun 2016 05:00:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57899) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG03d-00084E-3C for submit@debbugs.gnu.org; Thu, 23 Jun 2016 04:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG03W-0000lU-UB for submit@debbugs.gnu.org; Thu, 23 Jun 2016 04:32:11 -0400 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]:41390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG03W-0000lO-RS for submit@debbugs.gnu.org; Thu, 23 Jun 2016 04:32:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG03U-0003OZ-Ha for bug-sed@gnu.org; Thu, 23 Jun 2016 04:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG03O-0000ko-Iz for bug-sed@gnu.org; Thu, 23 Jun 2016 04:32:07 -0400 Received: from smtp1.dds.nl ([91.142.252.201]:2231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG03O-0000kY-DY for bug-sed@gnu.org; Thu, 23 Jun 2016 04:32:02 -0400 Received: from shell3.dds.nl (unknown [80.84.226.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.dds.nl (Postfix) with ESMTPS id 77D427FD17 for ; Thu, 23 Jun 2016 10:31:58 +0200 (CEST) Date: Thu, 23 Jun 2016 10:31:58 +0200 (CEST) From: Xen To: bug-sed@gnu.org Subject: sed combine d with q Message-ID: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.99.1 at smtp1 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 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: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 23 Jun 2016 05:00:01 -0400 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: -5.0 (-----) Hey, I am not sure if this is "by design" or not but.... Suppose a text file with empty lines here and there. You want to print up to, but not including, the first newline. The first "^$", I mean. My idea was to use "/^$/{d;q}. I was under the assumption that both commands would get executed. However q is not executed. However when we reverse it, and use sed "/^$/{p;q}"; the effect is that the first matching newline (empty line) is printed twice, and then the program quits. So {p;q} works, but {d;q} doesn't. You are allowed to double the newline (empty line), but not remove it.... Now when I use: sed -n "/^$/!p;/^$/q", as a way of not printing the first matching newline, and then quitting, which is basically the same as deleting it (this feels like if it is sunny weather; cry and moan, but you are not allowed to do so; instead, you must cry when it is not cloudy, and moan when it is sunny. Same effect. Just different logic ;-). I guess it is intentional. The d command is the only thing that can wipe a line, but it will stop command execution and "start a new cycle". The following will wipe everything, but it can't wipe that newline: sed "/^\r$/{:again;N;s/.*\n.*//;t again}". It's just funkily incredible :p. Oh well. I had another few lifetimes to waste.... on something ;-). Regards. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 10:18:03 2016 Received: (at 23832) by debbugs.gnu.org; 23 Jun 2016 14:18:03 +0000 Received: from localhost ([127.0.0.1]:52756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG5SF-00036R-9T for submit@debbugs.gnu.org; Thu, 23 Jun 2016 10:18:03 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:33432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG5SD-00035s-Cv for 23832@debbugs.gnu.org; Thu, 23 Jun 2016 10:18:01 -0400 Received: by mail-qk0-f175.google.com with SMTP id a186so108397232qkf.0 for <23832@debbugs.gnu.org>; Thu, 23 Jun 2016 07:18:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=PkwQ/63nSTpJtiPrPdUAGSZaaDsDPxkwtLwe3OrgIR0=; b=EV+jad8hlyxz8goIsLYMQ9FfMgXteLVjdq+U41ElTUYVDQunj0aQBBLUprrmssARjz Lkf2rFCkVGzjpgfuEdc1LeSgRijJ7FhXjNkNpF/2JwpCw3JuKwV/Q5RWJv+y56cnGKrq 7DBtDnzxvdIwMR4wqUMqCXGQ6vL0B1lEdFzQi2im1x99cWlMNeEnJkEW6nkRlMTHHs+a IP4sMJJ2YDOBVZqnuJ09x8gw/okKsU9K6f3socxx2TzM/su4G6eWXbFC3LRyDGHwfP/2 u9aK+V7aRGXYuPLcnbzFKGMDLRvCDj/ErsxCnBvSKJPsRR0F7CWCcQfjT7BxLRMW/Ko0 oU9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=PkwQ/63nSTpJtiPrPdUAGSZaaDsDPxkwtLwe3OrgIR0=; b=m3gd15MbjR6a90Os/avEDdyIFlV827o3tEO/F4bezTU+z22qVVZkCO3XBWugxb1Bxh mSBnnTXZ6romqaB7v4on5Nqx/VmGYjTUmS0i+5Oi2rp0PcrWnLr32CAdqbqkBDXuTpK0 /0cKY7/+1sslkb+hWf2VinqBOgJj7HiP5rbh1jXncYaOi82x4Z8LyQP9CcNhlsVaClJr gKKwaSKK8VsvKvQcWdZUz1YyR13nLFNBJsKTuuAOZHboYLCacQd7PBiIEgDZwbI5mVcu nJzxrJ//dzfAOmgbubWr7rJohBy83Q6DiDAaaOCW/YwF3vywG7CwU65Sp1MSuFz/nlxR zGKg== X-Gm-Message-State: ALyK8tIIFzHygvLgLskU+A5cqpAQQjMVF/dD8ulPeP0m4RNh1ePdqPcDPpyL4rU54cHpkA== X-Received: by 10.55.139.135 with SMTP id n129mr45529154qkd.56.1466691475755; Thu, 23 Jun 2016 07:17:55 -0700 (PDT) Received: from disco.erlich.nygenome.org ([69.74.14.178]) by smtp.googlemail.com with ESMTPSA id 49sm150270qtn.16.2016.06.23.07.17.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jun 2016 07:17:55 -0700 (PDT) From: Assaf Gordon Subject: Re: bug#23832: sed combine d with q To: Xen , 23832@debbugs.gnu.org References: Message-ID: <576BEF92.9050400@gmail.com> Date: Thu, 23 Jun 2016 10:17:54 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23832 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.7 (/) tag 23832 notabug close 23832 stop Hello, On 06/23/2016 04:31 AM, Xen wrote: > Hey, I am not sure if this is "by design" or not but.... [...] > I guess it is intentional. The d command is the only thing that can wipe a line, but it will stop command execution and "start a new cycle". This behavior is by design, and mandated by POSIX: "d - Delete the pattern space and start the next cycle." http://pubs.opengroup.org/onlinepubs/009604599/utilities/sed.html#tag_04_126_13_03 > Suppose a text file with empty lines here and there. You want to print up to, but not including, the first newline. >The first "^$", I mean. The "Q" command (a GNU Sed extension) might be of help: $ printf "a\nb\n\nc\nd\n" a b c d $ printf "a\nb\n\nc\nd\n" | sed '/^$/Q' a b The Q command quits without printing the pattern space. To learn more about GNU sed extension command, see here: https://www.gnu.org/software/sed/manual/sed.html#Extended-Commands Alternatively, If you can not use GNU extension, combining two 'sed' might be the simplest work-around: $ printf "a\nb\n\nc\nd\n" | sed '/^$/q' | sed '$d' a b As such I'm closing this bug, but discussion can continue by replying to this thread. regards, - assaf From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 10:51:16 2016 Received: (at 23832) by debbugs.gnu.org; 23 Jun 2016 14:51:16 +0000 Received: from localhost ([127.0.0.1]:52794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG5yO-0003zk-0I for submit@debbugs.gnu.org; Thu, 23 Jun 2016 10:51:16 -0400 Received: from smtp1.dds.nl ([91.142.252.201]:49774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG5yM-0003zc-Tf for 23832@debbugs.gnu.org; Thu, 23 Jun 2016 10:51:15 -0400 Received: from webmail.dds.nl (app1.dds.nl [81.21.136.61]) by smtp1.dds.nl (Postfix) with ESMTP id 051047FCC1; Thu, 23 Jun 2016 16:51:11 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 23 Jun 2016 16:51:10 +0200 From: Xen To: Assaf Gordon Subject: Re: bug#23832: sed combine d with q In-Reply-To: <576BEF92.9050400@gmail.com> References: <576BEF92.9050400@gmail.com> Message-ID: <25bc6eae14c0ecea29bd2287b6b0397b@dds.nl> X-Sender: xen@dds.nl User-Agent: Roundcube Webmail/1.2.0 X-Virus-Scanned: clamav-milter 0.99.1 at smtp1 X-Virus-Status: Clean X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 23832 Cc: 23832@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: -2.1 (--) Assaf Gordon schreef op 23-06-2016 16:17: > This behavior is by design, and mandated by POSIX: > "d - Delete the pattern space and start the next cycle." > http://pubs.opengroup.org/onlinepubs/009604599/utilities/sed.html#tag_04_126_13_03 > The "Q" command (a GNU Sed extension) might be of help: That is so wonderful. I had yet not been imaginative enough to try the uppercase version of that command. I was using an online tutorial that has been there for a long time, but that never mentioned any such thing. So thank you. Very much. > The Q command quits without printing the pattern space. So simple and so obvious :). (I mean the need for it, also). It appears I was not the only person to think of this ;-). Always happy to know you are not perfectly insane, only readily so ;-) :p. > To learn more about GNU sed extension command, see here: > https://www.gnu.org/software/sed/manual/sed.html#Extended-Commands Thanks. > Alternatively, If you can not use GNU extension, combining two 'sed' > might be the simplest work-around: > > $ printf "a\nb\n\nc\nd\n" | sed '/^$/q' | sed '$d' > a > b Yes, I had not considered (or fully realized) that $ matches the last line. I was trying to avoid having to use tail just for this single thing. > As such I'm closing this bug, but discussion can continue by replying > to this thread. You're welcome, and thanks. Regards, Bart. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 11:11:02 2016 Received: (at submit) by debbugs.gnu.org; 23 Jun 2016 15:11:02 +0000 Received: from localhost ([127.0.0.1]:52806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG6HV-0004Sl-Uj for submit@debbugs.gnu.org; Thu, 23 Jun 2016 11:11:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG6HT-0004SB-5e for submit@debbugs.gnu.org; Thu, 23 Jun 2016 11:11:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG6HM-0002xB-Pk for submit@debbugs.gnu.org; Thu, 23 Jun 2016 11:10:53 -0400 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,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6HM-0002wz-Mz for submit@debbugs.gnu.org; Thu, 23 Jun 2016 11:10:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6HL-0004LZ-Ed for bug-sed@gnu.org; Thu, 23 Jun 2016 11:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG6HG-0002ut-Bc for bug-sed@gnu.org; Thu, 23 Jun 2016 11:10:50 -0400 Received: from mout.gmx.net ([212.227.15.19]:59602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6HG-0002uK-1W for bug-sed@gnu.org; Thu, 23 Jun 2016 11:10:46 -0400 Received: from zoot.sax ([84.88.50.104]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M9ra4-1b53eL1dN2-00B6Vk for ; Thu, 23 Jun 2016 17:10:41 +0200 Date: Thu, 23 Jun 2016 17:10:40 +0200 From: Davide Brini To: bug-sed@gnu.org Subject: Re: bug#23832: sed combine d with q In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID: <0M3RZI-1bXUZN2NQe-00qwcS@mail.gmx.com> X-Provags-ID: V03:K0:0/5IkVaPYef0BpRp8L/jS5MzX1+MTZp1QvVkHg3rc9i2FkMye8D /wI5DRj5KK/QeAeh3DCfHq96/FDb/Cm5xKRkBociFndqP7HmFTZ/eLmsuc7ZeZQ6Gnuc3l7 QGC9TpRJjqXFiAQtlbYwoK6FvUSQAChl5fkLyAag6WZgp2hZB0R5XxvmAgA1lyb/qREeEOI K2GguDFyXfJEFD7ifUibQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:xOv4J53eEk0=:PCHeOW4G7W26HDn+RIK0Xm Ln8d4+xfk04WIQbiLp4dysLBaPRjpotdzgiz0QD59VexMkS0zOzPKZf7Eae2fJh1S4yWfN1ib sSfk2jTVGOuw/R8hKpV8I2Xe0K1aAuZJTu3W7Jsv3Wzqm2zajgyFLWXxvM80ZMwER6jVa5147 IyT6X1agqOU1gJCBu2Re5dus0/4CrQ8ZQ7XPD7JrGBMExLj8AvNouvfcljjtdEpu9LDNSwq+J fiWGqrs06W3m9CA2jan31VLA+vTEKbmOKCfd7gzSO5kLTe8XUktT0T1aTuswgZQGMbGs5OjWq KcF3fKjgDYjBDvKLBfYKLQorixb4Jt5IEACM/gYnQ9KLI3miyOV1IzT04LYf2m3uLKWB5kE2G fyz+Ya35sllVo75xASdD9HmutpIYe5Ub/N9tsadA1n8yNzHj7ufmMYdBLlF2N9vvHrSW9tg3q 0bjQbsfhk+QomxqJQn5M7pOzk+G7ne872wKl7JZ9pl4ikF+/5wD0JCmyWMgbuuT2Kr3rPu3ic AWwHHnXJmk9hFh36U65O18eeoXCvdyC3Yi1teXrteXbGbKeAbbOu9tAPoapwcOeHxF2Qm1utr FwBANd0NLca+5TQLKQmhMawGIE0Z8K0oTIQpA/eHQe8Bw5+OuLD6fzdBMjM9zEM9KliY+qzIi nItQx+3sPZgOHeDyXKjmg99j/kjmtq1stQs9oJaAdW3YtR67SaB21oTLPKFEhJs6Wi0T8agRu ESUdzXiMBLxuNoeoPiE8Zy5+3PbhLo1U/O3DfVFxSY+Xh2D/mT7n6iVvinRVaWH88F0/EVH9G YpK7dAO 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.0 (----) 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.0 (----) On Thu, 23 Jun 2016 10:31:58 +0200 (CEST), Xen wrote: > Hey, I am not sure if this is "by design" or not but.... > > Suppose a text file with empty lines here and there. You want to print up > to, but not including, the first newline. > > The first "^$", I mean. > > My idea was to use "/^$/{d;q}. I was under the assumption that both > commands would get executed. > > However q is not executed. > > However when we reverse it, and use sed "/^$/{p;q}"; the effect is that > the first matching newline (empty line) is printed twice, and then the > program quits. So {p;q} works, but {d;q} doesn't. > > You are allowed to double the newline (empty line), but not remove it.... > > Now when I use: > > sed -n "/^$/!p;/^$/q", as a way of not printing the first matching > newline, and then quitting, which is basically the same as deleting it > (this feels like if it is sunny weather; cry and moan, but you are not > allowed to do so; instead, you must cry when it is not cloudy, and moan > when it is sunny. You can use sed -n '/^$/q; p' -- D. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 24 18:32:30 2017 Received: (at control) by debbugs.gnu.org; 24 Jan 2017 23:32:30 +0000 Received: from localhost ([127.0.0.1]:41080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWAZi-0000uw-62 for submit@debbugs.gnu.org; Tue, 24 Jan 2017 18:32:30 -0500 Received: from mail-qk0-f171.google.com ([209.85.220.171]:36196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWAZh-0000ui-3w for control@debbugs.gnu.org; Tue, 24 Jan 2017 18:32:29 -0500 Received: by mail-qk0-f171.google.com with SMTP id 11so58584990qkl.3 for ; Tue, 24 Jan 2017 15:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:message-id:mime-version:content-disposition:user-agent; bh=tGpForb//DT1LalNRZNmuPB1BkHswkrXciNwHlizIlI=; b=Ak8rqMoM7uKC3XNbEehocb9fBoJje9C03tGws8usfD1A4SAKW48c8gGY5Uc0Qbxo2v 6RTW6Qmpqpv8fQVu5rJzJQgJZARqhqyEOZv+88Piwu7UIKwIGvqVeNiUfAxA175dEP01 WK0tQv94wtRqCqezjo9gIO7xDTeCHhh0hxKfoXfR3O941pl2fT88CbuynPL4/wCmNcCV JOVGMCaNMKMA6em5m2RBZsdNzAGd9EV65Bxrhn0/X+pt0QWdsEOBVCrnYXcHAuFBARfl mpT3c9MNvwLbw7+77WNMxxv51djCBwTUGWoL7AOXaCneTGipbyeiCnpxb0k00OSFmIEO /mdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:message-id:mime-version :content-disposition:user-agent; bh=tGpForb//DT1LalNRZNmuPB1BkHswkrXciNwHlizIlI=; b=e0FTMjf5UddyCmuXqswO5EgYSORupSDA/kpZ0BiR61RqMN1JS/RwWBo+KzxKTNaVaD NPQJdD1NNPORDU+DzxjLJOag2uxSSes5NSojY+OUCnnBXwQ2iayVJH482NeFQ1+pYmTc +7GJb7mcsvlKq0hlBMFy6+Art8mLlbibbPB9gnBC1WK0YEI8hPdDQ53PJ+OUxJiQ+3Wh phQBKb+uDg9nRPqFSHNJBJyIesHqQIuv4AG9qYzPzbGFz2qf7xRk97+jt3X046bnTPXr SwZMTVYDnBPuHcNyL6QAszWuc8iyVGvsWVJJZiGJL70zAIdWndTOa/JZKHsqIrRHTi/x N8ng== X-Gm-Message-State: AIkVDXLX8Lt0cybcYamonPqh5Ee+ObGoYdotBm+M5mTTu4YR0yJAwFEsONL8zsXAJxAk7Q== X-Received: by 10.55.148.71 with SMTP id w68mr26274630qkd.130.1485300743495; Tue, 24 Jan 2017 15:32:23 -0800 (PST) Received: from gmail.com (housegordon.org. [104.236.108.240]) by smtp.gmail.com with ESMTPSA id h33sm16008837qtc.42.2017.01.24.15.32.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jan 2017 15:32:23 -0800 (PST) Date: Tue, 24 Jan 2017 23:31:52 +0000 From: Assaf Gordon To: control@debbugs.gnu.org Message-ID: <20170124233152.GB9668@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.8 (/) 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: 0.8 (/) tags 20572 notabug close 20572 tags 20684 notabug close 20684 tags 20786 fixed close 20786 tags 22943 notabug close 22943 tags 23415 notabug close 23415 tags 23493 notabug close 23493 tag 23832 notabug close 23832 tag 23848 fixed close 23848 tag 24072 notabug close 24072 tag 25358 fixed close 25358 tag 25371 fixed close 25371 tag 25377 fixed close 25377 tag 25390 fixed close 25390 stop From unknown Sat Jun 21 02:55:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Feb 2017 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