On Wednesday, January 7, 2004, at 15:04:15 [UTC-0800] (Wednesday, January 7, 2004 00:04 my local time) Grimnir wrote:
> After finally getting tired of Alt-L on all my replies :), I tried out the > 'Wrap' template by Januk Aggarwal which works great. > But I also like to have all the extra stuff removed using the 'Quote > Extraction' template by Marck. > Is there anyway I can use both of these, at the same time, in a reply > message? Why not? Januk's "Wrap" template has a driver in following form: =====[Begin example driver]===== %_Wrap_Text="%Quotes"%- %Rem="This line is optional"%___%_Wrap_Limit="50"%- %QInclude(wrap)%- =====[ End example driver]===== As you see, it uses text generated by macro %Quotes as an input for all subsequent operation. This text is assigned to macro variable %_Wrap_Text. If you replace the assigned value of this macro by the result of 'Quote Extraction' template by Marck, then all should work as you wish. So, it is simply. Modify first line of Marck's template to the following: %_My_Quotes='%SETPATTREGEXP="(?is)%- Modify also the driver for Januk's template: =====[Begin example driver]===== %QINCLUDE='Quote Extraction"%- %_Wrap_Text="%_My_Quotes"%- %Rem="This line is optional"%___%_Wrap_Limit="50"%- %QInclude(wrap)%- =====[ End example driver]===== That's all! It should work (I didn't run it). -- Best regards, Zygmunt Wereszczynski (Using The Bat! v2.03 Beta/28 on Windows 2000 5.0 Build 2195 Service Pack 4) ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
