From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: What happened to org-complete? Date: Sat, 02 Jul 2011 21:54:31 -0400 Message-ID: <13665.1309658071@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdBto-0008Fc-Ea for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 21:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdBtm-0003A3-OD for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 21:55:04 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:61155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdBtm-00039R-Jf for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 21:55:02 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNQ00FPEIMV4H10@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 02 Jul 2011 20:54:37 -0500 (CDT) In-reply-to: Message from Dave Abrahams of "Sat, 02 Jul 2011 21:43:28 EDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Abrahams Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Dave Abrahams 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