On Sun, Aug 18, 2002 at 08:51:40AM +0900, michael libby wrote: > > > >- - built in unit testing which lets you jump to the failed line when > > > > a test fails > > > >- - built in refactorings - even simple things like rename method and > > > > > > - - I can do all this in Emacs and have a powerful editor. Is it > > Same questions to you: how do you have a method's renaming propagate, > > and how do you have the cursor jump to the line of a failed tes > Method renaming: M-x query-replace I did not ask how do you search and replace in emacs. I asked how do you have a method's renaming propagate, which you said can be done. > Jump to line: M-x goto-line Again, I did not ask how you jump to a line, I asked how do you jump to the line of a failed test, which you said can be done. Massimiliano