From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Lewan Newsgroups: gmane.emacs.help Subject: RE: Autocomplete for Objective-C Date: Mon, 10 Feb 2014 14:51:56 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9852FF028B@DAKIYA1.pegasus.local> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392043936 26343 80.91.229.3 (10 Feb 2014 14:52:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 14:52:16 +0000 (UTC) To: "germanandre@gmx.es" , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 10 15:52:22 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCsDe-0006zJ-9u for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 15:52:22 +0100 Original-Received: from localhost ([::1]:55981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsDd-0002kT-WC for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 09:52:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsDK-0002jF-Ho for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:52:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCsDF-0005cP-BE for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:52:02 -0500 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:43140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsDF-0005c4-7W for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:51:57 -0500 Original-Received: from dakiya1.pegasus.local ([172.16.208.201]) by DAKIYA1.pegasus.local ([172.16.208.201]) with mapi id 14.01.0438.000; Mon, 10 Feb 2014 09:51:57 -0500 Thread-Topic: Autocomplete for Objective-C Thread-Index: AQHPJTKGNCsDaqBDAkufFTOR5c3qo5qukbNA In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.21.202] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 207.246.209.200 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:96019 Archived-At: Germ=E1n, You might consider looking at CEDET/EDE/Semantic. I'm hardly an expert, but= it has some very good tools for different languages. WRT tags: Tags let you jump to a symbol's definition (and back again). It's= very useful, but doesn't address your explicit question. To use etags with= Objective C, I would go to the root of your source tree and type: $ etags $(find . -type f -name '*.m') M-. will ask you for a tag (or use the symbol at point if you want). The fi= rst time you use it, it will ask you for a TAGS table. Just give it the roo= t directory of your source tree. ,Douglas Douglas Lewan Shubert Ticketing (201) 489-8600 ext 224 Of course, shells have one feature that no other language has: subshells. > -----Original Message----- > From: help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org > [mailto:help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org] On > Behalf Of Germ=E1n Arias > Sent: Saturday, 2014 February 08 20:00 > To: help-gnu-emacs@gnu.org > Subject: Autocomplete for Objective-C >=20 > Hi, >=20 > Is there available autocomplete for Objective-C, using GCC? If not, is > there an example about how do this? I know that etags allows you create > tables. But not sure how this works. >=20 > Regards. > Germ=E1n. >=20