On Dec 24, 2007 4:17 AM, Anthony Martin <[EMAIL PROTECTED]> wrote:
> This came about because I was trying to find a way to
> move lines matching a certain pattern to the beginning
> of a file (like g/pattern/m0 in ed). Is there a nice
> way to do this in sam?

if i want to do something like this in acme, i'd tend to
split it into stages:

x/pattern/p
x/pattern/d

then paste the text in the output window back
to the beginning of the original window.
(actually, it would be nice if Edit output from a given
window ended up in the local directory's +Errors window
rather than the global one, but i've never quite mustered
the impetus to actually do it...)

Reply via email to