From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: bug#21684: 25.0.50; undo in query-replace w/o exit Date: Sun, 18 Oct 2015 11:58:55 -0400 Message-ID: References: <87k2qpmna2.fsf@mail.linkov.net> <87r3kt5fnp.fsf@mail.linkov.net> Reply-To: rms@gnu.org NNTP-Posting-Host: plane.gmane.org Content-Type: text/plain; charset=Utf-8 X-Trace: ger.gmane.org 1445183963 6941 80.91.229.3 (18 Oct 2015 15:59:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2015 15:59:23 +0000 (UTC) Cc: 21684@debbugs.gnu.org To: Tino Calancha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 18 17:59:08 2015 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 1ZnqMV-0008TR-PM for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Oct 2015 17:59:07 +0200 Original-Received: from localhost ([::1]:34375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnqMU-0007gg-VT for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Oct 2015 11:59:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnqMR-0007gb-Bf for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2015 11:59:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnqMQ-0001JJ-KZ for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2015 11:59:03 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:36340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnqMQ-0001JD-H5 for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2015 11:59:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZnqMQ-0007js-9G for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2015 11:59:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Oct 2015 15:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21684 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 21684-submit@debbugs.gnu.org id=B21684.144518394029740 (code B ref 21684); Sun, 18 Oct 2015 15:59:02 +0000 Original-Received: (at 21684) by debbugs.gnu.org; 18 Oct 2015 15:59:00 +0000 Original-Received: from localhost ([127.0.0.1]:55281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZnqMN-0007jc-TK for submit@debbugs.gnu.org; Sun, 18 Oct 2015 11:59:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46244) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZnqML-0007jS-Sn for 21684@debbugs.gnu.org; Sun, 18 Oct 2015 11:58:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnqMK-0001HF-Pq for 21684@debbugs.gnu.org; Sun, 18 Oct 2015 11:58:57 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnqMJ-0001Gl-Iv; Sun, 18 Oct 2015 11:58:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZnqMJ-0007Pd-4b; Sun, 18 Oct 2015 11:58:55 -0400 In-reply-to: (message from Tino Calancha on Sun, 18 Oct 2015 18:45:46 +0900 (JST)) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:107712 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > >Maybe better would be for undo "U" to only undo and skip non-replacement > >entries in the stack? (Implementation-wise this means looping until > >finding a previous non-replacement entry in the stack). > I agree, its better undo 'just' undo. Fixed in the new patch > (replace-3.patch). What change in functionality is being considered here? -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html.