9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Rob Pike <rob@mightycheese.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] sam command language
Date: Mon,  6 Oct 2003 08:08:45 -0700	[thread overview]
Message-ID: <FB002424-F80E-11D7-B395-000A95B984D8@mightycheese.com> (raw)
In-Reply-To: <8956812abe51c0fe7669680d4d907d9a@vitanuova.com>

> for instance, suppose i've got a little sam expression that nicely
> isolates particular subregions of text.  i can't work out a way to
> match only characters which appear at the very beginning (or end) of
> "dot".  kind of similar to ^ and $ except with respect to the
> boundaries of the current selection.

long ago, i considered making ^ and $ mean this in sam.  they clearly
need to mean beginning and end of line at the top level, but when we
x down, maybe they should mean beginning and end of the substring.
i think i even tried to implement it.  in any case, i decided against
it; i
think it was a combination of not liking the shift in meaning and the
fact
that ^ and $ meaning bol and eol at the top level meant that they
required
special handling already, since sam really doesn't know much about
lines, unlike ed.  if the whole file is just one long string, which is
exactly
how sam works, shouldn't ^ and $ then mean beginning of file and end
of file?  that's not very useful.

and then, in the end, i felt the need for the modified version of ^ and
$
so rarely that i don't really mind not having them. unlike in the modern
world, back then adding a feature was considered something to consider
carefully, rather than just adding it in case someone might conceivably
want it one day.

-rob



  reply	other threads:[~2003-10-06 15:08 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-02  7:46 [9fans] Newbie: life without rio Tiit Lankots
2003-10-02  7:49 ` Stephen Wynne
2003-10-02 16:39   ` splite
2003-10-02 17:24     ` David Lukes
2003-10-02 21:02       ` boyd, rounin
2003-10-02 21:06         ` David Presotto
2003-10-02 21:11           ` boydomatic
2003-10-02 21:22             ` boyd, rounin
2003-10-03  1:18             ` boyd, rounin
2003-10-02 21:20           ` boyd, rounin
2003-10-02 18:13     ` jmk
2003-10-02 18:19       ` ron minnich
2003-10-02 21:13         ` boyd, rounin
2003-10-03  8:44         ` kim kubik
2003-10-03  9:04           ` boyd
2003-10-03 13:38           ` andrey mirtchovski
2003-10-03 13:39             ` david presotto
2003-10-03 13:49               ` david presotto
2003-10-03 16:32                 ` Dan Cross
2003-10-03 16:34                   ` Dan Cross
2003-10-03 16:34                   ` David Presotto
2003-10-03 16:42                   ` ron minnich
2003-10-06  9:01                     ` kim kubik
2003-10-06  9:32                       ` boyd
2003-10-03 17:10                   ` Skip Tavakkolian
2003-10-04  8:02                   ` boyd
2003-10-04  8:00                 ` boyd
2003-10-04  7:57               ` boyd
2003-10-02 20:37       ` boyd
2003-10-02 21:11       ` boyd, rounin
2003-10-06  8:08       ` vdharani
2003-10-02  7:52 ` boyd, rounin
2003-10-03 17:36 ` a
2003-10-03 17:47   ` rog
2003-10-04  1:53     ` rob pike, esq.
2003-10-04  8:17       ` boyd
2003-10-06 12:52       ` [9fans] sam command language rog
2003-10-06 15:08         ` Rob Pike [this message]
2003-10-06 15:55           ` Jim Choate
2003-10-06 16:35           ` Micah Stetson
2003-10-06 16:41             ` Rob Pike
2003-10-06 16:47               ` Micah Stetson
2003-10-06 18:24               ` boyd
2003-10-07 18:34           ` rog
2003-10-07 18:48             ` rob pike, esq.
2003-10-08 14:44               ` rog
2003-10-08 15:09                 ` Jim Choate
2003-10-09  0:52                   ` okamoto
2003-10-08 15:46                 ` rob pike, esq.
2003-10-09 17:35                   ` rog
2003-10-07 20:16             ` vdharani
2003-10-07 18:59               ` Russ Cox
2003-10-08 14:33                 ` rog
2003-10-08 14:44                   ` Derek Fawcus
2003-10-08 15:27                     ` Dan Cross
2003-10-04  8:14     ` [9fans] Newbie: life without rio boyd
2003-10-04  8:06   ` boyd
2003-10-07  8:58 [9fans] sam command language steve.simon
2003-10-07  9:38 ` Axel Belinfante
2003-10-07 19:16 Scott Schwartz
2003-10-07 19:20 ` rob pike, esq.
2003-10-08  8:37   ` Douglas A. Gwyn
2003-10-08 15:42     ` rob pike, esq.
2003-10-09  8:42       ` Douglas A. Gwyn
2003-10-09  9:18         ` Richard Miller
2003-10-09 15:01           ` rog
2003-10-10  0:26 Dennis Ritchie

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=FB002424-F80E-11D7-B395-000A95B984D8@mightycheese.com \
    --to=rob@mightycheese.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).