<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
In VI:<br>
<br>
<span class="postbody">In 'vi', moving the cursor over any bracket,
brace, etc, and then pressing '%' moves the cursor to the 'matching'
bracket/brace character. <br>
<br>
That can be very useful when programming, to find missing/extra
brackets and braces. It even seems to find matching pairs of #ifdef /
#endif pragmas in C/C++ programs.<br>
<br>
in /etc/vimrc<br>
</span>
<pre class="kback">set showmatch
</pre>
<br>
although not really an asterisk-java issue :-)<br>
<br>
Markus<br>
<br>
<br>
<br>
sean darcy wrote:
<blockquote cite="mid:guqg1v$dru$1@ger.gmane.org" type="cite">
  <pre wrap="">Philipp Kempgen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">sean darcy schrieb:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On 1.6.1, I must be losing my eyesight:
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">exten =&gt; _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
      </pre>
    </blockquote>
    <pre wrap="">exten =&gt; _6000XXXNXXX,n,Set(Time_in_secs=${STRFTIME(${EPOCH},,%s)})
                                                                ^
    </pre>
    <blockquote type="cite">
      <pre wrap="">CLI:
     -- Starting simple switch on 'DAHDI/1-1'
[2009-05-17 14:54:49] WARNING[13433]: pbx.c:2846 func_args: Can't find 
trailing parenthesis?
     -- Executing [60001234567@internal:1] Set("DAHDI/1-1", 
"Time-in-secs= "1242586489" ") in new stack
      </pre>
    </blockquote>
    <pre wrap="">    Philipp Kempgen
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Doh.

Any time you get to New York, I'll buy you a beer.

Thanks.

sean


_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
</body>
</html>