From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#18388: 24.4.50; REGRESSION: incompatible change to `replace-match-maybe-edit' (and no doc) Date: Sat, 06 Feb 2016 02:34:28 +0200 Organization: LINKOV.NET Message-ID: <871t8qps15.fsf@mail.linkov.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454721259 24431 80.91.229.3 (6 Feb 2016 01:14:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Feb 2016 01:14:19 +0000 (UTC) Cc: 18388@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 06 02:14:08 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRrRv-0002Jd-WB for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Feb 2016 02:14:08 +0100 Original-Received: from localhost ([::1]:51183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRrRv-00044J-56 for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Feb 2016 20:14:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRrRr-000447-GR for bug-gnu-emacs@gnu.org; Fri, 05 Feb 2016 20:14:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRrRq-0004gW-OV for bug-gnu-emacs@gnu.org; Fri, 05 Feb 2016 20:14:03 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRrRq-0004gS-K4 for bug-gnu-emacs@gnu.org; Fri, 05 Feb 2016 20:14:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRrRq-0004zi-Bz for bug-gnu-emacs@gnu.org; Fri, 05 Feb 2016 20:14:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Feb 2016 01:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18388 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18388-submit@debbugs.gnu.org id=B18388.145472121919165 (code B ref 18388); Sat, 06 Feb 2016 01:14:02 +0000 Original-Received: (at 18388) by debbugs.gnu.org; 6 Feb 2016 01:13:39 +0000 Original-Received: from localhost ([127.0.0.1]:34951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRrRT-0004z3-Is for submit@debbugs.gnu.org; Fri, 05 Feb 2016 20:13:39 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:47463 helo=homiemail-a18.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRrRR-0004yn-Gm for 18388@debbugs.gnu.org; Fri, 05 Feb 2016 20:13:37 -0500 Original-Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id 1C9E425006B; Fri, 5 Feb 2016 17:13:37 -0800 (PST) Original-Received: from localhost.linkov.net (62.65.227.106.cable.starman.ee [62.65.227.106]) (Authenticated sender: jurta@jurta.org) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id 3238A250069; Fri, 5 Feb 2016 17:13:35 -0800 (PST) In-Reply-To: (Drew Adams's message of "Fri, 5 Feb 2016 09:16:43 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112538 Archived-At: >> You added argument BACKWARD to this function, and you did not add it as >> an &optional parameter. This breaks all existing code that uses the >> function. The parameter should be &optional. >> >> What's more, you did not even mention the new arg in the doc string. > > ping I wonder what code and how might use this internal function?