From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master a1887cc: ; cperl-mode.el: Fix border cases of inserting with elisp Date: Mon, 30 Aug 2021 20:47:45 -0400 Message-ID: References: <20210830183555.6687.21885@vcs0.savannah.gnu.org> <20210830183557.06DED211A3@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18776"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Harald =?utf-8?Q?J=C3=B6rg?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 31 02:54:55 2021 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 1mKs3D-0004iz-Ka for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 02:54:55 +0200 Original-Received: from localhost ([::1]:34954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKs3B-00089g-UD for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Aug 2021 20:54:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKrwJ-00037y-1J for emacs-devel@gnu.org; Mon, 30 Aug 2021 20:47:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39850) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKrwI-0006VM-PB; Mon, 30 Aug 2021 20:47:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mKrwH-0003Ae-PX; Mon, 30 Aug 2021 20:47:46 -0400 X-Spook: TRW Peking MF Infection USAFA Secure Border Initiative X-Ran: *E9[hAqniO9Xag#'GOr8iK*ef?&Nl)|gAs*F3#RGf7[6\QVI4&:~krKk6"K]cq5bQ3U|jB X-Hue: brightcyan X-Attribution: GM In-Reply-To: <20210830183557.06DED211A3@vcs0.savannah.gnu.org> ("Harald \=\?utf-8\?Q\?J\=C3\=B6rg\=22's\?\= message of "Mon, 30 Aug 2021 14:35:56 -0400 (EDT)") 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:273562 Archived-At: > branch: master > commit a1887cc5e6c63d89f8495148d32a6927f84f1571 > ; cperl-mode.el: Fix border cases of inserting with elisp Hi - leading ";" in the commit message means "do not make a ChangeLog entry for this change". It's normally only used for trivial things (eg fixing a typo in the previous commit), but recently you seem to be using it for every commit?