From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: replace.el changes... Date: Tue, 22 Jun 2004 19:16:58 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87llihotdc.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1087946249 28785 80.91.224.253 (22 Jun 2004 23:17:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 23:17:29 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 23 01:17:21 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcuW0-0006RR-00 for ; Wed, 23 Jun 2004 01:17:20 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcuW0-0006ta-00 for ; Wed, 23 Jun 2004 01:17:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcuXL-0000q3-0e for emacs-devel@quimby.gnus.org; Tue, 22 Jun 2004 19:18:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BcuX7-0000ox-RQ for emacs-devel@gnu.org; Tue, 22 Jun 2004 19:18:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BcuX5-0000nP-3W for emacs-devel@gnu.org; Tue, 22 Jun 2004 19:18:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcuX5-0000nA-0c for emacs-devel@gnu.org; Tue, 22 Jun 2004 19:18:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BcuVf-0003Ju-Fz for emacs-devel@gnu.org; Tue, 22 Jun 2004 19:16:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BcuVe-0001ai-St; Tue, 22 Jun 2004 19:16:58 -0400 Original-To: David Kastrup In-reply-to: (message from David Kastrup on 21 Jun 2004 17:10:01 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25186 If a replacement has already been done, the stored information in the history does not contain the highlighted region. Could you please be more explicit? What is "the history" that you refer to? Does it have a name? Where is it documented? It is actually not documented to be useful, except as being nil or non-nil. And even then, it is only documented for perform-replace itself (the internal routine doing the job). If it is not documented, people can't complain if we change it.