From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Adding git-commit highlight mode? Date: Thu, 02 Jan 2025 22:11:24 +0200 Message-ID: <86r05lht77.fsf@gnu.org> References: <37733be4476e1c2b6e873c967c79cb0035959a9e.camel@yandex.ru> <86wmfdhwg7.fsf@gnu.org> <0347118b217c57e4e62018547883fad5f1d1e63e.camel@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16047"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Konstantin Kharlamov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 02 21:12:21 2025 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 1tTRYL-00041S-Cw for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Jan 2025 21:12:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tTRXl-0005f1-LW; Thu, 02 Jan 2025 15:11:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTRXh-0005YU-I9 for emacs-devel@gnu.org; Thu, 02 Jan 2025 15:11:42 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTRXf-0000vq-An; Thu, 02 Jan 2025 15:11:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=WEylEkEt65PgCkYQjI6aBUD0fcVOFnStoEo8gft+qe8=; b=bche+WYIImbL9iEaZ1w7 4fbvP9NpsiVoTS5SCEN/aCqpegomfTVDqXsd2AMSi6aDQZ6bgEflxr3Vdhl522cdF/CULfv/WJx6V eUeJ4HyrIV4XKDYeCNu8BKxATia8ahdwdHWTUpGO7OwYvEuPV07n9VGJkhCaOA4Y+lAiXco9ww2eQ TwEVXwKXfRM8dm2SG63h5AMooNe8bSyRx+MVjkTrXZ2DwpSTWgXVbc2daoRfi16UTmbkdMp4nuQnU QDG8MB9FRp7AFilCHS81NLX1oKhrGZ404gI2ZxELaUZGiPaLrLUX2VIzmSxVUPVglfxqsoLcojN7L +ogiIS7Um65/QQ==; In-Reply-To: <0347118b217c57e4e62018547883fad5f1d1e63e.camel@yandex.ru> (message from Konstantin Kharlamov on Thu, 02 Jan 2025 22:07:46 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327592 Archived-At: > From: Konstantin Kharlamov > Cc: emacs-devel@gnu.org > Date: Thu, 02 Jan 2025 22:07:46 +0300 > > On Thu, 2025-01-02 at 21:01 +0200, Eli Zaretskii wrote: > > Do you plan to make this mode be descendant of change-log-mode? > > something else? > > I thought of deriving from text-mode. I don't know much of change-log- > mode besides what it says in the mode title and now that I'm looking at > mode description it also sounds pretty vague. So… I could derive it > from change-log-mode if you think it's useful, but I'd rely on your > judgment here 😊 change-log-mode is also a derivative of text-mode. Its advantage is that it already provides font-lock for the style of log entries we use.