On 22 May 2009, at 16:34, sean darcy wrote:
> Well vi is beyond my linux karma. But, you prompted me to see if nano
> has the same ability. And it does: Alt-] . Who knew??
You are my hero.
S
___
-- Bandwidth and Colocation Provided by http://www.api-d
Markus Weiler wrote:
> Hi,
>
> In VI:
>
> In 'vi', moving the cursor over any bracket, brace, etc, and then
> pressing '%' moves the cursor to the 'matching' bracket/brace character.
>
> That can be very useful when programming, to find missing/extra brackets
> and braces. It even seems to fin
Hi,
In VI:
In 'vi', moving the cursor over any bracket,
brace, etc, and then pressing '%' moves the cursor to the 'matching'
bracket/brace character.
That can be very useful when programming, to find missing/extra
brackets and braces. It even seems to find matching pairs of #ifdef /
#endif
Philipp Kempgen wrote:
> sean darcy schrieb:
>> On 1.6.1, I must be losing my eyesight:
>
>> exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
>
> exten => _6000XXXNXXX,n,Set(Time_in_secs=${STRFTIME(${EPOCH},,%s)})
>
sean darcy schrieb:
> On 1.6.1, I must be losing my eyesight:
> exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
exten => _6000XXXNXXX,n,Set(Time_in_secs=${STRFTIME(${EPOCH},,%s)})
^
> CLI:
> -- Starting sim
Steve Edwards schrieb:
> Emacs has an excellent match-paren facility that works on (){}[] in any
> nesting combination.
So does any other decent text editor. :-P
Philipp Kempgen
--
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Ha
On 17 May 2009, at 20:07, sean darcy wrote:
> exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
STRFTIME is never closed with a ). You have two ( and only one )
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com -
On Sun, 17 May 2009, sean darcy wrote:
> [setup-meetme-conf-room] exten =>
> _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
>
> 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?
This s
On 1.6.1, I must be losing my eyesight:
[internal]
include => outbound-pstn
.
include => meetme; 2663
include => setup-meetme-conf-room ; 6000xxx
[setup-meetme-conf-room]
exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
CLI: