sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: rob@plan9.att.com
To: sam-fans@hawkwind.utcs.toronto.edu
Subject: Re: Editors compendium & sam
Date: Mon, 27 Mar 1995 11:45:07 -0500	[thread overview]
Message-ID: <95Mar27.114602est.24072@hawkwind.utcs.utoronto.ca> (raw)

it seems that sam doesn't fit their model very well, which doesn't surprise me.
one thing they can't encompass is that the mouse language and command
language solve different sets of problems.

general comments: there is no such thing (in sam as i wrote it, at least) as a
sam macro, so i'm not sure what you mean by the word 'macro'.

details:

	Goto column number: It says you can do this, but I don't know how.  I know
		I can put the cursor anywhere I want with the mouse, but don't know
		how to go to the nth column on a line.
sam has no notion of column, only characters.
	Goto begin next line: ?
+
	Goto begin prev line: ?
-

	Prog lang senstive mode: This says yes, but I don't know of any direct features
		for this.
no
	
	Tag search: Yes, with the help of an external program.
if the program's not there, does that count?

	Interactive debugging: No.
with acid, the external B command does a nice job.

	Syntax highlighting: No.
it's really 'no', but i don't miss it in C because of the double-clicking rules

	Binary editor: They give three categories.  I think this one is closest:
		"displays binary characters doesn't do CR/LF conversion on binary files"
sam throws away nuls; it can't be used on binary files.

	Invertcase curr word: A macro could be written to do this.
	Uppercase curr word: A macro could be written to do this.
	Lowercase curr word: A macro could be written to do this.
command, not macro.

	Indent selected region: Yes, using a macro.
command

	Srch select region: No.
x/pattern/p

	List all occurances: Yes.
occurrences.  tell me this is your typo.

	Internationalization: No.
although it works with any character set and is supported with Unicode.

	Printing: This means "Many editors allow you to print selected text directly
		to a printer".  Yes, with a macro.
command



             reply	other threads:[~1995-03-27 16:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-03-27 16:45 rob [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-03-28  7:50 Steve_Kilbane
1995-03-27 21:02 rob
1995-03-27 20:40 hc05
1995-03-27 17:01 Erik Quanstrom
1995-03-27 16:12 hc05

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=95Mar27.114602est.24072@hawkwind.utcs.utoronto.ca \
    --to=rob@plan9.att.com \
    --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).