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: Andrea Crotti
Subject: Re: Change function name style
Date: Tue, 03 Aug 2010 12:00:11 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin)

> Ah very nice, always find new modes :D, only two problems
> - it doesn't change to lowercase the letter after _
> - it's not "context sensitive", since I only want to manipulate functions
>
>
> I'll see what I can understand from semantic I think is the only way to go.

I was trying with regexp again to see if it works, and for example with

startFunction(...)

I can do
--8<---------------cut here---------------start------------->8---
M-x query-replace-regexp start\([A-Z].*\) start_\1
--8<---------------cut here---------------end--------------->8---

but I can't put the second string to lower case, which I guess is
harder.
Any way to do that just with regexps?




reply via email to

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