semantic 1.4beta14 patch to fix segv/font-lock death

2002-03-24 Thread Eric M. Ludlam
Hi, Paul told me rumors of a problem with the latest semantic causing font-lock to die in some versions of Emacs. The attached patch should fix this problem for those older versions of Emacs. Apply the patch to semantic-imenu.el. Enjoy Eric diff -r1.39.2.4 -r1.39.2.5

Re: Interfacing Java tools with JDEE

2002-03-24 Thread Nascif Abousalh-Neto
Title: Re: Interfacing Java tools with JDEE Hi Graham, [snip] complicated. The main problem is that emacs seems only to send data back when the socket is shutdown, so I have to continually reinitialise the socket. I think that using sockets is better that using gnuclient, since: -

Re: Interfacing Java tools with JDEE

2002-03-24 Thread Paul Kinnucan
Nascif Abousalh-Neto writes: Hi Graham, [snip] complicated. The main problem is that emacs seems only to send data back when the socket is shutdown, so I have to continually reinitialise the socket. This is not true. I have developed two applications that use a socket