Re: jde integration with hippie completion

Phillip Lord <[email protected]> Sat, 23 Sep 2006 14:54:49 +0100
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
>>>>> "JA" == James Ahlborn <[email protected]> writes:

  JA> very interesting.  i wouldn't give up the hippie-expand options,
  JA> but i may attempt to integrate this with hippie-expand. :)


This might work. The problem is that the main advantage of pabbrev is
the in buffer display of expansions, which you'd probably miss this
with hippie-expand. 

It would have been better if pabbrev had be written with display code
separate. In practice, though, the abbreviation needs to be quick as
it potentially occurs every keystroke. My code only requires a single
hash table look up, so it's very quick. 

Phil