emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32742: closed (27.0.50; text-char-description exam


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32742: closed (27.0.50; text-char-description examples fail)
Date: Thu, 20 Sep 2018 06:45:02 +0000

Your message dated Thu, 20 Sep 2018 09:43:52 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
32742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32742
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; text-char-description examples fail Date: Sun, 16 Sep 2018 01:44:36 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#32742: 27.0.50; text-char-description examples fail Date: Thu, 20 Sep 2018 09:43:52 +0300
> Date: Sun, 16 Sep 2018 05:36:04 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]