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 #11 received at 71285 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: rommeswinkel <at> aoni.waseda.jp
Cc: 71285 <at> debbugs.gnu.org, joaotavora <at> gmail.com
Subject: Re: bug#71285: 29.3;
 Emacs sends faulty notifications to texlab on unicode insert
Date: Sat, 15 Jun 2024 10:58:19 +0300
Ping!  Hendrik, could you please answer my questions, so we could make
some progress here?

Thanks.

> Cc: 71285 <at> debbugs.gnu.org,
>  João Távora <joaotavora <at> gmail.com>
> Date: Sat, 01 Jun 2024 17:34:02 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> > 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.