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: Sun, 15 Mar 2020 12:12:22 -0400 Message-ID: References: <87bloyxfya.fsf@spensertruex.com> <83v9n5bsfy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="39240"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Spenser Truex , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 15 17:30:03 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 1jDW9L-000A1T-DW for ged-emacs-devel@m.gmane-mx.org; Sun, 15 Mar 2020 17:30:03 +0100 Original-Received: from localhost ([::1]:55878 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDW9K-0001Bx-9u for ged-emacs-devel@m.gmane-mx.org; Sun, 15 Mar 2020 12:30:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33705) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDVsL-0001z4-Ma for emacs-devel@gnu.org; Sun, 15 Mar 2020 12:12:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDVsK-0000YC-2y for emacs-devel@gnu.org; Sun, 15 Mar 2020 12:12:29 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:20243) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDVsH-0000GA-N4; Sun, 15 Mar 2020 12:12:25 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 6D32844F3A5; Sun, 15 Mar 2020 12:12:24 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2874944F212; Sun, 15 Mar 2020 12:12:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1584288743; bh=judUqWRpHrXqvNWbpRrKRjEyYKw9kHmaeAxVrK/xk68=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=jRabUzLwrSbGpT3JqGVM4B7nYdPpuv46Sradq0abPAX8jQbsWFvA+wpYpjKlsctHH kAtXKsJQwNmvdQIQdL0zGouubI5zGtXNkqQitHFbx63oqFaKxE7EGeUuOhliGbAbR6 /7gpAA3zuZjn0Fse5VXtxGhZ6oplgxgNXqnl3ydHB7lWp3rZEtRXFdkyCrs6F7ZeXC FaGjBFisgJAz07AF5u8yrnHblaHw6ybNjZdZLEdoydFzYwTdCAyyLSuSqAnKAlbE5u dr7iSRiVh6OnZEkV7veMAFb8fEMMgkS+wLO00oVLbIECkXxFoSslwDf9VfpCrTBNDu ipVmLbkXtDK0Q== Original-Received: from pastel (unknown [216.154.50.221]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E989112079C; Sun, 15 Mar 2020 12:12:22 -0400 (EDT) In-Reply-To: <83v9n5bsfy.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 15 Mar 2020 16:31:29 +0200") 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:245534 Archived-At: > Is it possible to add this to lisp-mode.el? Indeed, it seems it would make a lot of sense there, tho maybe we don't want to preload it, so it might make sense to keep it in a separate file (actually, I think it would also make sense to move some of the definition of the `lisp-mode` major mode to such a separate file, since `lisp-mode` (the major-mode) is used only by the a small subset of Emacs users). 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? Stefan