From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Spenser Newsgroups: gmane.emacs.devel Subject: Request: add cl-font-lock to Emacs or Elpa Date: Tue, 17 Mar 2020 11:02:42 -0700 Message-ID: <2A9EADED-D4A5-4D2E-BEA6-653C86594272@spensertruex.com> References: <1F8693F6-6DD1-4D5A-A1B1-C38BCAD4977F@spensertruex.com> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="49124"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel To: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 17 20:38:04 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jEI2N-000Ce9-MO for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Mar 2020 20:38:03 +0100 Original-Received: from localhost ([::1]:40386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEI2M-0005Lp-Oa for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Mar 2020 15:38:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39128) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEGYC-0001CX-Dg for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:02:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEGYA-0004Gy-Q0 for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:02:48 -0400 Original-Received: from spensertruex.com ([66.70.189.182]:50172) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEGYA-0004BW-Ik for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:02:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spensertruex.com; s=myselector; t=1584467978; bh=LqdTjQZPOeMeQpyHiGUADMcbZ049jKtAUIHIfE6yvKg=; h=From:Subject:Date:References:Cc:To; b=QdMyhIX0EAzI4lP+4C/tXDWWGEaAcOROOz24+ubgAuMCgf0dGMD6nCXVx5nVJn/i4 mXdJ6Pc3Rp+oe5BpOXMmLDQWbQ02VmUh9Xmd6VicS8l/7RgOyb1B+A2xCqGaj7YFXf ssb2OXmygeAbh+2vbo4F5AW/a7PBY8mUt3WL84hKw0wXVDXjhD/FEMRiSkCRIjwQ/R BAL4+0udBTkzlDW2lBw6s1wLc9TlwCefk8g39SwDRrDrYpSgBCL7AsWx6VXKvOGukP o9CtJdJE+KaxPqXQoLHEeMxbOSe9gVIlsna09EBmQeUiq5HonbTdTe3UVKq7Paibzx 2jTpYaLwhGEaA== X-Mailer: iPhone Mail (17D50) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.70.189.182 X-Mailman-Approved-At: Tue, 17 Mar 2020 15:37:32 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245566 Archived-At: >>=20 >> Em 15 de mar de 2020, =C3=A0(s) 02:47, Mattias Engdeg=C3=A5rd escreveu: >>=20 >>>> =EF=BB=BF15 mars 2020 kl. 07.58 skrev Spenser Truex : >>>=20 >>> cl-font-lock is a package that does richer syntax highlighting for >>> Common Lisp. I'm the co-maintainer on it. We are interested in having it= >>> included in Emacs or on Elpa. It is already on Melpa. >>>=20 >>> https://github.com/cl-font-lock/cl-font-lock >>=20 >> Did you check that the highlighting actually works for all those identifi= ers? >>=20 > I have been using it for months to develop CL code, and I think it works q= uite nicely. I prefer it over the default, and it helps me to notice misspel= t symbols that are not highlighted. >=20 > I'm open to tests, and would be interested in adding such a test as sugges= ted to a CI system if it could be automatically done in some way.=20 >=20 > Do you have a suggestion for how this can be done? If so, can you spell th= at out and/or submit code for it? >=20 > Much appreciation to you, > =E2=80=94 > Spenser Truex > spensertruex.com > San Francisco State University, Computer Science