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.3 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-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) (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 961261F463 for ; Thu, 26 Sep 2019 13:18:40 +0000 (UTC) Received: by mail-qt1-x844.google.com with SMTP id f7so2773155qtq.7 for ; Thu, 26 Sep 2019 06:18:40 -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:references:mime-version :content-disposition:in-reply-to:user-agent; bh=2/PC8wY165eSh+KBfDG0y2wjHCth6ShDklbCz6N2fpA=; b=Qkm4GfkcZeTNO6tPMt4R5lhTCDlI9vujMPcX0xvdhoAHLFYpC35GTKWIiv+1dYNzra W24hFelRd+Eh9ExGp27hP9mv83dQdrISv4sSBSSeRi07RGB1j3/k1fQtGkVxDpN59qKD hXXW9sf8W4Uy+1Q6B2ox5dKhlc5ALaD3khMZA= 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:references :mime-version:content-disposition:in-reply-to:user-agent; bh=2/PC8wY165eSh+KBfDG0y2wjHCth6ShDklbCz6N2fpA=; b=fXG/daRrCK9W/Eq4JwtEIwQ4934eOKyWE7YELhEw3I/+0T7+JveI+JbxBtSjCP9i5q iWfx47mLjKNZLpDmGYy1xo4mH8yyb//sOJ6H6flKxUztzTi5T5gYCwsVBdiAYujTl3T1 Ar7sf0sOrciFNBg0x0F4ZvJo+XWpdTOHSiRoz6j8QgEV2X18kaJ+m/0NHxfnHQBpOn9X XtSoKl9rYObI81lekncm+qKj3sWVMORAQlslGFmZZHlISMr2HjwxunQ0nr8XQdWwbRqj 7IZQSRsMJBxT0Igkar3nLwmZe3FvNFhzxkewvWbHfJXy74/J/a9Y/GnWkfSwEgc+Un4y U87g== X-Gm-Message-State: APjAAAX+LOVLdQ9LayzJgHFSRSQCxkdfE8GLW/Zdv6ZEWudfhZaM1yyJ HEwj9x3wB4CJfnLZLPGyZQHP532k3FE= X-Google-Smtp-Source: APXvYqzZPbx9fMW6SW/ApcY2AEB0cW9xpi+7whjSutgZbM+8Ta8Ul/f+ks3i941rdZz6ZaaVsaQivQ== X-Received: by 2002:aed:3426:: with SMTP id w35mr3723506qtd.8.1569503918870; Thu, 26 Sep 2019 06:18:38 -0700 (PDT) Received: from chatter.i7.local (192-0-228-88.cpe.teksavvy.com. [192.0.228.88]) by smtp.gmail.com with ESMTPSA id y26sm1283781qtk.22.2019.09.26.06.18.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Sep 2019 06:18:38 -0700 (PDT) Date: Thu, 26 Sep 2019 09:18:36 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: Alyssa Ross , meta@public-inbox.org, Amitai Schleier Subject: Re: [PATCH] hlmod: update for highlight 3.51 API change Message-ID: <20190926131836.GB10467@chatter.i7.local> References: <20190924200551.31014-1-hi@alyssa.is> <20190926015953.GA4445@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190926015953.GA4445@dcvr> User-Agent: Mutt/1.12.1 (2019-06-15) List-Id: 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! Best, -K