From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Syntactic fontification of diff hunks Date: Fri, 17 Aug 2018 01:41:05 +0300 Organization: LINKOV.NET Message-ID: <874lfuc4u6.fsf@mail.linkov.net> References: <87in4af29r.fsf@mail.linkov.net> <87r2iyc5gm.fsf@mail.linkov.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534459406 518 195.159.176.226 (16 Aug 2018 22:43:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2018 22:43:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 17 00:43:22 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqQzB-0008SZ-Id for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2018 00:43:21 +0200 Original-Received: from localhost ([::1]:58377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqR1H-0000RT-WD for ged-emacs-devel@m.gmane.org; Thu, 16 Aug 2018 18:45:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqR0a-0000KT-IG for emacs-devel@gnu.org; Thu, 16 Aug 2018 18:44:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqR0V-00083v-EI for emacs-devel@gnu.org; Thu, 16 Aug 2018 18:44:47 -0400 Original-Received: from homie-sub3.mail.dreamhost.com ([69.163.253.7]:36046 helo=homiemail-a22.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fqR0V-00083F-7y for emacs-devel@gnu.org; Thu, 16 Aug 2018 18:44:43 -0400 Original-Received: from homiemail-a22.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTP id A9FD4114066; Thu, 16 Aug 2018 15:44:41 -0700 (PDT) Original-Received: from localhost.linkov.net (m91-129-110-6.cust.tele2.ee [91.129.110.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPSA id C78B7114065; Thu, 16 Aug 2018 15:44:40 -0700 (PDT) In-Reply-To: (Kaushal Modi's message of "Thu, 16 Aug 2018 18:33:45 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.253.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228615 Archived-At: > Just a quick note on the first thing that struck me on reading the new > defcustom name. > > It should be `diff-font-lock-syntactify'. > > syntax -> syntactical (not syntaxical) > > On similar lines, may be syntactify (not syntaxify). I choose the name syntaxify to be similar to Taxify (because I had a job in the same office with this company :) But I agree that syntactify is more correct syntactically.