From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: Kevin Ryde Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Oct 2010 00:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 7179@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.128658375429974 (code B ref -1); Sat, 09 Oct 2010 00:23:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Oct 2010 00:22:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P4NCs-0007nP-1w for submit@debbugs.gnu.org; Fri, 08 Oct 2010 20:22:34 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P4NCp-0007nI-DT for submit@debbugs.gnu.org; Fri, 08 Oct 2010 20:22:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4NG0-0002op-5j for submit@debbugs.gnu.org; Fri, 08 Oct 2010 20:25:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:54233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4NG0-0002ol-2s for submit@debbugs.gnu.org; Fri, 08 Oct 2010 20:25:48 -0400 Received: from [140.186.70.92] (port=33178 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4NFy-0001Xx-T8 for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 20:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4NFx-0002oa-P2 for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 20:25:46 -0400 Received: from mailout2-12.pacific.net.au ([125.255.80.139]:50615 helo=mailout2.pacific.net.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4NFx-0002nx-4X for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 20:25:45 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 9DF2C29D012 for ; Sat, 9 Oct 2010 11:25:39 +1100 (EST) Received: from blah.blah (ppp2C25.dyn.pacific.net.au [61.8.44.37]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id D34C08C16 for ; Sat, 9 Oct 2010 11:25:38 +1100 (EST) Received: from gg by blah.blah with local (Exim 4.72) (envelope-from ) id 1P4NFp-000393-4F for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2010 11:25:37 +1100 From: Kevin Ryde Date: Sat, 09 Oct 2010 11:25:37 +1100 Message-ID: <87ocb4ky9q.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.5 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.5 (-----) If you're unlucky enough to have a copyright notice spanning the `copyright-limit' position in the buffer then M-x copyright-update makes a bit of a mess inserting the current year at the wrong place. For example, (progn (require 'copyright) (switch-to-buffer "foo") (erase-buffer) (insert (make-string (- copyright-limit 14) ?x) "\n" "\nCopyright 2006, 2007, 2008 Foo Bar\n\n") (copyright-update)) gives Copyright 20, 1006, 2007, 2008 Foo Bar where I expected Copyright 2006, 2007, 2008, 2010 Foo Bar I suppose the limit in the re-search-forward means only "Copyright 20" is matched and the current year ", 10" inserted there. Perhaps a fresh `looking-at' or something would ensure the limit doesn't truncate the optional-ness in the years part of the pattern. I struck this in a short html file where the copyright line was actually near the end, yet close enough to the start to be seen by copyright-update with the copyright-at-end-flag false. I suppose a copyright-names-regexp might force a spanning line not to match, but I had that empty. In GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on raven, modified by Debian configured using `configure '--build' 'i486-linux-gnu' '--build' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.2/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default enable-multibyte-characters: t From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 Mar 2016 15:35:20 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Kevin Ryde Cc: 7179@debbugs.gnu.org Received: via spool by 7179-submit@debbugs.gnu.org id=B7179.14571057151520 (code B ref 7179); Fri, 04 Mar 2016 15:35:20 +0000 Received: (at 7179) by debbugs.gnu.org; 4 Mar 2016 15:35:15 +0000 Received: from localhost ([127.0.0.1]:33833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abrl5-0000OM-8z for submit@debbugs.gnu.org; Fri, 04 Mar 2016 10:35:15 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:47472) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abrl2-0000N8-L4 for 7179@debbugs.gnu.org; Fri, 04 Mar 2016 10:35:14 -0500 Received: from 2.150.35.31.tmi.telenormobil.no ([2.150.35.31] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1abrju-0004T4-7N; Fri, 04 Mar 2016 16:34:02 +0100 From: Lars Ingebrigtsen In-Reply-To: <87ocb4ky9q.fsf@blah.blah> (Kevin Ryde's message of "Sat, 09 Oct 2010 11:25:37 +1100") Date: Fri, 04 Mar 2016 14:40:07 +0000 Message-ID: <87fuw6i9x4.fsf@gnus.org> References: <87ocb4ky9q.fsf@blah.blah> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1abrju-0004T4-7N X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457710444.97691@QY0N0Lja/dOYnsuQ9awWCA X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Kevin Ryde writes: > If you're unlucky enough to have a copyright notice spanning the > `copyright-limit' position in the buffer then M-x copyright-update makes > a bit of a mess inserting the current year at the wrong place. For > example, > > (progn > (require 'copyright) > (switch-to-buffer "foo") > (erase-buffer) > (insert (make-string (- copyright-limit 14) ?x) "\n" > "\nCopyright 2006, 2007, 2008 Foo Bar\n\n") > (copyright-update)) > > gives > > Copyright 20, 1006, 2007, 2008 Foo Bar > > where I expected > > Copyright 2006, 2007, 2008, 2010 Foo Bar I can confirm that this is still present on the current Emacs trunk. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 10:35:12 2016 Received: (at control) by debbugs.gnu.org; 4 Mar 2016 15:35:12 +0000 Received: from localhost ([127.0.0.1]:33812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abrl1-0000Mj-Ok for submit@debbugs.gnu.org; Fri, 04 Mar 2016 10:35:11 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:47470) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abrky-0000Kj-6Z for control@debbugs.gnu.org; Fri, 04 Mar 2016 10:35:08 -0500 Received: from 2.150.35.31.tmi.telenormobil.no ([2.150.35.31] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1abrjv-0004T5-9u for control@debbugs.gnu.org; Fri, 04 Mar 2016 16:34:03 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #7179 Message-ID: <87egbqi9x3.fsf@totally-fudged-out-message-id> Date: Fri, 04 Mar 2016 15:34:02 +0000 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1abrjv-0004T5-9u X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457710444.9927@kSPn+om3Wd2XV/XuD7l3uA X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) tags 7179 confirmed From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 18 08:31:55 2021 Received: (at control) by debbugs.gnu.org; 18 Jul 2021 12:31:55 +0000 Received: from localhost ([127.0.0.1]:55370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m55xa-0004fQ-Re for submit@debbugs.gnu.org; Sun, 18 Jul 2021 08:31:54 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m55xZ-0004a4-B7 for control@debbugs.gnu.org; Sun, 18 Jul 2021 08:31:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JIrDAmh9B/HklfiL3wNdCUg50IH77Y2LnumW6jyv22U=; b=hKj4tYjWHPQuETkrKOQrZbn6QJ 60M5JpIJygVj+3hag5pdpF/RqZw5zgdFBrDjxuFlFKkb1GdgiPJPLllWNiNTk8+HhQB6wL2ImHwDe uTgiAeGeVtI2ywYSP2ksfzraYNPt302SRzyX42x3SX2YR9k7i83bDpGEQRmNpWnkqMDM=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m55xR-0000Wi-3E for control@debbugs.gnu.org; Sun, 18 Jul 2021 14:31:47 +0200 Date: Sun, 18 Jul 2021 14:31:44 +0200 Message-Id: <87o8azsszz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7179 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 7179 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 7179 28.1 quit From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Jul 2021 12:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: Kevin Ryde Cc: 7179@debbugs.gnu.org Received: via spool by 7179-submit@debbugs.gnu.org id=B7179.162661153819106 (code B ref 7179); Sun, 18 Jul 2021 12:33:02 +0000 Received: (at 7179) by debbugs.gnu.org; 18 Jul 2021 12:32:18 +0000 Received: from localhost ([127.0.0.1]:55375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m55xu-0004ut-2Y for submit@debbugs.gnu.org; Sun, 18 Jul 2021 08:32:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m55xo-0004mN-1s for 7179@debbugs.gnu.org; Sun, 18 Jul 2021 08:32:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mWX4Nl7/ZXg+60Y9tfFOyPaHqqBlP2+tKOA5elHWGac=; b=InxK9kx1OP+3prbJFR02LqCVuc 1USdkyWk1mlp+9ldUx30dCLZuQks0s9AtWVTY5eRQ31oFWlOCsXR3++LjDhCQdGgLM8U3lLSyXGYq i9vR09BNvMgyBkxbFZWMODZZh+sx7zBor9q6lXqIgR6euQT3nAurRWpLAKN510mrT69s=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m55xK-0000Wd-3D; Sun, 18 Jul 2021 14:31:42 +0200 From: Lars Ingebrigtsen References: <87ocb4ky9q.fsf@blah.blah> X-Now-Playing: The Meters's _Gettin' Funkier All The Time (1): Here Comes The Meter Man & Looka-Ya Py Py_: "Ann" Date: Sun, 18 Jul 2021 14:31:37 +0200 In-Reply-To: <87ocb4ky9q.fsf@blah.blah> (Kevin Ryde's message of "Sat, 09 Oct 2010 11:25:37 +1100") Message-ID: <87pmvfst06.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Kevin Ryde writes: > If you're unlucky enough to have a copyright notice spanning the > `copyright-limit' position in the buffer then M-x copyright-update makes > a bit of a mess inserting the current year at the wrong [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Kevin Ryde writes: > If you're unlucky enough to have a copyright notice spanning the > `copyright-limit' position in the buffer then M-x copyright-update makes > a bit of a mess inserting the current year at the wrong place. For > example, > > (progn > (require 'copyright) > (switch-to-buffer "foo") > (erase-buffer) > (insert (make-string (- copyright-limit 14) ?x) "\n" > "\nCopyright 2006, 2007, 2008 Foo Bar\n\n") > (copyright-update)) > > gives > > Copyright 20, 1006, 2007, 2008 Foo Bar > > where I expected > > Copyright 2006, 2007, 2008, 2010 Foo Bar This should now be fixed in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 25 13:17:43 2022 Received: (at control) by debbugs.gnu.org; 25 Jan 2022 18:17:44 +0000 Received: from localhost ([127.0.0.1]:50035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCQNz-0005dU-Pi for submit@debbugs.gnu.org; Tue, 25 Jan 2022 13:17:43 -0500 Received: from mail-ej1-f41.google.com ([209.85.218.41]:43999) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCQNx-0005dG-U5 for control@debbugs.gnu.org; Tue, 25 Jan 2022 13:17:42 -0500 Received: by mail-ej1-f41.google.com with SMTP id d10so32429267eje.10 for ; Tue, 25 Jan 2022 10:17:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd.ie; s=google21; h=from:to:subject:date:message-id:mime-version; bh=XSIZW9rQQrj5bevN3kPQWO40RwCmhweXqeTENUdO0sE=; b=UgWcVO/grtfsl8kCr+fTTTyGy421q4tedZV0FDU1nmVdQ+PrdBGzTwFoNVbyw9GWA1 seLKJQkffrkT848/xN8b94aP0DfWLO+8dlNf3WXRHU0wTsIonzSTKzUiaHgIfFYTnCua iYJhZ+lIUN8Ry6bz7Q2RbqN8MQRr8I+QQZ4JAff+jFN1XHNeuyf95dyfRcpEQDOTF+ig EC4J0cPaz8f1/blfu948TF0H0cu/gth+nCFvae2ADFTjqtYCSAfsxgKTMUG6nms3ATvx CQJP72vODvOodkuaawB1wrxCWPsplido1+boDXSyZAxn8wTaYoDv3jv4trNBy0dw2mt4 zqWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=XSIZW9rQQrj5bevN3kPQWO40RwCmhweXqeTENUdO0sE=; b=esV1jzs2PmOS4+YJiIfo6LWFrrFhYhlRdQU30Ecdci47MtxPSt0nDt9SbhiVPbHK/V +pAoFzBR58vmj7M74LXqIqkdWB4tnTxqRI6BntaqCQMP9+Hi0dCkbWFaIeIGqrKrWUml SpO3X/X3TiA6MRH13P+phMVbelLvKozCJuxbxAWVItP/6I83YM81tB3zDSbjaFVrPHss P2kCz8Q1CBjYVS4yu+UNElRDvZCzoH2aNcBRGtk19lUvIWf6jlpcONLBgDoV/Mzfx1hU Wmmyr+UiwsFNLc5jWGmYweB0axj9MHdFlU83nkXEu2PKdPxirUU7XfpM5vPL0S0bJiss xF0w== X-Gm-Message-State: AOAM5321gm6NiB7ew+31LyP/F+XTZg46CXjcLCbgqvq2fO5V5fZv7eaO ooDfUPLdxAAM9WAS1ActqPxEMgs767Y9vw== X-Google-Smtp-Source: ABdhPJzoWVVvCj8+1unYlhh0qBUmRpY3RTuQdhy9raV6QErKXSA7b5MxZwVcTiTgLQd8t/wfdqyFXw== X-Received: by 2002:a17:907:1ca4:: with SMTP id nb36mr9026260ejc.425.1643134655782; Tue, 25 Jan 2022 10:17:35 -0800 (PST) Received: from localhost (adsl-64.109.242.225.tellas.gr. [109.242.225.64]) by smtp.gmail.com with ESMTPSA id g9sm6393060ejf.33.2022.01.25.10.17.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jan 2022 10:17:35 -0800 (PST) From: "Basil L. Contovounesios" To: control@debbugs.gnu.org Subject: control message for bug #7179 Date: Tue, 25 Jan 2022 20:17:24 +0200 Message-ID: <87tudrk7d7.fsf@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) unarchive 7179 quit From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: "Basil L. Contovounesios" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Jan 2022 18:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: Lars Ingebrigtsen Cc: Kevin Ryde , 7179@debbugs.gnu.org Received: via spool by 7179-submit@debbugs.gnu.org id=B7179.164313564432118 (code B ref 7179); Tue, 25 Jan 2022 18:35:01 +0000 Received: (at 7179) by debbugs.gnu.org; 25 Jan 2022 18:34:04 +0000 Received: from localhost ([127.0.0.1]:50080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCQdk-0008Lc-IP for submit@debbugs.gnu.org; Tue, 25 Jan 2022 13:34:04 -0500 Received: from mail-ej1-f42.google.com ([209.85.218.42]:39864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCQde-0008LG-I8 for 7179@debbugs.gnu.org; Tue, 25 Jan 2022 13:33:59 -0500 Received: by mail-ej1-f42.google.com with SMTP id j2so32265855ejk.6 for <7179@debbugs.gnu.org>; Tue, 25 Jan 2022 10:33:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd.ie; s=google21; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=uAtcUv6dar7UQmRjAMK4pvWii3bmfnj4hViTtJqAfdw=; b=ZtqVeh9fyuPsOXmmdbuk8bteck0GphvSNw5YfAhHNZlH3yv4TMWc0u6liAcF4scKlY Iq7nJZqZv40EJKpTI0FMBY5aZO0YZz9pZu5javsIAWQDWL/gs6Ng2fZ0AfnZogCWr+oT Lwea9SDUcp+MWerZb8bVzctVhjj33wfIybnwfnVL5XYklUbqmjs7pXBIaETmQ5bwrJuD z1F0C2f41sreh3R4KEgF6vcWk0C+VWy8+ZeLfFtKmBrT9/Tffeg84mUJvNTOYc3qDqSZ RzNCsfGEaBkPqdSKamYaOYmRFazyoBrEmburebKJiTMLyuirf3H7rasBsg6ALikdDMeq 2YFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=uAtcUv6dar7UQmRjAMK4pvWii3bmfnj4hViTtJqAfdw=; b=F2urTbOBU3UyQwoay82zAE3Af/sJSIDahet1sFQB5rpJbhGVrp7R5pGIHdH2qUTEh4 OBuD/lXPUwBfvt+AvgKzkZWW322GcnrMML3AjWaBAzjCdytZAX10iqVLuHL6IrcDCX/3 UahKJIf7ImdlFjuTv/jOP/rJ9AA2iduNcx0ZddOHpWADMb4nWaoCdoFjSQAjBYagYF5m MC/3so+cOMqhJkjU1iDVCg463KG8EdM0jvdsAbd4nuPowSD6FbIGhyT9EF6FtNZEiA9q tFG9wk+Kzol6jLJIebBXzXDh90JI8DnDUNfiDC+NVnH1F1SJ6ppHtfu2J1azJMJMUiQI DaLA== X-Gm-Message-State: AOAM530I8oVKoRZpf4sWUytYiUuXm7K6opmTjecTb+ATMwH2e+sUJjM1 XYJ9VepzL9yrc9TJLqbWNs99RQ== X-Google-Smtp-Source: ABdhPJyGZId9LIYOFFZbiwwjljfcWBl/6NuFZormP1In+WPcJlseJF5Y8VrDGSvZfdfwhotzgJ/qmA== X-Received: by 2002:a17:907:a41f:: with SMTP id sg31mr8771532ejc.472.1643135628598; Tue, 25 Jan 2022 10:33:48 -0800 (PST) Received: from localhost (adsl-40.91.140.91.tellas.gr. [91.140.91.40]) by smtp.gmail.com with ESMTPSA id j8sm6577638ejs.136.2022.01.25.10.33.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jan 2022 10:33:48 -0800 (PST) From: "Basil L. Contovounesios" References: <87ocb4ky9q.fsf@blah.blah> <87pmvfst06.fsf@gnus.org> Date: Tue, 25 Jan 2022 20:33:46 +0200 In-Reply-To: <87pmvfst06.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 18 Jul 2021 14:31:37 +0200") Message-ID: <87r18vk6lx.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen [2021-07-18 14:31 +0200] wrote: > Kevin Ryde writes: > >> If you're unlucky enough to have a copyright notice spanning the >> `copyright-limit' position in the buffer then M-x copyright-update makes >> a bit of a mess inserting the current year at the wrong place. For >> example, >> >> (progn >> (require 'copyright) >> (switch-to-buffer "foo") >> (erase-buffer) >> (insert (make-string (- copyright-limit 14) ?x) "\n" >> "\nCopyright 2006, 2007, 2008 Foo Bar\n\n") >> (copyright-update)) >> >> gives >> >> Copyright 20, 1006, 2007, 2008 Foo Bar >> >> where I expected >> >> Copyright 2006, 2007, 2008, 2010 Foo Bar > > This should now be fixed in Emacs 28. Thanks, but the fix comes with the following regression when using copyright-at-end-flag: 0. emacs -Q 1. (with-temp-buffer (dotimes (_ 2) (insert "Copyright 2021 FSF\n")) (require 'copyright) (let ((copyright-at-end-flag t) (copyright-query nil)) (copyright-update)) (buffer-string)) 2. C-j Expected result: Copyright 2021 FSF Copyright 2021, 2022 FSF Actual result: Copyright 2021, 2022 FSF Copyright 2021 FSF -- Basil In GNU Emacs 28.0.91 (build 1, x86_64-pc-linux-gnu) of 2022-01-25 built on tia Repository revision: 7eca80b20444f7bd7bcb6a66a9054e029f0e7013 Repository branch: wt/emacs-28-nox System Description: Debian GNU/Linux bookworm/sid Configured using: 'configure 'CC=ccache gcc' 'CFLAGS=-O2 -march=native' --config-cache --prefix=/home/blc/.local --program-suffix=-28-nox --enable-checking=structs --with-file-notification=yes --with-x-toolkit=no --without-x' Configured features: ACL DBUS GMP GNUTLS GPM JSON LCMS2 LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER SECCOMP SOUND THREADS XIM ZLIB Important settings: value of $LANG: en_IE.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail tool-bar rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils copyright term/xterm xterm byte-opt gv bytecomp byte-compile cconv regexp-opt iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 55789 6257) (symbols 48 6656 1) (strings 32 18347 1803) (string-bytes 1 607048) (vectors 16 10694) (vector-slots 8 126491 7164) (floats 8 24 35) (intervals 56 208 7) (buffers 992 10)) From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Jan 2022 14:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: "Basil L. Contovounesios" Cc: Kevin Ryde , 7179@debbugs.gnu.org Received: via spool by 7179-submit@debbugs.gnu.org id=B7179.164320590823659 (code B ref 7179); Wed, 26 Jan 2022 14:06:02 +0000 Received: (at 7179) by debbugs.gnu.org; 26 Jan 2022 14:05:08 +0000 Received: from localhost ([127.0.0.1]:51334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiv5-00069R-Ua for submit@debbugs.gnu.org; Wed, 26 Jan 2022 09:05:08 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiv4-00068k-0a for 7179@debbugs.gnu.org; Wed, 26 Jan 2022 09:05:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9kjwxt0ZFnWfoFCX8hFyLGAWUnE2DhNdXwfdvkTKl+c=; b=hdT5O/1ZKqdRdRgVreMJlg8ufz O0QGqoy6SdMls07ksJSPYfyrk/mebV5jMxJaaaDmhPmB6KDYc3v5AF/Exqkak0tUeSDQwjXcS0Zic lZzcSfn/lSfFYcP3XOaFwYl+3VollChWTmR/xVKThUmAOqY5aEREBKgFHzDbP54xgccY=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCiua-0002Qh-37; Wed, 26 Jan 2022 15:04:38 +0100 From: Lars Ingebrigtsen References: <87ocb4ky9q.fsf@blah.blah> <87pmvfst06.fsf@gnus.org> <87r18vk6lx.fsf@tcd.ie> X-Now-Playing: Grand River's _SHAPE 2021_: "Gold" Date: Wed, 26 Jan 2022 15:04:35 +0100 In-Reply-To: <87r18vk6lx.fsf@tcd.ie> (Basil L. Contovounesios's message of "Tue, 25 Jan 2022 20:33:46 +0200") Message-ID: <87k0emsido.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Basil L. Contovounesios" writes: > Thanks, but the fix comes with the following regression when using > copyright-at-end-flag: This should now be fixed in emacs-28. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) "Basil L. Contovounesios" writes: > Thanks, but the fix comes with the following regression when using > copyright-at-end-flag: This should now be fixed in emacs-28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 26 09:05:08 2022 Received: (at control) by debbugs.gnu.org; 26 Jan 2022 14:05:08 +0000 Received: from localhost ([127.0.0.1]:51332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiv5-00069P-O0 for submit@debbugs.gnu.org; Wed, 26 Jan 2022 09:05:07 -0500 Received: from quimby.gnus.org ([95.216.78.240]:47934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCiv3-00068j-VW for control@debbugs.gnu.org; Wed, 26 Jan 2022 09:05:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JIrDAmh9B/HklfiL3wNdCUg50IH77Y2LnumW6jyv22U=; b=Yto4aIeWFfz7uHYzFEeh3KgyvS Dza+JDqxadRTtCjbBU6wiY/SaUIq22gKp+dFcGJNfzqRI2YQ7e4XkcMczZPoyHTaHttSghSNEicH2 QbWl5GxRjDJdkerTGq8VdifWOxw/z6kZsAwTxJZSxd5kwMfU4lgExnTnTQqF3PD0M0/M=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCiuv-0002Qu-QT for control@debbugs.gnu.org; Wed, 26 Jan 2022 15:04:59 +0100 Date: Wed, 26 Jan 2022 15:04:57 +0100 Message-Id: <87ilu6sid2.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7179 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 7179 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 7179 28.1 quit From unknown Wed Aug 20 01:20:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7179: 23.2; copyright-update on spanning copyright-limit Resent-From: "Basil L. Contovounesios" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Jan 2022 18:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: Lars Ingebrigtsen Cc: Kevin Ryde , 7179@debbugs.gnu.org Received: via spool by 7179-submit@debbugs.gnu.org id=B7179.164330913510285 (code B ref 7179); Thu, 27 Jan 2022 18:46:02 +0000 Received: (at 7179) by debbugs.gnu.org; 27 Jan 2022 18:45:35 +0000 Received: from localhost ([127.0.0.1]:56570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD9m3-0002fH-0P for submit@debbugs.gnu.org; Thu, 27 Jan 2022 13:45:35 -0500 Received: from mail-ed1-f50.google.com ([209.85.208.50]:42662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD9ly-0002Tj-Dv for 7179@debbugs.gnu.org; Thu, 27 Jan 2022 13:45:33 -0500 Received: by mail-ed1-f50.google.com with SMTP id p12so4868453edq.9 for <7179@debbugs.gnu.org>; Thu, 27 Jan 2022 10:45:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd.ie; s=google21; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=uYggoqLC4jQcizeMS4SHgetRG04ZQQX516lLTkU3PP8=; b=atYTsU21s8WZL/6nRPonfd1rACXMDzGhpkuCN530WETfOhg7HtPSZeN6QAnIqMOxe5 pa7i7RnDTSLaSSKKgzEFKmzQj9OS7JsfF+/ckMDOGhViUJaUDlxoKUPmOjqvt+b/Wc8s DoXxGhb4tWfyq1ZX0/iCVIVBVsyXqKOhrSD67RPquM0vgzUwrlo8R6yWqktjDNvJYXoZ kS/a/MTEYt94RpvicCnqVrrdd6UvNO6RYgrV/FsOJ3hgMqH18v2GVFJ7dFc6EF7TuS0X gsjDEp282E/oy+KFkl5fVWOhP/i5ZOGp/yIYfwSs+SoEVjIkdRpl66tPRxj+2ClK8ur4 /R/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=uYggoqLC4jQcizeMS4SHgetRG04ZQQX516lLTkU3PP8=; b=UfihrxrAQH+XBe3+UmzUHwjgPyNABNHQ84MtlgtfCgcSM9PQArMDTirsXasgUP0a6z qkCBzIMGXFfboQ9M06sV8V9LPYeMPNiMhVZ19mVmrQmkDYdxmCcWeCK0e4cutx9qWm3R F1TZDk+KDbHpRIRmfFb4R0s1Ec8WmcbXHJiiEy/or4Rdfg+kRLvcIg4RUB8w+GHLd39W Wcn7LItDgsAUpnmI5+12j5EEV8989z3s2KAteM7obadvOZV+QmTzXVnjlVaoDIWTjCtc IBMlBajbJG7ekT/msZMS5TL0uV1bwpt1tOwUvtBscWa/ET8ucQ5ixcm79NwNXXQftB2u 79tA== X-Gm-Message-State: AOAM531jnRtxYOk8fmOxu4Syik5ioSeulccGtHROowjkl164rBZzc7k0 t83yPgigfmHeWTWYTkAQwC0iuQ== X-Google-Smtp-Source: ABdhPJzoH0GelQIzdArg98UYfM14ucdPYasx5SX4sFuguY4BVWlW2sljybrk33lbw8DBcOu26tCOpw== X-Received: by 2002:a05:6402:519:: with SMTP id m25mr4983795edv.130.1643309124479; Thu, 27 Jan 2022 10:45:24 -0800 (PST) Received: from localhost (adsl-64.109.242.227.tellas.gr. [109.242.227.64]) by smtp.gmail.com with ESMTPSA id p12sm9032005ejd.180.2022.01.27.10.45.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Jan 2022 10:45:24 -0800 (PST) From: "Basil L. Contovounesios" References: <87ocb4ky9q.fsf@blah.blah> <87pmvfst06.fsf@gnus.org> <87r18vk6lx.fsf@tcd.ie> <87k0emsido.fsf@gnus.org> Date: Thu, 27 Jan 2022 20:45:22 +0200 In-Reply-To: <87k0emsido.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 26 Jan 2022 15:04:35 +0100") Message-ID: <87fsp9j9vh.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen [2022-01-26 15:04 +0100] wrote: > "Basil L. Contovounesios" writes: > >> Thanks, but the fix comes with the following regression when using >> copyright-at-end-flag: > > This should now be fixed in emacs-28. Indeed, thanks! -- Basil