From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#14712: 24.3.50; `isearch-filter-visible' obsolescence Date: Tue, 25 Jun 2013 14:31:00 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372185132 5375 80.91.229.3 (25 Jun 2013 18:32:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 18:32:12 +0000 (UTC) Cc: 14712-done@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 25 20:32:12 2013 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 1UrY2D-00061L-FM for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Jun 2013 20:32:09 +0200 Original-Received: from localhost ([::1]:41769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrY2D-0004bW-3E for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Jun 2013 14:32:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrY28-0004YB-PK for bug-gnu-emacs@gnu.org; Tue, 25 Jun 2013 14:32:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrY27-0008JC-UG for bug-gnu-emacs@gnu.org; Tue, 25 Jun 2013 14:32:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrY27-0008J7-RH for bug-gnu-emacs@gnu.org; Tue, 25 Jun 2013 14:32:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UrY27-0005Gd-FY for bug-gnu-emacs@gnu.org; Tue, 25 Jun 2013 14:32:03 -0400 Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Jun 2013 18:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14712 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Mail-Followup-To: 14712@debbugs.gnu.org, monnier@IRO.UMontreal.CA, drew.adams@oracle.com Original-Received: via spool by 14712-done@debbugs.gnu.org id=D14712.137218506520084 (code D ref 14712); Tue, 25 Jun 2013 18:32:02 +0000 Original-Received: (at 14712-done) by debbugs.gnu.org; 25 Jun 2013 18:31:05 +0000 Original-Received: from localhost ([127.0.0.1]:40890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UrY1A-0005Dl-Tr for submit@debbugs.gnu.org; Tue, 25 Jun 2013 14:31:05 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:51058) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UrY17-0005DB-TK; Tue, 25 Jun 2013 14:31:02 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r5PIV1Lh010124; Tue, 25 Jun 2013 14:31:01 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id D64C4B4178; Tue, 25 Jun 2013 14:31:00 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Tue, 25 Jun 2013 09:49:25 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4620=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4620> : streams <988841> : uri <1458351> 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: 140.186.70.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:75582 Archived-At: tags 14712 notabug thanks > The proper replacement is given in the source code: > (or (eq search-invisible t) > (not (isearch-range-invisible beg end))) > It is that information that needs to be conveyed in the obsolescence > message. No, the obsolescence message only points to the other variable/function/feature with which you can obtain similar results. It's generally not a drop-in replacement. Stefan