emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] What happened to org-complete?


From: Nick Dokos
Subject: Re: [O] What happened to org-complete?
Date: Sat, 02 Jul 2011 21:54:31 -0400

Dave Abrahams <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]