Re: JDE 1.43: kill-line broken after upgrade

2003-02-06 Thread Kurt Schelfthout
Maybe this will help, concerning updating JDEE via the XEmacs packaging system: Usually this simply doesn't work for me. I can't quite remember what errors I get, but Wrong type argument sounds familiar :) Anyway, what I do is download the Pre-release versions of semantic, speedbar etc using

Re: AW: jde and j2ee ...thanks giving !

2003-02-06 Thread Elo
Steering those talking about Java discussions toward new (or recently added) JDEE features, could be a good plan. Oh, for Andres original post about EJB design, I suggest taking a look at the ant integration functions offered by the JDEE and also look into using XDoclet with Ant. (And using

RE: JDE 1.43: kill-line broken after upgrade

2003-02-06 Thread Le Wang
--- Andy Piper [EMAIL PROTECTED] wrote: On another note 21.4.6 is _old_. The current release is 21.4.11, you should probably upgrade if you can. 21.4.11? HA! That's _ancient_! Ya gots to keep up with the times. .12 was released a few days after .11. hehe -- Le

cc-mode indenting

2003-02-06 Thread Le Wang
Hi, This is the current indentation style: code gmo.options = MQC.MQGMO_WAIT | MQC.MQGMO_FAIL_IF_QUIESCING | MQC.MQGMO_SYNCPOINT | MQC.MQGMO_CONVERT; /code I would like: code gmo.options = MQC.MQGMO_WAIT | MQC.MQGMO_FAIL_IF_QUIESCING | MQC.MQGMO_SYNCPOINT |

Re: cc-mode indenting

2003-02-06 Thread Troy Daniels
At 11:42 AM 2/6/2003 -0500, Le Wang wrote: Hi, This is the current indentation style: code gmo.options = MQC.MQGMO_WAIT | MQC.MQGMO_FAIL_IF_QUIESCING | MQC.MQGMO_SYNCPOINT | MQC.MQGMO_CONVERT; /code I would like: code gmo.options = MQC.MQGMO_WAIT |