From esj at harvee.org Sun Sep 28 15:55:27 2008 From: esj at harvee.org (Eric S. Johansson) Date: Sun, 28 Sep 2008 09:55:27 -0400 Subject: [Python-mode] identifying language features for editing Message-ID: <48DF8CCF.5050300@harvee.org> when editing code with speech recognition, we often need to grab onto elements that someone with a keyboard wouldn't even think about. For example, Method arguments, tuple elements, parenthetical expressions, predicates, lval and rval are some of the features that come to mind. How could one identify these elements within Emacs?