From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: In-buffer completion Date: Sat, 20 Nov 2010 20:16:51 +0100 Message-ID: <409F33FB-7CA7-44F4-8A59-8BC116A6536B@gmail.com> References: <874obblwa8.fsf@gmail.com> 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=44224 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJsvj-00015o-7W for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 14:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJsvf-00073x-Qn for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 14:16:59 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:62114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJsvf-00073c-Ll for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 14:16:55 -0500 Received: by ewy25 with SMTP id 25so3332970ewy.0 for ; Sat, 20 Nov 2010 11:16:54 -0800 (PST) In-Reply-To: <874obblwa8.fsf@gmail.com> 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: Dan Davison Cc: John Wiegley , Org Mode On Nov 20, 2010, at 6:50 PM, Dan Davison wrote: > Carsten Dominik writes: > >> 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! > > Hi Carsten, > > That looks nice. Here's a few #+ keywords I notice are > missing. (Shouldn't more of these entries have a terminal colon?) I think you are right.... - Carsten > > Dan > > diff --git a/lisp/org.el b/lisp/org.el > index c634a6c..917a368 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -10547,9 +10547,14 @@ This function can be used in a hook." > "BEGIN_VERSE" "END_VERSE" > "BEGIN_CENTER" "END_CENTER" > "BEGIN_SRC" "END_SRC" > + "SOURCE:" "SRCNAME:" "FUNCTION:" > + "RESULTS:" > + "HEADER:" "HEADERS:" > + "BABEL:" > "CATEGORY" "COLUMNS" "PROPERTY" > "CAPTION" "LABEL" > "SETUPFILE" > + "INCLUDE:" > "BIND" > "MACRO")) > > > >> >> Thanks to John for yet another great addition to Org mode. >> >> - Carsten >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode