GNU bug report logs -
#20184
24.4.50; Error in Emacs manual 24.4.50
Previous Next
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
[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)]
--------
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)]
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.