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

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

bug#66743: 30.0.50; Crash when dumping reftex


From: Ihor Radchenko
Subject: bug#66743: 30.0.50; Crash when dumping reftex
Date: Wed, 25 Oct 2023 12:58:07 +0000

Eli Zaretskii <eliz@gnu.org> writes:

> The code which aborts:
>
>   if (!itree_empty_p (buffer->overlays))
>     /* We haven't implemented the code to dump overlays.  */  <<<<<<<<<<
>     emacs_abort ();
>
> Any questions?

What is the difficulty dumping overlays?
And, if it is hard, may we work around this by pdumper binding some flag
to non-nil and reftex.el hiding the overlay initialization code behind
an `if'?

At minimum, it would be helpful to print a message instead of crashing
into the user's face.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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