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: Eli Zaretskii
Subject: bug#66743: 30.0.50; Crash when dumping reftex
Date: Fri, 27 Oct 2023 13:38:53 +0300

> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: gerd.moellmann@gmail.com, stefankangas@gmail.com, 66743@debbugs.gnu.org
> Date: Fri, 27 Oct 2023 09:08:02 +0000
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> +    {
> >> +      /* We haven't implemented the code to dump overlays.  */
> >> +      error ("Dumping overlays in buffers is not yet implemented.  
> >> Aborting...\n");
> >> +      emacs_abort ();
> >> +    }
> >
> > If you call 'error' in batch mode, do you really need emacs_abort?
> 
> If `error' does all the necessary cleanup, `emacs_abort' is indeed not
> necessary. But that's not very obvious from the source code.

What cleanup is needed in this case?





reply via email to

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