Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Peter Dyballa
Am 03.11.2008 um 13:06 schrieb Ted Zlatanov: > The Intel > version I compiled from CVS doesn't have the problem you report > with key > bindings and focus. With two windows in one frame, coming from another Mac OS X application and you click into that window that does not have the cursor,

Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Ted Zlatanov
On Sun, 2 Nov 2008 16:40:34 +0100 Carsten Bormann <[EMAIL PROTECTED]> wrote: CB> One problem that needs to be fixed is that fatal_error_signal/ CB> shut_down_emacs/ns_term_shutdown essentially hides the bugs -- when CB> Emacs runs into an abort(), this "cleans up" and makes sure there is CB> no t

Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Adrian Robert
> 1) Frequent crashes. I start Emacs.app from gdb and they never > happen. I > start it from the Finder and at random times it dies altogether. This > happens at least 3 times a day, and I have lost work because of it. > It's frustrating and I have seen no reports about it. Maybe it's my > s

Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Adam M. Goldstein
On Nov 3, 2008, at 8:48 AM, Peter Dyballa wrote: > > Am 03.11.2008 um 13:06 schrieb Ted Zlatanov: > >> The Intel >> version I compiled from CVS doesn't have the problem you report >> with key >> bindings and focus. > > > With two windows in one frame, coming from another Mac OS X > application an

Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Carsten Bormann
On Nov 03 2008, at 18:57, Adrian Robert wrote: > a crash dialog from OS X As I mentioned a couple of messages earlier, you don't. It seems to me that ns_term_shutdown() simply ignores its argument sig, so it always acts as if this was a clean shutdown. Gruesse, Carsten --

Re: [Emacs.app dev]: issues with NextStep (Cocoa) port: epa-file and frequent crashes

2008-11-03 Thread Adrian Robert
On Nov 3, 2008, at 3:14 PM, Carsten Bormann wrote: > On Nov 03 2008, at 18:57, Adrian Robert wrote: > >> a crash dialog from OS X > > As I mentioned a couple of messages earlier, you don't. > It seems to me that ns_term_shutdown() simply ignores its argument > sig, so it always acts as if this