From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: search-invisible and friends Date: Wed, 09 Sep 2020 19:25:20 +0300 Message-ID: <83v9gmkjdb.fsf@gnu.org> References: <87zh5z9l9y.fsf@gnus.org> <83y2ljj7i6.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31503"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 09 18:26:17 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kG2vI-00084g-So for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Sep 2020 18:26:16 +0200 Original-Received: from localhost ([::1]:44186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kG2vH-0008Ac-Ts for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Sep 2020 12:26:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kG2uT-0006p7-8z for emacs-devel@gnu.org; Wed, 09 Sep 2020 12:25:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38178) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kG2uS-0007z0-UO; Wed, 09 Sep 2020 12:25:24 -0400 Original-Received: from [176.228.60.248] (port=4795 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kG2uM-0006Ba-7Q; Wed, 09 Sep 2020 12:25:23 -0400 In-Reply-To: (message from Stefan Monnier on Wed, 09 Sep 2020 12:11:44 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:254900 Archived-At: > From: Stefan Monnier > Cc: larsi@gnus.org, emacs-devel@gnu.org > Date: Wed, 09 Sep 2020 12:11:44 -0400 > > Right, but we wouldn't to re-implement the test in isearch.el, so the > question is to find an existing function which gives us the answer. We'd need to write it, I think.