From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 23 15:28:34 2015 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. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 25 01:43:49 2015 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. From unknown Tue Jun 17 20:16:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Apr 2015 11: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