From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Completions in Semantic Date: Thu, 22 Oct 2009 21:01:21 -0400 Message-ID: <873a5aappa.fsf@stupidchicken.com> References: <87tyxwxq6t.fsf@stupidchicken.com> <1255924220.6961.1039.camel@projectile.siege-engine.com> <1255996360.6961.1086.camel@projectile.siege-engine.com> <87hbtsn8lo.fsf@stupidchicken.com> <1256141430.6961.1142.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 1256259704 14120 80.91.229.12 (23 Oct 2009 01:01:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2009 01:01:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: eric@siege-engine.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 03:01:37 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 1N18X9-0006OW-N9 for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2009 03:01:35 +0200 Original-Received: from localhost ([127.0.0.1]:33966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N18X9-0000Ka-DG for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 21:01:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N18X4-0000K2-18 for emacs-devel@gnu.org; Thu, 22 Oct 2009 21:01:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N18Wy-0000JD-95 for emacs-devel@gnu.org; Thu, 22 Oct 2009 21:01:28 -0400 Original-Received: from [199.232.76.173] (port=34919 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N18Wy-0000JA-3o for emacs-devel@gnu.org; Thu, 22 Oct 2009 21:01:24 -0400 Original-Received: from pantheon-po43.its.yale.edu ([130.132.50.104]:46981) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N18Wx-0000JZ-HG for emacs-devel@gnu.org; Thu, 22 Oct 2009 21:01:23 -0400 Original-Received: from furry (adsl-99-89-90-11.dsl.wlfrct.sbcglobal.net [99.89.90.11]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n9N11MYm020550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Oct 2009 21:01:22 -0400 Original-Received: by furry (Postfix, from userid 1000) id 90049C070; Thu, 22 Oct 2009 21:01:21 -0400 (EDT) In-Reply-To: <1256141430.6961.1142.camel@projectile.siege-engine.com> (Eric M. Ludlam's message of "Wed, 21 Oct 2009 12:10:30 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:116315 Archived-At: "Eric M. Ludlam" writes: >> has not gone away for me: `C-c , j window [TAB]' in xdisp.c still brings >> up "window" as the only completion. > > That is probably because the old tagging information is still being > used. If you run > > M-x semantic-clear-toplevel-cache RET > > in that buffer, it will flush old parsing data, or you can go into your > ~/.semanticdb/ directory, and delete the cache file for emacs/src before > starting emacs, which might be better since multiple files there could > be affected. No, I have no semanticdb directory. C-c,j[TAB] brings up "window" as the only completion. Repeating [TAB] twice brings up the other completions. But the expected behavior should be to show the other completions on the first [TAB].