From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: vpsthiel@yahoo.com (Spencer Thiel) Newsgroups: gmane.emacs.help Subject: repeat-complex-command on current marked region Date: 2 Dec 2003 12:16:02 -0800 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2516c156.0312021216.136b3dca@posting.google.com> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1070403204 19659 80.91.224.253 (2 Dec 2003 22:13:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 22:13:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 23:13:14 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARIld-00048X-00 for ; Tue, 02 Dec 2003 23:13:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARJdI-00027B-71 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2003 18:08:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!feed1.newsreader.com!newsreader.com!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 128.197.56.242 Original-X-Trace: posting.google.com 1070396162 26114 127.0.0.1 (2 Dec 2003 20:16:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 2 Dec 2003 20:16:02 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:118920 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14862 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14862 If I use C-x ESC ESC to repeat a command, the previously marked region shows up as an argument. For example: (replace-string "foo" "bar" nil 675 779) What if I want to repeat the replacement on the current highlighted region, rather than from 675 to 779? This used to work as desired in emacs 20.x, but it somehow changed in 21.x. tia, Spencer Thiel