From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300753651 3567 80.91.229.12 (22 Mar 2011 00:27:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2011 00:27:31 +0000 (UTC) Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Tue Mar 22 01:27:26 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 1Q1pRV-000796-05 for geo-emacs-orgmode@m.gmane.org; Tue, 22 Mar 2011 01:27:25 +0100 Original-Received: from localhost ([127.0.0.1]:47981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1pRU-00068Z-Fg for geo-emacs-orgmode@m.gmane.org; Mon, 21 Mar 2011 20:27:24 -0400 Original-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 Original-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 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:56731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1pOy-00071A-PK; Mon, 21 Mar 2011 20:24:48 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p2M0Psu7015241; Mon, 21 Mar 2011 20:25:54 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id A17E26676D; Mon, 21 Mar 2011 18:00:53 -0400 (EDT) In-Reply-To: (Julien Danjou's message of "Mon, 21 Mar 2011 18:04:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3803=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3803> : streams <611259> : uri <832729> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:39899 gmane.emacs.devel:137505 Archived-At: >> 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