From unknown Mon Jun 16 23:55:10 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20184: 24.4.50; Error in Emacs manual 24.4.50 Resent-From: Bernard Hurley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 Mar 2015 19:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20184 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 20184@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142713891430854 (code B ref -1); Mon, 23 Mar 2015 19:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Mar 2015 19:28:34 +0000 Received: from localhost ([127.0.0.1]:34152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ya81a-00081a-AL for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54462) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ya81Y-00081N-Hb for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya81S-0000mX-EL for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:27 -0400 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]:40921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81S-0000mT-BS for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81R-0001Ci-J9 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya81K-0000lD-P2 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:25 -0400 Received: from [86.53.51.141] (port=46804 helo=snares-penguin.marcade.biz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81K-0000kH-H9 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:18 -0400 Received: by snares-penguin.marcade.biz (Postfix, from userid 1000) id B70192A0B8E; Mon, 23 Mar 2015 18:52:15 +0000 (GMT) From: Bernard Hurley X-Attribution: Bernard Date: Mon, 23 Mar 2015 18:52:15 +0000 Message-ID: <871tkf5yxs.fsf@snares-penguin.marcade.biz> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.1 (----) -------- In the emacs manual version 24.4.50 section "2.7 Equality Predicates" the passage: ------------- snip -------------- -- Function: equal-including-properties object1 object2 This function behaves like `equal' in all cases but also requires that for two strings to be equal, they have the same text properties. (equal "asdf" (propertize "asdf" '(asdf t))) => t (equal-including-properties "asdf" (propertize "asdf" '(asdf t))) => nil ------------- snip -------------- probably should read: ------------- snip -------------- -- Function: equal-including-properties object1 object2 This function behaves like `equal' in all cases but also requires that for two strings to be equal, they have the same text properties. (equal "asdf" (propertize "asdf" 'asdf t)) => t (equal-including-properties "asdf" (propertize "asdf" 'asdf t)) => nil ------------- snip -------------- In other words the two occurrences of: '(asdf t) cause *** Eval error *** Wrong number of arguments I assume that what was meant in each case is: 'asdf t Regards, Bernard. From unknown Mon Jun 16 23:55:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Bernard Hurley Subject: bug#20184: closed (Re: bug#20184: 24.4.50; Error in Emacs manual 24.4.50) Message-ID: References: <871tkf5yxs.fsf@snares-penguin.marcade.biz> X-Gnu-PR-Message: they-closed 20184 X-Gnu-PR-Package: emacs Reply-To: 20184@debbugs.gnu.org Date: Wed, 25 Mar 2015 05:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1427262242-31875-1" This is a multi-part message in MIME format... ------------=_1427262242-31875-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #20184: 24.4.50; Error in Emacs manual 24.4.50 which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20184@debbugs.gnu.org. --=20 20184: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D20184 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1427262242-31875-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 20184-done) by debbugs.gnu.org; 25 Mar 2015 05:43:49 +0000 Received: from localhost ([127.0.0.1]:35456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yae6W-0008Ha-R5 for submit@debbugs.gnu.org; Wed, 25 Mar 2015 01:43:49 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37279 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yae6V-0008HR-12 for 20184-done@debbugs.gnu.org; Wed, 25 Mar 2015 01:43:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Yae6T-0006J0-DV; Wed, 25 Mar 2015 01:43:45 -0400 From: Glenn Morris To: 20184-done@debbugs.gnu.org Subject: Re: bug#20184: 24.4.50; Error in Emacs manual 24.4.50 References: <871tkf5yxs.fsf@snares-penguin.marcade.biz> X-Spook: Comirex PGP Mossad Indigo Ft. Knox UMTS Tony Blair Ermes X-Ran: Y(&TN>7e/7Gr'5G~&GMiU#|^erpXNfEvlW97J\!S1r-z9QI*fQ$n!tggo{(YZ~R:j:S=UU X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 25 Mar 2015 01:43:45 -0400 In-Reply-To: <871tkf5yxs.fsf@snares-penguin.marcade.biz> (Bernard Hurley's message of "Mon, 23 Mar 2015 18:52:15 +0000") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 20184-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (-----) Version: 24.5 Thanks; fixed. ------------=_1427262242-31875-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Mar 2015 19:28:34 +0000 Received: from localhost ([127.0.0.1]:34152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ya81a-00081a-AL for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54462) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ya81Y-00081N-Hb for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya81S-0000mX-EL for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:27 -0400 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]:40921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81S-0000mT-BS for submit@debbugs.gnu.org; Mon, 23 Mar 2015 15:28:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81R-0001Ci-J9 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya81K-0000lD-P2 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:25 -0400 Received: from [86.53.51.141] (port=46804 helo=snares-penguin.marcade.biz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya81K-0000kH-H9 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2015 15:28:18 -0400 Received: by snares-penguin.marcade.biz (Postfix, from userid 1000) id B70192A0B8E; Mon, 23 Mar 2015 18:52:15 +0000 (GMT) From: Bernard Hurley To: bug-gnu-emacs@gnu.org Subject: 24.4.50; Error in Emacs manual 24.4.50 X-Attribution: Bernard Date: Mon, 23 Mar 2015 18:52:15 +0000 Message-ID: <871tkf5yxs.fsf@snares-penguin.marcade.biz> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.1 (----) -------- In the emacs manual version 24.4.50 section "2.7 Equality Predicates" the passage: ------------- snip -------------- -- Function: equal-including-properties object1 object2 This function behaves like `equal' in all cases but also requires that for two strings to be equal, they have the same text properties. (equal "asdf" (propertize "asdf" '(asdf t))) => t (equal-including-properties "asdf" (propertize "asdf" '(asdf t))) => nil ------------- snip -------------- probably should read: ------------- snip -------------- -- Function: equal-including-properties object1 object2 This function behaves like `equal' in all cases but also requires that for two strings to be equal, they have the same text properties. (equal "asdf" (propertize "asdf" 'asdf t)) => t (equal-including-properties "asdf" (propertize "asdf" 'asdf t)) => nil ------------- snip -------------- In other words the two occurrences of: '(asdf t) cause *** Eval error *** Wrong number of arguments I assume that what was meant in each case is: 'asdf t Regards, Bernard. ------------=_1427262242-31875-1--