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: Wed, 12 Feb 2014 15:52:40 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9852FF0BEE@DAKIYA1.pegasus.local> References: <877g91k4sr.fsf@arcor.de> <6868028626ea12a67b55f9be1b692cd2@german-desktop> 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 1392220381 6762 80.91.229.3 (12 Feb 2014 15:53:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2014 15:53:01 +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 Wed Feb 12 16:53:05 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 1WDc7U-0006MF-KO for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Feb 2014 16:53:04 +0100 Original-Received: from localhost ([::1]:39706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDc7U-000277-8L for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Feb 2014 10:53:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDc7F-00022b-BC for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 10:52:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDc78-0006iS-8Y for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 10:52:49 -0500 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:49925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDc77-0006iB-TG for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 10:52:41 -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; Wed, 12 Feb 2014 10:52:41 -0500 Thread-Topic: Autocomplete for Objective-C Thread-Index: AQHPJ0PtNCsDaqBDAkufFTOR5c3qo5qxkQcAgAAyueA= In-Reply-To: <6868028626ea12a67b55f9be1b692cd2@german-desktop> 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:96038 Archived-At: If you use tags, then M-/ (dabbrev-expand) may just do what you want withou= t anything new. I don't know if the etags that is delivered with emacs supports Objective C= , but Exuberant Ctags (http://ctags.sourceforge.net/) is very flexible. Whi= le it does not claim to support Objective C, it can be extended for new lan= guages via regular expressions. I use something like the following to get s= upport for a somewhat obscure language called Passport: etags --langdef=3Dpl --regex-pl=3D"/procedure[[:blank:]]+([_[:alnum:]]+)/\1= /" --language-force=3Dpl ,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: Wednesday, 2014 February 12 02:42 > To: help-gnu-emacs@gnu.org > Subject: Re: Autocomplete for Objective-C >=20 > On 2014-02-11 10:11:32 -0600 David Engster > wrote: >=20 > > Doug Lewan writes: > >> You might consider looking at CEDET/EDE/Semantic. I'm hardly an > >> expert, but it has some very good tools for different languages. > > > > CEDET does not support Obj-C. > > > > -David > > >=20 > Yes, I noticed this today. But, can I use a table to do basic > completion? Or I need write some semantic rules? >=20 > Germ=E1n. >=20