From unknown Sun Aug 17 22:01:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49559 <49559@debbugs.gnu.org> To: bug#49559 <49559@debbugs.gnu.org> Subject: Status: 28.0.50; [PATCH] Typo in NEWS entry for insert-into-buffer Reply-To: bug#49559 <49559@debbugs.gnu.org> Date: Mon, 18 Aug 2025 05:01:19 +0000 retitle 49559 28.0.50; [PATCH] Typo in NEWS entry for insert-into-buffer reassign 49559 emacs submitter 49559 Jens C. Jensen severity 49559 normal tag 49559 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 14 10:34:13 2021 Received: (at submit) by debbugs.gnu.org; 14 Jul 2021 14:34:13 +0000 Received: from localhost ([127.0.0.1]:45629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3fxk-0005hj-RO for submit@debbugs.gnu.org; Wed, 14 Jul 2021 10:34:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:50272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3ZdZ-00060W-5m for submit@debbugs.gnu.org; Wed, 14 Jul 2021 03:48:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3ZdY-0008FR-1L for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2021 03:48:56 -0400 Received: from out2.migadu.com ([2001:41d0:2:aacc::]:46161) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3ZdV-0006pr-B2 for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2021 03:48:55 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subst.net; s=key1; t=1626248925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=VBo2PRoKbd9NVP57UZn3n1i/T7eWLqlyFCu++bAgpl0=; b=EvkOMCfk+qTrdpLaIBkO+VavcMczakMbNun92ni2qGTvVsxUMjJlBdTg7jlq+qgVBp8nZ2 JCF4wUoe8zft3mFtTL6JT6j9cWWfw4YETJqDKJJTzCxWC8ZvoMWhI3o1pDgDZgF9BfHkV0 A48OsZfqkb7p+jfWlr/W5n1GlWta3Mj+zBmvz20YCXEtbYxDzrYaSogKRDYiBXNHAf0Egm E/WSAk3psNjFYEv7gWojHT9jO88FE6xE1qPZ1aSWCDk5SNQ1DVFuC2TlNVcOB8K0Il9M74 86MW/0OAfDs8zIPpgr5TGrcZMvo+Q3BK0hwDH/kbALZ4r2HthWKQdPIlYT73FA== From: Jens C. Jensen To: bug-gnu-emacs@gnu.org Subject: 28.0.50; [PATCH] Typo in NEWS entry for insert-into-buffer Date: Wed, 14 Jul 2021 09:46:41 +0200 Message-ID: <8735sh49su.fsf@subst.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: jens@subst.net Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=jens@subst.net; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 14 Jul 2021 10:34:12 -0400 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: -2.4 (--) --=-=-= Content-Type: text/plain The NEWS entry is a little self-referential, fixed it by looking at text.texi, cheers! --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-fix-insert-into-buffer-typo.patch diff --git a/etc/NEWS b/etc/NEWS index a0b62250d8..11870d423c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2187,7 +2187,7 @@ summaries will include the failing condition. +++ *** New utility function 'insert-into-buffer'. -This is like 'insert-into-buffer', but works in the opposite direction. +This is like 'insert-buffer-substring', but works in the opposite direction. +++ *** New user option 'lock-file-name-transforms'. --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 14 10:52:44 2021 Received: (at 49559) by debbugs.gnu.org; 14 Jul 2021 14:52:44 +0000 Received: from localhost ([127.0.0.1]:45671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3gFf-0008St-SA for submit@debbugs.gnu.org; Wed, 14 Jul 2021 10:52:44 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3gFd-0008SX-R2 for 49559@debbugs.gnu.org; Wed, 14 Jul 2021 10:52:42 -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=QG2V8xFIEB2FbjsBApXTxR/lUQBOY7p+KpWn/8Nq+gk=; b=fn6H+0UtzQRlVGjwlg87q2/tKU 4IGPQKWw5zSSkAJMP2eJJKMHTnsVTo8u1VbRFXVDMMpblmBggNlepErbBu2uOmcQoSIADYM8lCrt+ gH3M3h2J4cpjWkVUP2AG0ZWV5nzdLZEGbYp6TFaqqH/4KghC641Vg6J2tgub8gbTiBAU=; 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 1m3gFV-0004it-80; Wed, 14 Jul 2021 16:52:35 +0200 From: Lars Ingebrigtsen To: 49559@debbugs.gnu.org Subject: Re: bug#49559: 28.0.50; [PATCH] Typo in NEWS entry for insert-into-buffer References: <8735sh49su.fsf@subst.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEW9p4bHsI3Vwobj 2Gv8+GrW0FvCu1a6s1LWxXj///9wtT3jAAAAAWJLR0QJ8dml7AAAAAd0SU1FB+UHDg4wBX0QZMQA AAC3SURBVDjLxZThDcIgEIXv4gJ3jtAVOF0AOgElDmCkExRXcGxpNE3aHlrUxAe/+PLueAQAQFYF jKQD5GbfPDQHOzfpa9AGI+I7Y1cgXuNwTH2UraWsOLHOyLpHOl9OIaZYsd1D58R1CrBDSr0a0IcQ fnEkH4J2bK8B640vOLxs7cG3SXOQr8k4VgJgXS8A1jqwGpSfgS4CxgKoDzivRG8dVM7BfwNU75jy ETzzUv518vIIEChPWOgOlM94FReCeJ8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDctMTRUMTQ6 NDg6MDUrMDA6MDCunZmMAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA3LTE0VDE0OjQ4OjA1KzAw OjAw38AhMAAAAABJRU5ErkJggg== X-Now-Playing: Nobukazu Takamura's _Music for the exhibition "Einheit"_: "(untitled)" Date: Wed, 14 Jul 2021 16:52:32 +0200 In-Reply-To: <8735sh49su.fsf@subst.net> (Jens C. Jensen via's message of "Wed, 14 Jul 2021 09:46:41 +0200") Message-ID: <874kcxhrrj.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: Jens C. Jensen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > The NEWS entry is a little self-referential, fixed it by looking at > text.texi, cheers! > > diff --git a/etc/NEWS b/etc/NEWS > index a0b62250d8..11870d423c 100644 > --- a/etc/NEWS > +++ b/etc/NEWS [...] 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: 49559 Cc: "Jens C. Jensen" 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 (---) Jens C. Jensen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > The NEWS entry is a little self-referential, fixed it by looking at > text.texi, cheers! > > diff --git a/etc/NEWS b/etc/NEWS > index a0b62250d8..11870d423c 100644 > --- a/etc/NEWS > +++ b/etc/NEWS > @@ -2187,7 +2187,7 @@ summaries will include the failing condition. > > +++ > *** New utility function 'insert-into-buffer'. > -This is like 'insert-into-buffer', but works in the opposite direction. > +This is like 'insert-buffer-substring', but works in the opposite direction. Thanks; Michael had already fixed the er overly self-referantialness some minutes ago. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 14 10:52:56 2021 Received: (at control) by debbugs.gnu.org; 14 Jul 2021 14:52:56 +0000 Received: from localhost ([127.0.0.1]:45674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3gFs-0008TV-AY for submit@debbugs.gnu.org; Wed, 14 Jul 2021 10:52:56 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3gFq-0008TB-3B for control@debbugs.gnu.org; Wed, 14 Jul 2021 10:52:54 -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=QKVHrAFsCf4zq1GIukJXxMzm0dfXn4Ygg9Fzw3wekEI=; b=JeGsTHA1AxiJfm10i+SOnH6cnV mVNtSHk0zGbYrPld1yalZ3DNTH4e+1AsJIoBjIOBPSKVUp9S8ojD4o3ZGsSCAUkZNSAd27JFMD/YR 1E2rWBbQOvAswIU0Hft4ByBuPo+nIs42q34Cyo1BUeJM7AG6JmEs+5Q9ZHZa+U3ykYp8=; 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 1m3gFi-0004j5-F4 for control@debbugs.gnu.org; Wed, 14 Jul 2021 16:52:48 +0200 Date: Wed, 14 Jul 2021 16:52:45 +0200 Message-Id: <8735shhrr6.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49559 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 49559 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 49559 28.1 quit From unknown Sun Aug 17 22:01:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Aug 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator