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: Tue, 17 Mar 2020 14:13:35 -0400 Message-ID: References: <56660D97-604F-4C15-8961-D35F07E6F29B@spensertruex.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="64900"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Spenser Truex , Drew Adams , emacs-devel To: Spenser Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 17 19:19: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 1jEGnv-000Glp-Ip for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Mar 2020 19:19:03 +0100 Original-Received: from localhost ([::1]:38930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEGnu-0004ds-J9 for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Mar 2020 14:19:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46058) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEGip-0007KB-AE for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:13:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEGin-0007sY-GU for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:13:46 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:43215) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEGim-0007d9-9l for emacs-devel@gnu.org; Tue, 17 Mar 2020 14:13:44 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 57A43100865; Tue, 17 Mar 2020 14:13:42 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7BEF41006FC; Tue, 17 Mar 2020 14:13:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1584468816; bh=rwRt/ii9YkayqGaxIAqhCbX2DpfMifDPsB+ZgEJJMTI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=S0VZMBMjHLThwJiR+lP8m/FGW4rd2MTEaEIX9pCKkXE4Y9bugzGOJc+fuXPeqfIo9 YaZLC4XiJl6rbyQj3YV5qkJQhnczlK5i3iJ2kMG644EpY+QKrOkV8lyRR5K7PrcU0R GvYjUC0hCsyL9x21avRnF07XYmYzw+2FLwqgs/i4HR3/JHgvEam7P7ANNN5rwdsbcv 68hWLZQ0LL8IiLAIcp1S89jMEsSF66A9YneHKzGjbv/UaxFAA3+Nnk1py3q4XKRcwy X3XbZFbKvDM0CtKgRG6YHgANRWXqTsNjghaSnC71qTerj/nAEktS8EbSX/mVLct/Sa Da4bCRaVqKTOg== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 3ABDE120237; Tue, 17 Mar 2020 14:13:36 -0400 (EDT) In-Reply-To: <56660D97-604F-4C15-8961-D35F07E6F29B@spensertruex.com> (Spenser's message of "Tue, 17 Mar 2020 10:32:03 -0700") 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:245563 Archived-At: >> I'd also suggest changing the file name from >> `cl-font-lock.el' to `font-lock-cl.el'. This is a file that affects `lisp-mode` and not `font-lock` (it's partly a philosophical choice, but support for "font-lock in mode foo-mode" traditionally resides in the definition of foo-mode rather than in the definition of font-lock). So "cl-" is preferable to "font-lock-". IOW maybe there's a better choice than `cl-font-lock`, but `font-lock-cl` is definitely not it. Stefan