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

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

Modifying many function calls


From: Andrea Crotti
Subject: Modifying many function calls
Date: Tue, 26 Oct 2010 10:44:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

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




reply via email to

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