From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vincent Lefevre Newsgroups: gmane.emacs.bugs Subject: bug#28962: cperl-mode: Inserting text into here-documents now works Date: Tue, 31 Aug 2021 11:12:29 +0200 Message-ID: <20210831091229.GJ22410@zira.vinc17.org> References: <87wno2m6ww.fsf@hajtower> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23938"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.1.2+54 (f0ff78a5) vl-138565 (2021-08-25) Cc: 28962@debbugs.gnu.org, 14343@debbugs.gnu.org To: Harald =?UTF-8?Q?J=C3=B6rg?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 31 11:13:36 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mKzpo-0005z4-7C for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 11:13:36 +0200 Original-Received: from localhost ([::1]:47624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKzpm-0006wk-Pn for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 05:13:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKzpH-0006wM-RE for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 05:13:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49621) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mKzpH-0002PC-1V for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 05:13:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mKzpG-0001YI-UA for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 05:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincent Lefevre Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 31 Aug 2021 09:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28962 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 28962-submit@debbugs.gnu.org id=B28962.16304011655934 (code B ref 28962); Tue, 31 Aug 2021 09:13:02 +0000 Original-Received: (at 28962) by debbugs.gnu.org; 31 Aug 2021 09:12:45 +0000 Original-Received: from localhost ([127.0.0.1]:32933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKzov-0001XV-Lz for submit@debbugs.gnu.org; Tue, 31 Aug 2021 05:12:45 -0400 Original-Received: from joooj.vinc17.net ([155.133.131.76]:37348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKzom-0001X8-20; Tue, 31 Aug 2021 05:12:35 -0400 Original-Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128]) by joooj.vinc17.net (Postfix) with ESMTPSA id 7BE4419D; Tue, 31 Aug 2021 11:12:30 +0200 (CEST) Original-Received: by zira.vinc17.org (Postfix, from userid 1000) id C293FC20179; Tue, 31 Aug 2021 11:12:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87wno2m6ww.fsf@hajtower> X-Mailer-Info: https://www.vinc17.net/mutt/ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:213089 Archived-At: Hi, On 2021-08-31 07:04:31 +0000, Harald Jörg wrote: > The bug which made CPerl mode mistreat changes to here-documents has > been fixed in the repository, for the cases of (insert "\n") (Bug#28962) > and yanking (Bug#14343) in particular, and in general for changes by > elisp code. > > cperl-mode.el from the repository can be used with Emacs 26.1 or newer. Concerning my bug #14343, I had noted 4 years ago in the associated Debian bug that I could no longer reproduce the issue in Emacs 25: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706701#17 So it seems that there had already been some fixes in the past... (I could also check that there were no regressions in 26.1 and 27.1.) -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)