GNU bug report logs -
#61726
[PATCH] Eglot: Support positionEncoding capability
Previous Next
Reported by: Augusto Stoffel <arstoffel <at> gmail.com>
Date: Thu, 23 Feb 2023 08:06:01 UTC
Severity: normal
Tags: patch
Done: João Távora <joaotavora <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #134 received at 61726 <at> debbugs.gnu.org (full text, mbox):
On Fri, 24 Feb 2023 at 13:45, João Távora wrote:
> I don't see how this is relevant to the code-point counting problem here,
> though.
The relevance is in how the offset-counting function should proceed when
the buffer is not UTF-8 encodable:
- My patch has a garbage-in garbage-out behavior.
- Eli made a suggestion he deems more correct, but is more expensive.
Since JSON must be UTF-8 encoded for data exchange purposes, I don't
see the benefit, and in fact I consider this option just a different
choice of garbage-in garbage-out behavior.
- A third option is to make the function throw an error. However, if
the buffer is not UTF-8 encodable, we already get an error from
json-serialize, because it doesn't let you generate invalid JSON:
(progn
(insert ?" (max-char) ?")
(json-serialize (buffer-substring-no-properties (pos-bol)
(pos-eol))))
⇒ Debugger entered--Lisp error: (wrong-type-argument utf-8-string-p " \"\377\"")
This bug report was last modified 2 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.