A bug report. It dies if i bind some operator to a lambda function.
To reproduce, eval the following in a buffer, and start typing `+' twice.
,
| (local-set-key (kbd "+") (lambda () (interactive) (insert " + ")))
`
-8<-
Toby Cubitt <[EMAIL PROTECTED]> writes:
> Auto-completion-mode is only useful when the function finding the
> completions can return results within a few tenths of a second
> (i.e. faster than your typing speed). Dabbrev was never designed to be
> that fast.
Hm, then this probably shouldn't be t
William Xu wrote:
Toby Cubitt <[EMAIL PROTECTED]> writes:
completion-UI is a nice idea.
The Emacs Wiki contains code snippets that provide the simple glue
between completion-UI and a number of completion-finding mechanisms (so
far: dabbrevs, etags, and predictive-mode).
I just tried dabbrev