GNU bug report logs -
#32742
27.0.50; text-char-description examples fail
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sat, 15 Sep 2018 22:49:01 UTC
Severity: minor
Found in version 27.0.50
Done: Eli Zaretskii <eliz <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 Thu, 20 Sep 2018 09:43:52 +0300
with message-id <83efdoekif.fsf <at> gnu.org>
and subject line Re: bug#32742: 27.0.50; text-char-description examples fail
has caused the debbugs.gnu.org bug report #32742,
regarding 27.0.50; text-char-description examples fail
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32742
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
The second and third example in (info "(elisp) Describing Characters")
fail when evaluated:
(text-char-description ?\M-m)
Debugger entered--Lisp error: (wrong-type-argument characterp 134217837)
text-char-description(134217837)
eval((text-char-description 134217837) nil)
elisp--eval-last-sexp(nil)
eval-last-sexp(nil)
funcall-interactively(eval-last-sexp nil)
call-interactively(eval-last-sexp nil nil)
command-execute(eval-last-sexp)
(text-char-description ?\C-\M-m)
Debugger entered--Lisp error: (wrong-type-argument characterp 134217741)
text-char-description(134217741)
eval((text-char-description 134217741) nil)
elisp--eval-last-sexp(nil)
eval-last-sexp(nil)
funcall-interactively(eval-last-sexp nil)
call-interactively(eval-last-sexp nil nil)
command-execute(eval-last-sexp)
Not sure if there is a bug in the implementation of text-char-description,
or its documentation was not updated after some implementation changes.
[Message part 3 (message/rfc822, inline)]
> Date: Sun, 16 Sep 2018 05:36:04 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 32742 <at> debbugs.gnu.org
>
> > Not sure if there is a bug in the implementation of text-char-description,
> > or its documentation was not updated after some implementation changes.
>
> It's a documentation bug, see bug#32562.
Now fixed on the release branch.
Thanks.
This bug report was last modified 6 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.