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

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

Re: Modifying many function calls


From: Glauber Alex Dias Prado
Subject: Re: Modifying many function calls
Date: Tue, 26 Oct 2010 17:07:00 -0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

the easiest but perhaps not the best is replace-string there is also
some command that can do the same but recursing on a dir, i dont
remember which.

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> Andrea Crotti <andrea.crotti.0@gmail.com> writes:
>
>> I would like to finally prepend a prefix to all my personal functions.
>> Since they are 80 at the moment I would like to do it automatically.
>>
>> For the (defun fun) part is easy, but what about all the places when
>> they are called?
>>
>> I should loop on all the
>> (defun fun) and substitute all the occurrences of fun every time, what's
>> the best way to do it with Emacs?
>>
>> Thanks,
>> Andrea
>
> I was also seeing if semantic can help, but if I go on any of the
> functions and I try
> M-x RET semantic-symref, I don't anything, even if there are actually
> calls to that function and semantic is working fine.



reply via email to

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