From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Inconsistency with repeat-complex-command and transient-mark-mode Date: Sun, 16 Mar 2003 02:46:46 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047801179 15170 80.91.224.249 (16 Mar 2003 07:52:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2003 07:52:59 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 16 08:52:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18uSx0-0003wX-00 for ; Sun, 16 Mar 2003 08:52:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uSvo-0001DM-01 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 16 Mar 2003 02:51:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18uSvh-0001Ce-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 16 Mar 2003 02:51:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18uSrz-0007pE-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 16 Mar 2003 02:47:48 -0500 Original-Received: from mailbox.ucsd.edu ([132.239.1.56] helo=mailbox4.ucsd.edu) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uSr7-0007XL-00 for bug-gnu-emacs@prep.ai.mit.edu; Sun, 16 Mar 2003 02:46:53 -0500 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by mailbox4.ucsd.edu (8.12.8/8.12.3) with ESMTP id h2G7kmHZ041427 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 15 Mar 2003 23:46:48 -0800 (PST) Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18uSr0-0006Eu-00; Sun, 16 Mar 2003 02:46:46 -0500 Original-To: Stefan Daschek In-reply-to: (message from Stefan Daschek on 14 Mar 2003 23:44:21 +0100) X-MailScanner: PASSED (v1.2.7 34379 h2G7kmHZ041427 mailbox4.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4622 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4622 to which command was used. I give an example for each behaviour (this is what C-x ESC ESC shows after calling that command while the mark was active): (keep-lines "foo") (query-replace "foo" "bar" nil 180 195) As you see, the values of region-beginning and region-end are sort of "hardcoded" in the second case. I've fixed this in the development sources. Thanks for reporting it.