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

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

bug#46811: closed (27.1; json-pretty-print fails if there is a map with


From: GNU bug Tracking System
Subject: bug#46811: closed (27.1; json-pretty-print fails if there is a map with "t" as one of the keys)
Date: Sat, 27 Feb 2021 11:19:02 +0000

Your message dated Sat, 27 Feb 2021 13:17:59 +0200
with message-id <83sg5hoj2w.fsf@gnu.org>
and subject line Re: bug#46811: 27.1; json-pretty-print fails if there is a map 
with "t" as one of the keys
has caused the debbugs.gnu.org bug report #46811,
regarding 27.1; json-pretty-print fails if there is a map with "t" as one of 
the keys
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46811: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46811
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.1; json-pretty-print fails if there is a map with "t" as one of the keys Date: Sat, 27 Feb 2021 12:19:01 +0530
mark the json text below and run M-x json-pretty-print

  {"t": "hello"}

Debugger entered--Lisp error: (json-key-format t)
  signal(json-key-format (t))
  json-pretty-print(1 15 nil)
  funcall-interactively(json-pretty-print 1 15 nil)
  call-interactively(json-pretty-print record nil)
  command-execute(json-pretty-print record)
  execute-extended-command(nil "json-pretty-print" "json")
  funcall-interactively(execute-extended-command nil "json-pretty-print" "json")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

--- End Message ---
--- Begin Message --- Subject: Re: bug#46811: 27.1; json-pretty-print fails if there is a map with "t" as one of the keys Date: Sat, 27 Feb 2021 13:17:59 +0200
> From: Anantha Kumaran <ananthakumaran@gmail.com>
> Date: Sat, 27 Feb 2021 12:19:01 +0530
> 
> mark the json text below and run M-x json-pretty-print
> 
>   {"t": "hello"}
> 
> Debugger entered--Lisp error: (json-key-format t)
>   signal(json-key-format (t))
>   json-pretty-print(1 15 nil)
>   funcall-interactively(json-pretty-print 1 15 nil)
>   call-interactively(json-pretty-print record nil)
>   command-execute(json-pretty-print record)
>   execute-extended-command(nil "json-pretty-print" "json")
>   funcall-interactively(execute-extended-command nil "json-pretty-print" 
> "json")
>   call-interactively(execute-extended-command nil nil)
>   command-execute(execute-extended-command)

Thanks, this is already fixed in the development sources, which will
become Emacs 28.


--- End Message ---

reply via email to

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