From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Completions in Semantic Date: Thu, 22 Oct 2009 16:00:51 -0400 Message-ID: References: <87tyxwxq6t.fsf@stupidchicken.com> <1255924220.6961.1039.camel@projectile.siege-engine.com> <1255969613.6961.1056.camel@projectile.siege-engine.com> <1255980824.6961.1075.camel@projectile.siege-engine.com> <1255990628.6961.1084.camel@projectile.siege-engine.com> <1256070021.6961.1107.camel@projectile.siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256241696 30400 80.91.229.12 (22 Oct 2009 20:01:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2009 20:01:36 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: eric@siege-engine.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 22:01:26 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N13qe-0000Nt-IR for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 22:01:25 +0200 Original-Received: from localhost ([127.0.0.1]:58925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N13qd-0003AY-Or for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 16:01:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N13qF-0002lu-7d for emacs-devel@gnu.org; Thu, 22 Oct 2009 16:00:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N13qA-0002cW-6l for emacs-devel@gnu.org; Thu, 22 Oct 2009 16:00:58 -0400 Original-Received: from [199.232.76.173] (port=59781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N13q9-0002c9-MU for emacs-devel@gnu.org; Thu, 22 Oct 2009 16:00:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:64767 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N13q9-0000iM-77 for emacs-devel@gnu.org; Thu, 22 Oct 2009 16:00:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEACFX4EpLd/m0/2dsb2JhbACBUtsChD8EiB0 X-IronPort-AV: E=Sophos;i="4.44,607,1249272000"; d="scan'208";a="48022449" Original-Received: from 75-119-249-180.dsl.teksavvy.com (HELO pastel.home) ([75.119.249.180]) by ironport2-out.pppoe.ca with ESMTP; 22 Oct 2009 16:00:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5CE368074; Thu, 22 Oct 2009 16:00:51 -0400 (EDT) In-Reply-To: <1256070021.6961.1107.camel@projectile.siege-engine.com> (Eric M. Ludlam's message of "Tue, 20 Oct 2009 16:20:21 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116311 Archived-At: > It is in the cedet/semantic/complete.el, and the function is > semantic-complete-post-command-hook for the inline completion exit > conditions. :-( It's not much prettier than the hacks I've come up with so far. Stefan