From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Request: add cl-font-lock to Emacs or Elpa Date: Thu, 19 Mar 2020 10:19:26 -0400 Message-ID: References: <56660D97-604F-4C15-8961-D35F07E6F29B@spensertruex.com> <3e25feef-0908-41a0-8f54-eb0dc50cce90@default> <87v9n0bg8u.fsf@home.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="86704"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Spenser , Spenser Truex , Drew Adams , emacs-devel To: YUE Daian Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 19 15:20:23 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 1jEw22-000MRC-L3 for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Mar 2020 15:20:22 +0100 Original-Received: from localhost ([::1]:38652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEw21-000384-Lv for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Mar 2020 10:20:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46797) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEw1E-0002iC-Aj for emacs-devel@gnu.org; Thu, 19 Mar 2020 10:19:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEw1C-0007kk-Oy for emacs-devel@gnu.org; Thu, 19 Mar 2020 10:19:31 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:17925) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEw1C-0007kK-Hf for emacs-devel@gnu.org; Thu, 19 Mar 2020 10:19:30 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 0A67C1004B3; Thu, 19 Mar 2020 10:19:29 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5143910040C; Thu, 19 Mar 2020 10:19:27 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1584627567; bh=Sk1pmCNs7My3jae5LGTXTcb1SGGSEw7BYRKitmXKH8o=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=blkmvVr4RIAOW4WGqfUMjPx5yuGZr6sXKPLnzn0cYGFMEuRZoU3aJnC+mZwEAtDUB B3L2xjU/MtaggaONFFZg5H5cUUPcEXQN7NA5l8NFz4GcQasKCFDaHOIziPQYnZk8HV rLmBbpiAs1DY2i2qN8uGq3ij9ZHAfim1BfEEvi//Hduq/DcVThREtTuwQNbkqH+/zo ZgXZ1wK5TOzJS6kh2iD9gMYr6nFaM0xBLLMuO7tSxg4LLbbs6AnUyQnpjz+cAQHizW nJBy87uhjU1ap+lwdV8VBsXLLkYeKs5X5HN02eYZ1qOK3aZlgwXKlYYsdK9ESKqHL/ j+CM/pjq+MGVA== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0D72A1203B6; Thu, 19 Mar 2020 10:19:27 -0400 (EDT) In-Reply-To: <87v9n0bg8u.fsf@home.i-did-not-set--mail-host-address--so-tickle-me> (YUE Daian's message of "Thu, 19 Mar 2020 21:56:17 +0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:245579 Archived-At: > IMHO this should have been part of lisp-mode, since lisp-mode is > really for Common Lisp and this just complements the lacking piece of > its font lock. Agreed. > Because I was not in this mail list, could anyone please sync with me > the current status? > > Are we going to make it into Elpa, or built-in with Emacs? I think the intention is to add it to Emacs's core. It will require some tweaks, of course. But before that there are some questions which have remained unanswered so far: On Sun, 15 Mar 202, Stefan Monnier wrote: > I also wonder how you made those lists? Have you extracted them from > the CLHS? If so, it would be good to include (e.g. as comments) the > code&steps that was used. > [ I'm also curious why things like make-method and next-method-p are in > built-in--symbols rather than in built-in--functions. ] > > Finally, of course, there's the issue of copyright. I don't see your > name in the copyright.list so it appears you haven't yet signed any > copyright paperwork. I see Yue Daian as author, but the git log doesn't > mention him. How does your work relate to his? Who else contributed? The more important ones are in the second paragraph, and the main one is missing: would the authors be willing to sign the needed copyright paperwork (AFAIK neither you nor Spenser have signed that paperwork yet)? Stefan