Re[3]: JDEE plugins (was JUCI)

2003-02-23 Thread Nick Sieger
>> "Eric" == Eric M Ludlam <[EMAIL PROTECTED]> writes: Nick Sieger <[EMAIL PROTECTED]> seems to think that: >>> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes: >> PK> Eric M. Ludlam writes: Something I always wanted to do was use EIEIO to wrap Java objects. EIEIO could act as

Updated decompile.el for XEmacs

2003-02-23 Thread Nick Heudecker
I've updated decompile.el so that it will work with XEmacs. Decompile.el's problem with XEmacs stems from the fact that 'temporary-file-directory' is not a defined variable in XEmacs. Instead, XEmacs uses the'temp-directory' function. To fix this, I added a new defun to abstract out how the te

Updated decompile.el for XEmacs

2003-02-23 Thread Nick
I've updated decompile.el so that it will work with XEmacs. Decompile.el's problem with XEmacs stems from the fact that 'temporary-file-directory' is not a defined variable in XEmacs. Instead, XEmacs uses the'temp-directory' function. To fix this, I added a new defun to abstract out how the te

Re[3]: JDEE plugins (was JUCI)

2003-02-23 Thread Eric M. Ludlam
>>> Nick Sieger <[EMAIL PROTECTED]> seems to think that: >> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes: > >PK> Eric M. Ludlam writes: >>> Something I always wanted to do was use EIEIO to wrap Java objects. >>> EIEIO could act as a proxy for Java objects, and there could be >>> Java object

RE: Missing buttons

2003-02-23 Thread Andy Piper
--with-widgets maybe andy > I just built Xemacs 21.4.12 and now I can't see the buttons that > appear when a choice of classes results from the function, > jde-import-find-and-import (C-c C-v C-z). I see other buttons, > e.g. toolbar and customize, just not those. What build option might I > ha

Re[2]: JDEE plugins (was JUCI)

2003-02-23 Thread Nick Sieger
> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes: PK> Eric M. Ludlam writes: >> Something I always wanted to do was use EIEIO to wrap Java objects. >> EIEIO could act as a proxy for Java objects, and there could be >> Java object proxies for EIEIO objects. In this world people who >> know E