Re: more from the BeOS port, questions

François Revol <[email protected]> Sat, 10 Apr 2004 15:03:00 +0200
Newsgroups gmane.emacs.xemacs.design
Message-ID <[email protected]>
Selon François Revol <[email protected]>:

> 
> Hello folks,
> hmm, there doesn't seem to be much interest in BeOS there...
> Or is everyone on vacation ? ;)
> Anyway, I'm progressing, as you can see:
> http://clapcrest.free.fr/revol/beos/shot_xemacs_native_wide.png
> http://clapcrest.free.fr/revol/beos/shot_xemacs_native_running_xmine.png
> 

Anyone listen to me ?
Anyway.
I fixed one of the event problem, I did something wrong in 
beos_main_iteration() when converting it from the gtk_input_add() 
stuff. (the code wasn't equivalent to what the callback did on 
signal. Also I commented out gtk_input_add/remove() but didn't 
replace it wirth equivalent code =)

Now I can dired correctly, and shell buffers at least do start.
Though they still lockup. It seems the shell never gets the input
when typing.

About the splash screen, I nailed it down to a timer problem 
I think. I suppose my implementation of setitimer() isn't good 
enough.

Cheers,
François.