sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: rsalz@osf.org
To: sam-fans@hawkwind.utcs.toronto.edu
Subject: Synchronous editing?
Date: Mon, 12 Apr 1993 14:15:08 -0400	[thread overview]
Message-ID: <9304121815.AA00709@earth.osf.org> (raw)

I use Boyd's remote-command part of sam (i.e., the named pipe)
a lot.  I'd like to write a small "editor" that is really a shell
script that calls the B script to ship the file to sam.  How do I
tell the "editor" that I'm done editing?  I can only think of doing
something like this:
	#! /bin/sh
	B $1
	echo "Type return when done: " | tr -d '\012'
	read LINE
	exit
(Shown via sh rather than rc for pedagogy :-)

Any other suggestions?
	/r$


                 reply	other threads:[~1993-04-12 18:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9304121815.AA00709@earth.osf.org \
    --to=rsalz@osf.org \
    --cc=sam-fans@hawkwind.utcs.toronto.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).