In article <mailman.3736.1372035170.3114.python-l...@python.org>,
 Tim Chase <python.l...@thechases.com> 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

Reply via email to