From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Fwd: Re: Patch file for colorize module Date: Wed, 13 Jun 2018 21:15:26 +0200 Message-ID: <87lgbibir5.fsf@elephly.net> References: <8ea5d026-fab9-7b12-198e-610ad7743cb2@swecha.net> <87o9gpyq4t.fsf@elephly.net> <91773c8b-3072-2a82-dca3-cbeb5adf826d@swecha.net> <87fu1zznl3.fsf@elephly.net> <87bmcnzjsp.fsf@elephly.net> <18408eca-ad0b-111a-0ef6-ab452c9ca89c@swecha.net> <878t7ryxvf.fsf@elephly.net> <02e1a59a-ebc1-dfce-e1d6-22e97e742214@swecha.net> <874lifypeb.fsf@elephly.net> <648f81fc-0607-2c3b-f9a3-ca3b29cd637b@swecha.net> <87bmck22uz.fsf@elephly.net> <8736xv1xvq.fsf@elephly.net> <64dfaf0c-3bcf-7b76-5831-b1c41d3f5563@swecha.net> <877en4ccut.fsf@elephly.net> <2b03fcec-c2d8-0604-156c-70fe7643a6cb@swecha.net> <87zhzzbqn6.fsf@elephly.net> <8f509759-c798-a150-bf5a-9b13cd07ac5b@swecha.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTBUi-0008JE-EB for guix-devel@gnu.org; Wed, 13 Jun 2018 15:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTBUe-0000yN-Fo for guix-devel@gnu.org; Wed, 13 Jun 2018 15:31:48 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTBUe-0000xg-7n for guix-devel@gnu.org; Wed, 13 Jun 2018 15:31:44 -0400 In-reply-to: <8f509759-c798-a150-bf5a-9b13cd07ac5b@swecha.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Sahithi Yarlagadda Cc: guix-devel Hi Sahithi, >> Do you see this too? (If not, can you tell us what terminal you are >> using?) At the very least you should see that every line starts with a >> dot. > I am able to see the colours. I tested with the same hello package > before sending you the patch. And yes "." for each line. Good! >> The next steps are to fix the errors in the regular expressions that >> swallow certain space characters and to re-read the documentation of >> =E2=80=9Cmake-soft-port=E2=80=9D to make sure that the procedures in the= vector behave >> as they should. > I will update back once i am through with it. After reading the documentation for =E2=80=9Cmake-soft-port=E2=80=9D again,= I recommend adding very short comments above each of the procedures in the vector to explain what they are intended to do. This is generally good practice when working with facilities that don=E2=80= =99t provide named / keyword arguments. --=20 Ricardo