From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?Germ=E1n_Arias?= Newsgroups: gmane.emacs.help Subject: Re: Autocomplete for Objective-C Date: Wed, 12 Feb 2014 01:41:42 -0600 Message-ID: <6868028626ea12a67b55f9be1b692cd2@german-desktop> References: <877g91k4sr.fsf@arcor.de> Reply-To: germanandre@gmx.es NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392190921 4190 80.91.229.3 (12 Feb 2014 07:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2014 07:42:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 12 08:42:08 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 1WDUSM-0002vs-2l for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Feb 2014 08:42:06 +0100 Original-Received: from localhost ([::1]:37788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDUSL-0003P1-OB for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Feb 2014 02:42:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDUS4-0003Oh-Su for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 02:41:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDURy-00051C-U8 for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 02:41:48 -0500 Original-Received: from mout.gmx.net ([74.208.4.200]:62267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDURy-000518-MN for help-gnu-emacs@gnu.org; Wed, 12 Feb 2014 02:41:42 -0500 Original-Received: from localhost.localdomain ([190.149.43.158]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0LsTQU-1VBsGj3R6W-011wHi for ; Wed, 12 Feb 2014 08:41:42 +0100 In-Reply-To: <877g91k4sr.fsf@arcor.de> User-Agent: GNUMail (Version 1.2.1) X-Provags-ID: V03:K0:0prPhjRaneL/0ak1Mnuf+RXCVx2ChPQYa6YHW57MCopZeWRIWlA rn7S2s2WptLqDWC+QPazvwfLiCuoyE7g9KyX7lwtipIf6beyoSn0XH/SKNTLmJqMViadjDD EzTHuNSKNEdzZbhokWInAyUUapSNB6Ol+NB1FZ/JztovytNsIXK00kcpOWWexK7QbF1WuQ7 YnTFzqqLg4aI/HSYHADYg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 74.208.4.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:96033 Archived-At: On 2014-02-11 10:11:32 -0600 David Engster wrote:= > 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. >=20 > CEDET does not support Obj-C. >=20 > -David >=20 Yes, I noticed this today. But, can I use a table to do basic completion= ? Or I need write some semantic rules? Germ=E1n.