9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Hongzheng Wang" <wanghz@gmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Non-parallel loop in Sam
Date: Thu,  7 Feb 2008 00:57:49 +0800	[thread overview]
Message-ID: <b954b2060802060857g7209a9a6kafafa436a0e6f7ad@mail.gmail.com> (raw)

Hi all,

I'm new to Plan9 and also this mailing list.

After some experience with Sam's structral regexp, I become quite
interested in this editor command.  And I also noticed that the loop
and condition commands of Sam, say x, y, g, v etc, are somewhat
different from the commands of ed.  For example, all changes in a x
command execution occure simultaneously, rather than the model used by
ed where each change would  be made at once even in a g command
execution.  As a result, some tips in ed, such as ',g/^/m0' to invert
all lines of a file, would be invalid.  My question is, how to
impliment non-parallel loop/condition commands in Sam?  In another
word, how to do things, such as inverse all lines, in Sam?

Thanks.

--
HZ


             reply	other threads:[~2008-02-06 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-06 16:57 Hongzheng Wang [this message]
2008-02-07  9:55 ` Douglas A. Gwyn
2008-02-07 11:33   ` Hongzheng Wang
2008-02-07 11:38     ` sqweek
2008-02-07 11:42     ` y i y u s
2008-02-07 11:43   ` Rob Pike
2008-02-07 12:37     ` Hongzheng Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b954b2060802060857g7209a9a6kafafa436a0e6f7ad@mail.gmail.com \
    --to=wanghz@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).