GNU bug report logs - #20184
24.4.50; Error in Emacs manual 24.4.50

Previous Next

Package: emacs;

Reported by: Bernard Hurley <bernard <at> marcade.biz>

Date: Mon, 23 Mar 2015 19:29:01 UTC

Severity: minor

Found in version 24.4.50

Fixed in version 24.5

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#20184: closed (24.4.50; Error in Emacs manual 24.4.50)
Date: Wed, 25 Mar 2015 05:44:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 25 Mar 2015 01:43:45 -0400
with message-id <xxoanhbpim.fsf <at> fencepost.gnu.org>
and subject line Re: bug#20184: 24.4.50; Error in Emacs manual 24.4.50
has caused the debbugs.gnu.org bug report #20184,
regarding 24.4.50; Error in Emacs manual 24.4.50
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
20184: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20184
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Bernard Hurley <bernard <at> marcade.biz>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; Error in Emacs manual 24.4.50
Date: Mon, 23 Mar 2015 18:52:15 +0000
--------
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.


[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 20184-done <at> debbugs.gnu.org
Subject: Re: bug#20184: 24.4.50; Error in Emacs manual 24.4.50
Date: Wed, 25 Mar 2015 01:43:45 -0400
Version: 24.5

Thanks; fixed.


This bug report was last modified 10 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.