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

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

bug#34394: 27.0.50; Emacs segfaults with SLY, company and C-g


From: João Távora
Subject: bug#34394: 27.0.50; Emacs segfaults with SLY, company and C-g
Date: Sat, 09 Feb 2019 20:08:28 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

João Távora <joaotavora@gmail.com> writes:

> On Sat, Feb 9, 2019 at 4:21 PM Eli Zaretskii <eliz@gnu.org> wrote:
> More importantly perhaps, SLY uses a network process,
> not stdout, like these examples.  I don't know if that
> matters.

So, I enhaced foo.el to use network processes and now I can finally
reproduce it.

All you have to do is

  src/emacs -Q -L path/to/company-mode -l company -l foo.el -f foo-test-bug
  
A company tooltip should popup.  Type C-g.  The expected behaviour is to
exit the tooltip.  If it does, erase the "foo" and type "f o o" again
until it appears.

Previously, I needed to move down and up a quickly with my right hand on
the arrow, quickly pressing C-g on the left hand.  That doesn't seem to
be needed now for some reason.

Anyway, hopefully this should help you freeze Emacs.

João

Attachment: foo.el
Description: application/emacs-lisp


reply via email to

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