all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Germán Arias" <germanandre@gmx.es>
To: help-gnu-emacs@gnu.org
Subject: RE: Autocomplete for Objective-C
Date: Sat, 15 Feb 2014 23:58:33 -0600	[thread overview]
Message-ID: <4e02bb271213ee8718b59694f4d771e0@german-desktop> (raw)
In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9852FF0BEE@DAKIYA1.pegasus.local>

On 2014-02-12 09:52:40 -0600 Doug Lewan <dougl@shubertticketing.com> wrote:

> If you use tags, then M-/ (dabbrev-expand) may just do what you want without 
> 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. While 
> it does not claim to support Objective C, it can be extended for new 
> languages via regular expressions. I use something like the following to get 
> support for a somewhat obscure language called Passport:
> 
> etags --langdef=pl --regex-pl="/procedure[[:blank:]]+([_[:alnum:]]+)/\1/" 
> --language-force=pl
> 
> ,Douglas
> Douglas Lewan

Thanks, took me some time understand the syntax of regex. But I achieved it, now I need refine my regexp.

Germán.




  reply	other threads:[~2014-02-16  5:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-09  0:59 Autocomplete for Objective-C Germán Arias
2014-02-10 14:51 ` Doug Lewan
2014-02-11 16:11   ` David Engster
2014-02-12  7:41     ` Germán Arias
2014-02-12 15:52       ` Doug Lewan
2014-02-16  5:58         ` Germán Arias [this message]
2014-02-16 16:27 ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e02bb271213ee8718b59694f4d771e0@german-desktop \
    --to=germanandre@gmx.es \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.