----- Original Message -----
From: "Dr. Volker Zell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2000 3:09 PM
Subject: Re: Xemacs support for jde-imenu-complete.el
> >>>>> "David" == David Ponce <[EMAIL PROTECTED]> writes:
>
> David> Hello,
> David> In the attached version of jde-complete.el (taken from JDE
2.2.6beta7)
> David> I reimplemented the Emacs specific
> David> `jde-complete-popup-emacs-completion-menu' as a new generic
> David> `jde-complete-popup-completion-menu' that should work both on
Emacs
> David> and XEmacs. It works for me with Emacs 20.7, 21.0 and XEmacs
21.1.
>
> David> So now, XEmacsers, could benefit of the `imenu--mouse-menu'
nice
> David> feature that automatically split large menus :-)
>
> David> Any feedback, particularly from XEmacsers, will be welcome and
if this
> David> new version don't have other problems, maybe it could replace
the
> David> existing one.
>
> YEEEAAH, yes Sir it works with Xemacs now :-)
> Thanks for looking again into this.
>
> I checked with both Xemacs-21.1.12 and 21.2.beta38.
>
> David> Sincerely,
> David> David
>
> Ciao
> Volker
>
> PS:
>
> I found another problem with
>
> jde-wiz-implement-interface.
>
> When calling this I get
>
> Symbol's function definition is void: jde-wiz-insert-imports-into-buffer
>
That's because it's name changed to jde-import-insert-imports-into-buffer.
See the release notes.
- Paul
>
> This used to be defined in jde-2.2.0. I just upgraded to the latest and
greatest
> in order to test your new jde-complete.el
>