In article <[email protected]>, Tim Chase <[email protected]> wrote:
> I'd wager money that Emacs allows you to do something similar, I'm sure it can. But, the next step in the evolution is: $ emacs `find . -name '*.py' | xargs grep -l my_function_name` -- http://mail.python.org/mailman/listinfo/python-list
