<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If you are familiar with vi and C, one could enter a simple keystroke
and jump from an opening paren to the corresponding closing one.<br>
<br>
I've long forgotten most of C, but here's a rough segment of a program:<br>
<br>
main()<br>
(<br>
while (x ==True)<br>
(<br>
   a =5;<br>
<br>
)<br>
...<br>
)<br>
If your cursor was on the second "(", pressing a key would take you to
the third one. I want something like it for def. Where's the end of the
def. Some def blocks are so long it's almost impossible to find where
they end.<br>
<br>
<br>
<br>
spir wrote:
<blockquote cite="mid:20090124105324.6780b0df@o" type="cite">
  <pre wrap="">Le Fri, 23 Jan 2009 22:25:05 -0800,
Wayne Watson <a class="moz-txt-link-rfc2396E" href="mailto:sierra_mtnview@sbcglobal.net">&lt;sierra_mtnview@sbcglobal.net&gt;</a> a écrit :

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm using pythonWin. Is there some way to skip from the start of a def to the end?  How about any similar indentation?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sorry, I don't understand what you wish... Do you mean while parsing a source code file?

Denis

------
la vida e estranya

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title>Signature.html</title>
<pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
<font color="#330099">            </font>
<b><b style="color: rgb(204, 51, 204);" class="b">       <span
 style="font-family: monospace; color: rgb(153, 51, 153);">  Copper and its alloys have been found effective in hospital
         sinks, hand rails, beds, ... in significantly reducing 
         bacteria. Estimates are 1/20 people admitted to a hospital
         become infected, and 1/20 die from the infection.
                       -- NPR Science Friday, 01/16/2009 
</span></b></b><b style="color: rgb(204, 51, 204);" class="b"><span
 style="font-family: monospace; color: rgb(153, 51, 153);"></span></b><span
 style="color: rgb(153, 51, 153);"></span><span
 style="color: rgb(153, 51, 153);">
</span><span style="color: rgb(153, 51, 153);"></span><b
 style="color: rgb(204, 51, 204);" class="b"><span
 style="font-family: monospace;"></span></b><span
 style="color: rgb(204, 51, 204);"></span>                    Web Page: &lt;<a class="moz-txt-link-abbreviated" href="http://www.speckledwithstars.net/">www.speckledwithstars.net/</a>&gt;</pre>
</div>
</body>
</html>