From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python-wcwidth and python2-wcwidth. Date: Wed, 15 Jun 2016 10:45:27 -0400 Message-ID: <20160615144527.GA27754@jasmine> References: <20160612174006.64cd5ff6@scratchpost.org> <20160613205914.GA12302@jasmine> <20160614141332.60b1d272@scratchpost.org> <20160614134101.GB20115@jasmine> <20160615011537.6d8271da@scratchpost.org> <20160615015201.GA8096@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDC4d-0001QL-Ra for guix-devel@gnu.org; Wed, 15 Jun 2016 10:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDC4a-0001vA-MF for guix-devel@gnu.org; Wed, 15 Jun 2016 10:45:43 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:47221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDC4Y-0001sy-Ff for guix-devel@gnu.org; Wed, 15 Jun 2016 10:45:40 -0400 Content-Disposition: inline In-Reply-To: <20160615015201.GA8096@jasmine> 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: Danny Milosavljevic Cc: guix-devel@gnu.org, Danny Milosavljevic On Tue, Jun 14, 2016 at 09:52:01PM -0400, Leo Famulari wrote: > On Wed, Jun 15, 2016 at 01:15:37AM +0200, Danny Milosavljevic wrote: > > On Tue, 14 Jun 2016 09:41:01 -0400 > > Leo Famulari wrote: > > > > > > >@code{wcwidth} and @code{wcwidth} > > > > Is that twice the same thing? > > Yes! :p > > The second one should be wcswidth. Anyways, pushed as a44fd439dc! Thanks!