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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20184 in the body.
You can then email your comments to 20184 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20184
; Package
emacs
.
(Mon, 23 Mar 2015 19:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bernard Hurley <bernard <at> marcade.biz>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 23 Mar 2015 19:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
--------
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.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Wed, 25 Mar 2015 05:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Bernard Hurley <bernard <at> marcade.biz>
:
bug acknowledged by developer.
(Wed, 25 Mar 2015 05:44:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 20184-done <at> debbugs.gnu.org (full text, mbox):
Version: 24.5
Thanks; fixed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 22 Apr 2015 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.