From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aankhen Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300788125 27757 80.91.229.12 (22 Mar 2011 10:02:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2011 10:02:05 +0000 (UTC) To: Stefan Monnier , Tassilo Horn , emacs-orgmode@gnu.org, emacs-devel@gnu.org, Julien Danjou Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Tue Mar 22 11:02:00 2011 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1yPY-0005hS-6k for geo-emacs-orgmode@m.gmane.org; Tue, 22 Mar 2011 11:02:00 +0100 Original-Received: from localhost ([127.0.0.1]:59501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1yPV-0002TC-Bw for geo-emacs-orgmode@m.gmane.org; Tue, 22 Mar 2011 06:01:57 -0400 Original-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 Original-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 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:63187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1yOt-0002PR-GA; Tue, 22 Mar 2011 06:01:19 -0400 Original-Received: by qwa26 with SMTP id 26so6260770qwa.0 for ; Tue, 22 Mar 2011 03:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=7bDUAVjn1yDlhLuHCa1m3c2Ryo738ux1LP4buxAWfNo=; b=NhlWVhopzZB24B8lmBSgFt5fNuZY8IFTe5aGctBHbbJcMAWIXSSd8X7iiBOhh9PLsC /G+JoYY2sUYDLLwXnDlgJbLJW2cO0+D8PkfhKJpyTO7LLFlYvftT82TXHgQuPkWN2Icq tXcUbiUwwGY/G02VcJQpR1/9pvMMtF8t5isnU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=RWmpcA1QDfJKpKrf0thfzQlyuhOT9fM7lEF/hS6oAcPp4U33Vu2iOUm9SULvsHQZLZ aTws/p/fcEoTgI44EruG2YTJJflCApn/lf5XX+ewmR4OQjFJ/niILAtAVTYmyIcuuJ5l SuR6TAUy3SRSP2hLf6bojhyRWHQ0Q8Khu93Co= Original-Received: by 10.229.246.73 with SMTP id lx9mr4438903qcb.198.1300788078187; Tue, 22 Mar 2011 03:01:18 -0700 (PDT) Original-Received: by 10.52.163.135 with HTTP; Tue, 22 Mar 2011 03:00:58 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-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 Xref: news.gmane.org gmane.emacs.orgmode:39919 gmane.emacs.devel:137519 Archived-At: 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?