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

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

Re: emacs C question


From: Jason Rumney
Subject: Re: emacs C question
Date: 25 Sep 2003 22:19:26 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

John Russell <jorussel@cisco.com> writes:

> Ok, this is my first time in the emacs C code and I'm relatively new
> to C so please be patient.  
> 
> 1) Why does this function cause emacs to immediately close with 
> 
> Fatal error (6).Aborted

You are probably calling it from an asynchronous signal handler. The
Lisp engine cannot be called this way, generate an event instead and
let Lisp handle it in its normal loop.



reply via email to

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