At 09:46 AM 8/3/00 -0300, you wrote:
>Here is my release of the week:
>
>Completion now supports:
>*this, super
>*arrays of any depth
>*iterated completion at any depth
>*unqualified fields and methods
>*method args completion
>*features to code properly (add this when unqualified)
>*caching (i let you trigger the function
>jde-complete-flush-classes-in-cache (class-list) )
>*all static completions
>---> cleaner and optimized (i hope so) lisp code
>---> old and useless code flush  (i hope i didn't destroy something that
>worked)
>Sounds like a real completion facility , doesn't it ? :)
>

Yes, it does. I will incorporate and release your enhancements as soon as
possible.

[snip]

>I suggest we map now, completion to "C-." as suggested at the end of
>jde-complete.el.
>

Emacs extension packages are not supposed to arbitrarily bind keys, even
unused keys, to functions as this leads to chaos. Certain key combinations
are reserved for Emacs, others for extension packages. In particular, I
believe (correct me if I'm wrong) the key combination C-., although
currently unused, is reserved for possible future use by core Emacs. That
is why I did not accept C-. as proposed by the original author of
jde-complete.el. You and other JDE users are, of course, free to bind any
key to any function you want in your own copy of Emacs.

Thanks again for your Herculean contributions to the JDE.

Regards,

Paul

Reply via email to