Search Results

3
votes

Why are Vi and Emacs popular ?

Because they're incredibly powerful. Steve Yegge puts it quite well in this article: "Emacs is the world's …
13
votes

Emacs: Regular Expression Replacing to Change Case

Try M-x query-replace-regexp with "<\([^>]+\)>" as the search string and "<\,(downcase \1)>" as the replacement. This should work for E …
5
votes

emacs as IDE: Handling a project directory?

I don't use it myself, but it sounds like CEDET is what you are looking for: Emacs already is a great environment f …