From unknown Tue Jun 17 20:40:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29222 <29222@debbugs.gnu.org> To: bug#29222 <29222@debbugs.gnu.org> Subject: Status: 26.0.90; doc string of `search-invisible' Reply-To: bug#29222 <29222@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:40:42 +0000 retitle 29222 26.0.90; doc string of `search-invisible' reassign 29222 emacs submitter 29222 Drew Adams severity 29222 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 09 00:00:47 2017 Received: (at submit) by debbugs.gnu.org; 9 Nov 2017 05:00:47 +0000 Received: from localhost ([127.0.0.1]:59298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCexL-0004OK-Cf for submit@debbugs.gnu.org; Thu, 09 Nov 2017 00:00:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCexJ-0004O4-QY for submit@debbugs.gnu.org; Thu, 09 Nov 2017 00:00:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCexD-0005E4-RN for submit@debbugs.gnu.org; Thu, 09 Nov 2017 00:00:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eCexD-0005Dy-Nw for submit@debbugs.gnu.org; Thu, 09 Nov 2017 00:00:39 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCexC-0006WK-GP for bug-gnu-emacs@gnu.org; Thu, 09 Nov 2017 00:00:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCex9-0005DG-EA for bug-gnu-emacs@gnu.org; Thu, 09 Nov 2017 00:00:38 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:35467) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eCex9-0005D0-6Q for bug-gnu-emacs@gnu.org; Thu, 09 Nov 2017 00:00:35 -0500 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id vA950VhY029662 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 9 Nov 2017 05:00:33 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id vA950VHY010251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 9 Nov 2017 05:00:31 GMT Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id vA950Vrb019991 for ; Thu, 9 Nov 2017 05:00:31 GMT MIME-Version: 1.0 Message-ID: <424d1e43-7d76-4dce-8aeb-ff5eb86302fa@default> Date: Wed, 8 Nov 2017 21:00:29 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 26.0.90; doc string of `search-invisible' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4600.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) This part of the doc string: When the value is 'open', if the text matched is made invisible by an overlay having an 'invisible' property and that overlay has a property 'isearch-open-invisible', then incremental search will show the contents. would be clearer if it said "an overlay having a non-nil 'invisible' property" and "...has a non-nil property `isearch-open-invisible'. Having a property is a bit ambiguous, or at least can be thought so. Sure, it's true that one cannot tell the difference between not having a property `foo' and having a property `foo' that has a value of nil. Still, it's better to be explicit here, I think. In GNU Emacs 26.0.90 (build 3, x86_64-w64-mingw32) of 2017-10-13 built on LAPHROAIG Repository revision: 906224eba147bdfc0514090064e8e8f53160f1d4 Windowing system distributor 'Microsoft Corp.', version 6.1.7601 Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Type C-x 1 to delete the help window, C-M-v to scroll help. Configured using: 'configure --without-dbus --host=3Dx86_64-w64-mingw32 --without-compress-install 'CFLAGS=3D-O2 -static -g3'' Configured features: XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 10 05:06:21 2017 Received: (at 29222-done) by debbugs.gnu.org; 10 Nov 2017 10:06:21 +0000 Received: from localhost ([127.0.0.1]:33180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD6Cb-0002v2-HK for submit@debbugs.gnu.org; Fri, 10 Nov 2017 05:06:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD6Ca-0002uq-Cx for 29222-done@debbugs.gnu.org; Fri, 10 Nov 2017 05:06:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eD6CP-0004Ch-Fk for 29222-done@debbugs.gnu.org; Fri, 10 Nov 2017 05:06:15 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD6CP-0004CX-Bn; Fri, 10 Nov 2017 05:06:09 -0500 Received: from [176.228.60.248] (port=3628 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eD6CO-0005Y7-Rx; Fri, 10 Nov 2017 05:06:09 -0500 Date: Fri, 10 Nov 2017 12:06:07 +0200 Message-Id: <83po8qphww.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: <424d1e43-7d76-4dce-8aeb-ff5eb86302fa@default> (message from Drew Adams on Wed, 8 Nov 2017 21:00:29 -0800 (PST)) Subject: Re: bug#29222: 26.0.90; doc string of `search-invisible' References: <424d1e43-7d76-4dce-8aeb-ff5eb86302fa@default> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29222-done Cc: 29222-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Wed, 8 Nov 2017 21:00:29 -0800 (PST) > From: Drew Adams > > This part of the doc string: > > When the value is 'open', if the text matched is made invisible by an > overlay having an 'invisible' property and that overlay has a property > 'isearch-open-invisible', then incremental search will show the > contents. > > would be clearer if it said "an overlay having a non-nil 'invisible' > property" and "...has a non-nil property `isearch-open-invisible'. Thanks, done on the release branch. From unknown Tue Jun 17 20:40:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Dec 2017 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator