From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Fwd: Re: Patch file for colorize module Date: Tue, 12 Jun 2018 16:12:58 +0200 Message-ID: <877en4ccut.fsf@elephly.net> References: <8ea5d026-fab9-7b12-198e-610ad7743cb2@swecha.net> <87602zbrcc.fsf@elephly.net> <328742c6-f96f-74b8-68ef-3b165a6199aa@swecha.net> <87zi0a3m3t.fsf@elephly.net> <07c93c07-2172-6bf1-6188-88830c1d8b4c@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> 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]:44041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSk3o-0002lP-5V for guix-devel@gnu.org; Tue, 12 Jun 2018 10:14:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSk3m-0008T8-I8 for guix-devel@gnu.org; Tue, 12 Jun 2018 10:14:12 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21053) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSk3m-0008SJ-9X for guix-devel@gnu.org; Tue, 12 Jun 2018 10:14:10 -0400 In-reply-to: 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 Cc: guix-devel Hi Sahithi, > Updated patch is attached. > >> Could you send an updated patch? I cannot seem to apply the patch onto either the =E2=80=9Cwip-sahithi=E2=80= =9D or =E2=80=9Cmaster=E2=80=9D branches. Could you rebase your changes on top of= the =E2=80=9Cwip-sahithi=E2=80=9D branch, please? If that turns out to be too = difficult, please rebase the changes on top of the current =E2=80=9Cmaster=E2=80=9D br= anch after updating your clone of the git repository. For what it=E2=80=99s worth, when I apply these changes by copying expressi= ons into the target files manually I see that the port is indeed used. I can tell because every new line starts with =E2=80=9C.=E2=80=9D, which come= s from this line of your soft port: (lambda () (display "." (current-error-port))) I also see that the matched lines look =E2=80=A6 odd. For example, one of = the matched lines is missing some spaces between words. Can you figure out why and correct this in your code? -- Ricardo