From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: op132650c@mail.telepac.pt Newsgroups: gmane.emacs.help Subject: MemberRegistered: Sep 2006Posts: 78Distribution:autompletion in emacs for C++ Date: Sun, 13 May 2007 15:52:54 +0100 Message-ID: <1179067974.1ie5j5b2qwqo@w3.webmail.telepac.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179067999 23834 80.91.229.12 (13 May 2007 14:53:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 14:53:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 13 16:53:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HnFRl-0008OR-HO for geh-help-gnu-emacs@m.gmane.org; Sun, 13 May 2007 16:53:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnFZP-0006P7-Es for geh-help-gnu-emacs@m.gmane.org; Sun, 13 May 2007 11:01:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnFZC-0006P2-1P for help-gnu-emacs@gnu.org; Sun, 13 May 2007 11:00:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnFZA-0006Oq-HT for help-gnu-emacs@gnu.org; Sun, 13 May 2007 11:00:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnFZA-0006On-Bq for help-gnu-emacs@gnu.org; Sun, 13 May 2007 11:00:56 -0400 Original-Received: from relay2.ptmail.sapo.pt ([212.55.154.22] helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HnFRU-0000yA-U3 for help-gnu-emacs@gnu.org; Sun, 13 May 2007 10:53:01 -0400 Original-Received: (qmail 13043 invoked from network); 13 May 2007 14:52:54 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.143) by relay2 with SMTP; 13 May 2007 14:52:54 -0000 Original-Received: (qmail 16714 invoked by uid 64140); 13 May 2007 14:52:54 -0000 Original-Received: from bl4-36-58.dsl.telepac.pt (bl4-36-58.dsl.telepac.pt [81.193.36.58]) by w3.webmail.telepac.pt (Horde) with HTTP for ; Sun, 13 May 2007 15:52:54 +0100 Content-Disposition: inline User-Agent: PTMail Webmail v2.0.17 X-Originating-IP: 81.193.36.58 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43938 Archived-At: Hi, I'm programming a C++ application and I would like to have completion for the STL classes in my program. For example, have a list of the vector functions avalailable. How can I set autocompletion in emacs? For example, should I use etags in the c++ directory? I tired to search and I can't find a solution. Can you help me? Thanks,