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: Bernard Hurley <bernard <at> marcade.biz>
Subject: bug#20184: closed (Re: bug#20184: 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 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 <at> debbugs.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: 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.

[Message part 3 (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.



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.