[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: predictive.el -- predictive completion of words as you type inEmacs
From: |
Phillip Lord |
Subject: |
RE: predictive.el -- predictive completion of words as you type inEmacs |
Date: |
Wed, 1 Mar 2006 16:36:00 -0000 |
Uwe Brauer wrote:
>>>>>> "Phillip" == Phillip Lord <address@hidden> writes:
>
>
>
> Phillip> Looks interesting, but rather like pabbrev.el which does
> Phillip> much the same thing. Have you tried both?
>
> There is also dabbrev-hover.el, however I had difficulties with this
> package under Xemacs, however your pkg seem to work nicely. Predictive
> on the other hand seems also not to work to smoothly with Xemacs (so
> far).
>
Yeah. I thought about fitting my user interface over dabbrev, but
dabbrev
is too slow, as it does up a lookup between keypress. For a data
structure
point of view, pabbrev does a simple hash lookup.
Phil