From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: In-buffer completion Date: Sat, 20 Nov 2010 15:26:47 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJoOz-0006Sa-Rz for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 09:26:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJoOy-0001L4-Lk for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 09:26:53 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:48207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJoOy-0001Kj-FX for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 09:26:52 -0500 Received: by ewy25 with SMTP id 25so3276375ewy.0 for ; Sat, 20 Nov 2010 06:26:51 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Cc: John Wiegley Dear all, yesterday I replaced the previous implementation of in-buffer completion (M-TAB of Esc TAB) with a new function making use of John Wiegleys pcomplete.el. In fact, John did most of the Org-related implementation already months ago - I only tied up some loose ends. So if you are noticing something unexpected in in-buffer completion, this is the cause. There may be bugs, if you find any, let me know. Most importantly, however, in-buffer completion is now implement so much cleaner, and we can extend it if we want. So if you have good ideas where in-buffer completion would be useful and does not work already, lets hear it! Thanks to John for yet another great addition to Org mode. - Carsten