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#14343: cperl-mode: Inserting text into here-documents now works Date: Tue, 31 Aug 2021 14:08:44 +0200 Message-ID: <20210831120844.GK22410@zira.vinc17.org> References: <87wno2m6ww.fsf@hajtower> <20210831091229.GJ22410@zira.vinc17.org> <87pmttn7y0.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="4116"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.1.2+54 (f0ff78a5) vl-138565 (2021-08-25) Cc: 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 14:09:26 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 1mL2Zw-0000n1-Ku for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 14:09:24 +0200 Original-Received: from localhost ([::1]:47386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL2Zv-0001K4-8h for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 31 Aug 2021 08:09:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL2Za-0001Jv-Ey for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 08:09:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49902) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mL2Za-0001Fj-3y for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 08:09:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mL2ZZ-0008HR-Uy for bug-gnu-emacs@gnu.org; Tue, 31 Aug 2021 08:09:01 -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 12:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14343 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 14343-submit@debbugs.gnu.org id=B14343.163041173031810 (code B ref 14343); Tue, 31 Aug 2021 12:09:01 +0000 Original-Received: (at 14343) by debbugs.gnu.org; 31 Aug 2021 12:08:50 +0000 Original-Received: from localhost ([127.0.0.1]:33215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL2ZN-0008H0-RM for submit@debbugs.gnu.org; Tue, 31 Aug 2021 08:08:49 -0400 Original-Received: from joooj.vinc17.net ([155.133.131.76]:37520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL2ZK-0008Gq-TJ for 14343@debbugs.gnu.org; Tue, 31 Aug 2021 08:08:48 -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 87BA2191; Tue, 31 Aug 2021 14:08:45 +0200 (CEST) Original-Received: by zira.vinc17.org (Postfix, from userid 1000) id BAF72C20179; Tue, 31 Aug 2021 14:08:44 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87pmttn7y0.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:213094 Archived-At: On 2021-08-31 11:56:55 +0000, Harald Jörg wrote: > The bug was still open in the Emacs bugtracker, so I did some tests and > found that when I yank a region from regions _outside_ of a here-doc > text, then fontification still wasn't correct (without that fix). For a > colorful example, triple-click the line "print < with the middle mouse button. Indeed, under Debian/unstable (with its GNU Emacs 27.1), I can confirm that the bug was still occurring when pasting this after "foo" (but not just before), and that everything is OK with the cperl-mode.el from the repository. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)