Dave Abrahams <d...@boostpro.com> wrote: > > Hi all, > > I used to have > > (define-key org-mode-map "\M-/" 'org-complete) > > in my .emacs. Now that there is no org-complete function, what should I > bind to `M /' in org buffers? >
I think pcomplete, normally bound to M-TAB: ,---- | pcomplete is an interactive compiled Lisp function in `pcomplete.el'. | | (pcomplete &optional INTERACTIVELY) | | Support extensible programmable completion. | To use this function, just bind the TAB key to it, or add it to your | completion functions list (it should occur fairly early in the list). `---- Nick