From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: Completions in Semantic Date: Mon, 19 Oct 2009 19:52:40 -0400 Message-ID: <1255996360.6961.1086.camel@projectile.siege-engine.com> References: <87tyxwxq6t.fsf@stupidchicken.com> <1255924220.6961.1039.camel@projectile.siege-engine.com> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255996326 18867 80.91.229.12 (19 Oct 2009 23:52:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 23:52:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 20 01:51:55 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 1N0214-0003l5-HV for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2009 01:51:54 +0200 Original-Received: from localhost ([127.0.0.1]:49827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0213-0008UH-H5 for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 19:51:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N020x-0008SF-68 for emacs-devel@gnu.org; Mon, 19 Oct 2009 19:51:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N020v-0008QX-R0 for emacs-devel@gnu.org; Mon, 19 Oct 2009 19:51:46 -0400 Original-Received: from [199.232.76.173] (port=51062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N020v-0008QQ-KK for emacs-devel@gnu.org; Mon, 19 Oct 2009 19:51:45 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:44819 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N020v-0001MK-9M for emacs-devel@gnu.org; Mon, 19 Oct 2009 19:51:45 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n9JNqeua006925; Mon, 19 Oct 2009 19:52:41 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n9JNqe74006923; Mon, 19 Oct 2009 19:52:40 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: <1255924220.6961.1039.camel@projectile.siege-engine.com> X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116259 Archived-At: On Sun, 2009-10-18 at 23:50 -0400, Eric M. Ludlam wrote: > For your particular example in xdisp.c, it seems the contents of > xdisp.c > fails to parse properly. It seems to be related to the P_ macro, and > one of the uses of it involving a line-end in the middle. I've > narrowed > it down and will see if I can fix it. To reply to myself, I checked changes into the CEDET repository for the C preprocessor handling to fix the bug found here in xdisp. By way of side effect, the completion problem originally posed is also fixed, as there is no "window" symbol in the file anymore. Eric