[rkward-cvs] rkward/rkward rkward.xml,1.9,1.10

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Sep 14 09:03:30 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9664

Modified Files:
	rkward.xml 
Log Message:
yet another fix to the fix

Index: rkward.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** rkward.xml	14 Sep 2006 08:48:06 -0000	1.9
--- rkward.xml	14 Sep 2006 09:03:28 -0000	1.10
***************
*** 62,66 ****
  		
  		<context attribute="Output" lineEndContext="#stay" name="output">
! 			<RegExpr attribute="LineStart" context="#pop" String="^> " lookAhead="true"/>
  		</context>
  		<context attribute="Headline" lineEndContext="#pop" name="Headline"/>
--- 62,66 ----
  		
  		<context attribute="Output" lineEndContext="#stay" name="output">
! 			<RegExpr attribute="LineStart" context="#pop" String="^> " lookAhead="true" endRegion="command"/>
  		</context>
  		<context attribute="Headline" lineEndContext="#pop" name="Headline"/>
***************
*** 69,73 ****
  		<!-- This context is not really used, but meant to be included. It checks whether a new line is a continuation of a command. If so, it eats the "+ " at the line start. Else it tries to pop back to the top level -->
  		<context attribute="Normal Text" name="CommandContinuationCheck">
! 			<RegExpr attribute="Normal Text" context="#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop" String="^([^\+]|$)" lookAhead="true" endRegion="command"/>		<!-- This should pop us back into ctxbase, which will then most likely take us to output -->
  			<RegExpr attribute="LineStart" context="#stay" String="^\+ "/>
  		</context>
--- 69,75 ----
  		<!-- This context is not really used, but meant to be included. It checks whether a new line is a continuation of a command. If so, it eats the "+ " at the line start. Else it tries to pop back to the top level -->
  		<context attribute="Normal Text" name="CommandContinuationCheck">
! 			<!-- This should pop us back into ctxbase, which will then most likely take us to output -->
! 			<RegExpr attribute="Normal Text" context="#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop" String="^> " lookAhead="true" endRegion="command"/>
! 			<RegExpr attribute="Normal Text" context="#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop#pop" String="^([^\+]|$)" lookAhead="true"/>
  			<RegExpr attribute="LineStart" context="#stay" String="^\+ "/>
  		</context>





More information about the rkward-tracker mailing list