help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change function name style


From: Elena
Subject: Re: Change function name style
Date: Wed, 08 Dec 2010 15:21:57 -0000
User-agent: G2/1.0

On 29 Lug, 23:42, Andrea Crotti <andrea.crott...@gmail.com> wrote:
> Anyway I see that strangely if I do face-at-point on a function call
>
> functionCall(...)
>
> I get a "default", it only recognizes functions when they're defined.
> So maybe is not the way to go...

Well, if functions are not recognized, I suppose you'll have to resort
to regexps.

I think you'll need to perform your task in two steps:
- look for a regexp which includes parentheses and then check faces
(like I said before);
- call `rgrep' with the same regexp and fix the missed hits into
"*grep*" buffer and then call `grep-edit-finish-edit'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]