GNU bug report logs - #71285
29.3; Emacs sends faulty notifications to texlab on unicode insert

Previous Next

Package: emacs;

Reported by: ROMMESWINKEL Hendrik <rommeswinkel <at> aoni.waseda.jp>

Date: Fri, 31 May 2024 06:59:02 UTC

Severity: normal

Found in version 29.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 71285 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: ROMMESWINKEL Hendrik <rommeswinkel <at> aoni.waseda.jp>
Cc: 71285 <at> debbugs.gnu.org,
 João Távora <joaotavora <at> gmail.com>
Subject: Re: bug#71285: 29.3;
 Emacs sends faulty notifications to texlab on unicode insert
Date: Sat, 01 Jun 2024 17:34:02 +0300
> From: ROMMESWINKEL Hendrik <rommeswinkel <at> aoni.waseda.jp>
> Date: Fri, 31 May 2024 04:33:27 +0000
> 
> Please see https://github.com/latex-lsp/texlab/issues/1130
> 
> Texlab crashes when inserting a unicode character such as BACK OF
> ENVELOPE
> 
> According to the Texlab maintainer, this is caused by a faulty
> notification:
> 
> ```
> {
>   "jsonrpc": "2.0",
>   "method": "textDocument/didChange",
>   "params": {
>     "textDocument": { "uri": "...", "version": 1 },
>     "contentChanges": [
>       {
>         "range": {
>           "start": { "line": 0, "character": 0 },
>           "end": { "line": 0, "character": 0 }
>         },
>         "rangeLength": 0,
>         "text": "🖂"
>       }
>     ]
>   }
> }
> ```

It looks like you are using lsp-mode or something?  If so, please
report that to the developers of lsp-mode.

If you use the built-in Eglot, then please tell more details, because
I don't quite see how this could have happened.




This bug report was last modified 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.