Skip to Content.
Sympa Menu

ssreflect - RE: [ssreflect] Correct way to do "progress rewrite /foo in H"?

Subject: Ssreflect Users Discussion List

List archive

RE: [ssreflect] Correct way to do "progress rewrite /foo in H"?


Chronological Thread 
  • From: Georges Gonthier <>
  • To: Jason Gross <>, ssreflect <>
  • Subject: RE: [ssreflect] Correct way to do "progress rewrite /foo in H"?
  • Date: Mon, 7 Jul 2014 10:41:46 +0000
  • Accept-language: en-GB, en-US
  • Authentication-results: spf=pass (sender IP is 131.107.125.37) ;

Perhaps rewrite {1}/foo /foo in H ? (the {1} checks that there is at least one occurrence to unfold).

 - Georges

 

From: [mailto:] On Behalf Of Jason Gross
Sent: 07 July 2014 11:24
To: ssreflect
Subject: [ssreflect] Correct way to do "progress rewrite /foo in H"?

 

Hi,

Is there a "correct" way to do [progress rewrite /foo in H]?  That invocation doesn't work, because [rewrite /foo in H] will move H to the bottom even if it does nothing else.  I can do [move H at bottom; progress rewrite /foo in H], but that seems a bit hackish.

 

Thanks,

Jason




Archive powered by MHonArc 2.6.18.

Top of Page