From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x744.google.com (mail-qk1-x744.google.com [IPv6:2607:f8b0:4864:20::744]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7E2361F4BD for ; Tue, 8 Oct 2019 22:00:58 +0000 (UTC) Received: by mail-qk1-x744.google.com with SMTP id p10so321032qkg.8 for ; Tue, 08 Oct 2019 15:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Vc5E0p61iBzswi2/C9IL8d4J4d0RtnQtNTK4EodQpZE=; b=Mj8KCB74DVbHZwy1BIBg2/XH/2K/5pyjwThOkWAex8uqfclezVYV/w7xvZG0gfCgTy K01R21MzefqPLjVO0OzVR7HGA4gzhiX6nnGibd4bJ8WTd+Xh1z8ZBTSWxGDMOmogsVbT /5L4cGYeRHJuDpGmkSgO7UWFYrAb1XIOAjC/o= 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:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=Vc5E0p61iBzswi2/C9IL8d4J4d0RtnQtNTK4EodQpZE=; b=Pmk76qXsdEWSaZTPApyLVF950Bz3dcXSqpykF/UbvwGJUUSF8HkI3r6VzDDbclPHWe L3z/PnS8hIVugY5DxWuRpWnt1+ckOfFGRFTbjB2Cwjfrh39g640iyYxW5lijN3+OkRrg JJe+EtvzLfr60nbr5JtuupYQtd5mwIkttNBhVAm4sV6SBXxp9FfFlrWlX9/3Xi5tp4hh UPG3jAuSzIUTKyJjbQ6Kr5MkMT45N4/evfxFnlkzd8tNVFZRtuU7JeJDHASw0lnbrc+E YEoyrukQj7yva+ZZQYMZubYBQWTvzXxvKlfnzSgjAlsjwHhKpypMpCGWfcZX85ERBayW 44CQ== X-Gm-Message-State: APjAAAWH9SybTQEJEVDOtXt4QpOdaIEZHs6Rj5m1RnbLk+azSHfsT7xb 7LJHr5fOOcp3GWtGiT01jTznJvkucUg= X-Google-Smtp-Source: APXvYqxpBhOOx9/oYuDa44q4tPvywBSCMjgZkVKNKT1zvkeYpwLyC0kudwSkrdkrazpmybVRYhypCw== X-Received: by 2002:a37:f90e:: with SMTP id l14mr429602qkj.68.1570572057294; Tue, 08 Oct 2019 15:00:57 -0700 (PDT) Received: from pure.paranoia.local ([87.101.92.157]) by smtp.gmail.com with ESMTPSA id g10sm31992qki.41.2019.10.08.15.00.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2019 15:00:56 -0700 (PDT) Date: Tue, 8 Oct 2019 18:00:54 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: Alyssa Ross , meta@public-inbox.org, Amitai Schleier Subject: Re: [PATCH] TODO: add an item for Python pygments Message-ID: <20191008220054.GB3591@pure.paranoia.local> Mail-Followup-To: Eric Wong , Alyssa Ross , meta@public-inbox.org, Amitai Schleier References: <20190924200551.31014-1-hi@alyssa.is> <20190926015953.GA4445@dcvr> <20190926131836.GB10467@chatter.i7.local> <20191008215321.GA23962@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191008215321.GA23962@dcvr> User-Agent: Mutt/1.12.1 (2019-06-15) List-Id: On Tue, Oct 08, 2019 at 09:53:21PM +0000, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > On Thu, Sep 26, 2019 at 01:59:53AM +0000, Eric Wong wrote: > > > I had my reservations about relying on highlight.pm; and this > > > confirms them, unfortunately :< Oh well... > > > > I was also unable to find highlight.pm anywhere outside of Debian packages. > > > > > I wonder if pygments or any other code highlighting packages are > > > more stable. We'd need to use a pipe or socket to interact with > > > pygments or anything w/o Perl bindings. > > > > I'd be quite happy to be able to use pygments! > > Can you write the Python glue? :> I think it's pretty clear to anyone who's looked at my projects that I'm a "sysadmin who also writes python code when he needs to" and not really what one would call a "proper developer." :) I mean, heck, almost none of my projects have any tests. So, you don't really want my help. ;) -K