Thorsten Bonow <[EMAIL PROTECTED]> writes: >>>>>> "Uwe" == Uwe Brauer <[EMAIL PROTECTED]> writes: > > Uwe> There is also dabbrev-hover.el, however I had difficulties with this > Uwe> package under Xemacs, however your pkg seem to work nicely. > Predictive > Uwe> on the other hand seems also not to work to smoothly with Xemacs (so > Uwe> far). > > (Off topic I guess, maybe we should move to an XEmacs group...) > > Hm, I can't get pabbrev.el to work with XEmacs. I'm using XEmacs 21.4.19 > coming > with my up to date Debian Unstable. Starting with xemacs -vanilla and just > loading pabbrev.el (after setting debug-on-error to t) gives me an error on > the > first completion. > > Did you do something special to make it work? Using 21.5 or something?
It depends, if you have some packages already have loaded it might work. Basically you need to require 'overlay and define some functions missing on XEmacs. Those are also provided by other packages and thus in a non vanilla XEmacs it might work. I have sent a patch fixing these to Phillip Lord which should fix these problems, but I am still playing a bit with it to workout some issues. Robert. _______________________________________________ Gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
