emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 25.1.1 coredumps if company-mode pops up in a magit commit buf


From: Filipe Silva
Subject: Re: Emacs 25.1.1 coredumps if company-mode pops up in a magit commit buffer window
Date: Sat, 11 Mar 2017 16:07:17 -0300

Hi Eli, thanks. It seems to be working on latest git master. I think it is a good idea to cherry-pick this into the emacs-25 branch, since it is also affected.

On Sat, Mar 11, 2017 at 5:33 AM, Eli Zaretskii <address@hidden> wrote:
> Date: Fri, 10 Mar 2017 15:37:27 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
>
> > From: Filipe Silva <address@hidden>
> > Date: Fri, 10 Mar 2017 10:16:04 -0300
> > Cc: Emacs developers <address@hidden>
> >
> > Eli, Here's the recipe from emacs -Q
> >
> > https://github.com/ninrod/coredump-recipe
>
> Thanks, I will look into that soon.

I think I fixed this on the master branch, please test.  (My master
build is compiled with all kinds of runtime checks, so it hit an
assertion violation before the place where you reported an abort.)

Btw, vim-empty-lines-mode.el plays with fire here: in
vim-empty-lines-count-screen-lines it narrows the buffer to the region
just before point-max, while having an overlay affecting the display
that ends at point-max.  This generally hits on all kinds of dark
corners, so it would be better not to do stuff like that.


reply via email to

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