From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: auto-complete Date: Tue, 26 Apr 2011 19:26:19 +0200 Message-ID: References: <87tye1hgii.fsf@father.nostromo.wy> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1303838794 8472 80.91.229.12 (26 Apr 2011 17:26:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2011 17:26:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: dgiglio@iol.it (daniele.g) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 26 19:26:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QEm1t-00066y-I5 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Apr 2011 19:26:29 +0200 Original-Received: from localhost ([::1]:55857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEm1t-0001tA-2U for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Apr 2011 13:26:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEm1m-0001t5-Qd for help-gnu-emacs@gnu.org; Tue, 26 Apr 2011 13:26:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEm1l-0004Qh-1m for help-gnu-emacs@gnu.org; Tue, 26 Apr 2011 13:26:22 -0400 Original-Received: from mta-1.ms.rz.rwth-aachen.de ([134.130.7.72]:41522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEm1k-0004QY-TJ for help-gnu-emacs@gnu.org; Tue, 26 Apr 2011 13:26:21 -0400 Original-Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LK900L6MSFVFB50@mta-1.ms.rz.RWTH-Aachen.de> for help-gnu-emacs@gnu.org; Tue, 26 Apr 2011 19:26:19 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.64,269,1301868000"; d="scan'208";a="108652186" Original-Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Tue, 26 Apr 2011 19:26:19 +0200 Original-Received: from plaetekopp (plaetekopp.informatik.RWTH-Aachen.DE [137.226.59.97]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p3QHQJsB024471; Tue, 26 Apr 2011 19:26:19 +0200 (CEST) Original-Received: from crotti by plaetekopp with local (Exim 4.72) (envelope-from ) id 1QEm1j-0002TN-Dy; Tue, 26 Apr 2011 19:26:19 +0200 In-reply-to: <87tye1hgii.fsf@father.nostromo.wy> User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 134.130.7.72 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80846 Archived-At: dgiglio@iol.it (daniele.g) writes: > I've started using auto-complete.el while editing my C++ sources, it's > great... when auto completions occur. I mean, it seems it works only > with a per session db, when I start a new file it starts over with an > empty set of symbols to fill in again, and it's quite annoying. > Is there any way to keep the symbols between sessions. Or, better, make > AC scan my lib path to have a complete set of symbols once for all. > > Thanks in andvance. I think there are better ways to complete C++ code than auto-complete. You should try to setup some tags or even better manage to get cedet working correctly. So you would get a nice intelligent completion and much more... -- GNU Emacs 24.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of 2011-04-22 on plaetekopp