From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: Re: Completing with anything Date: Tue, 22 Mar 2011 15:30:58 +0530 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; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54720 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1yOu-0002T2-M4 for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 06:01:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1yOt-0002Q6-Iy for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 06:01:20 -0400 In-Reply-To: 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: Stefan Monnier , Tassilo Horn , emacs-orgmode@gnu.org, emacs-devel@gnu.org, Julien Danjou On Mon, Mar 21, 2011 at 22:34, Julien Danjou wrote: > On Mon, Mar 21 2011, Stefan Monnier wrote: > >> 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. =C2=A0I'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. Isn=E2=80=99t this what hippie-expand does?