From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: Completing with anything Date: Mon, 21 Mar 2011 18:00:53 -0400 Message-ID: References: <87r5bhysp6.fsf@keller.adm.naquadah.org> <878vxovsym.fsf@keller.adm.naquadah.org> <87k4h7ua23.fsf@member.fsf.org> <87vd0romky.fsf@keller.adm.naquadah.org> <87mxm2na63.fsf@member.fsf.org> <87vd0qfhu3.fsf@member.fsf.org> <87lj08fxge.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34718 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1pP0-0004ud-0q for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 20:24:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1pOy-00071L-Uw for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 20:24:49 -0400 In-Reply-To: (Julien Danjou's message of "Mon, 21 Mar 2011 18:04:39 +0100") 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: Tassilo Horn Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org >> As Tassilo mentions, maybe we could have a post-completion step that can >> perform some kind of expansion/replacement/cleanup once a valid >> completion is selected. I'm not sure what that would look like in terms >> of code and API, but if someone wants to try it out a propose a patch to >> start a discussion, maybe we could add such a thing. > Or maybe an upper layer mixing abbrev and completion? Trying one at > first, the other one after. This could be useful for message-mode for > example, since you probably wants to use both. That might work even better, yes. Stefan