On the TBUDL list was asked some times, if the quote prefix could be changed to anything without the '>' sign. This is pretty easy to achieve with a little modification to the boxquote QT's and the reply template:
===<====== QT name: myquotes =======>=== %REM=_Copy text into comment_%- %COMMENT='%text'%- %- %REM=_Does comment end with line break?_%- %REM=_If no: add line break_%- %IF:"%- %- %SETPATTREGEXP='(?is).*[\n]\z'%- %REGEXPMATCH='%COMMENT'"=""%- :%- "%COMMENT='%COMMENT '"%- %- %REM=_Call the myquotes2 template_%- %QINCLUDE="myquotes2"%- ===<================================>=== ===<====== QT name: myquotes2 ======>=== %REM=_ If you wish to use something else instead _%- %REM=_ of | replace both occurrences of | below _%- %- %IF:"%- %- %SETPATTREGEXP='(?is).*?[\n](.*)'%- %REGEXPMATCH='%COMMENT'x"<>"x"%- :"%- %SETPATTREGEXP='(?is)(.*?)[\n]'%- | %REGEXPMATCH='%COMMENT' %- %COMMENT='%- %SETPATTREGEXP=""(?is).*?[\n](.*)""%- %REGEXPMATCH=_%COMMENT_'%- %QINCLUDE='myquotes2'"%- :%- "| %COMMENT%COMMENT=''"%- ===<================================>=== ===<======== Reply template ========>=== Replace %Quotes with %Qinclude="myquotes" ===<================================>=== This can also be used if you wish to put '>' on empty lines (between paragraphs) when replying. Of course, you can't expect The Bat to color code such quotes... -- Jernej Simoncic, [EMAIL PROTECTED] http://www2.arnes.si/~sopjsimo/ ICQ: 26266467 [The Bat! v1.54 Beta/25 on Windows 98 4.10.67766446. A ] The first ninety percent of the task takes ninety percent of the time, and the last ten percent takes the other ninety percent. -- Ninety-ninety Rule of Project Schedules -- ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
