Editors other than vi and emacs

Editors other than vi and emacs

Post by Rich Travsk » Sat, 12 Jul 1997 04:00:00



Looking into editors other than vi and emacs. I've found a
few things over the web but would appreciate any pointers you may
have to offer.

No editor flame wars please.

Thanks in advance,


|          |    Division  of  Information  Technology
|          |    University of Wyoming   (307) 766 - 3663 / 3668
|       UW |    "Wyoming is the capital of Denver." - a tourist
|        * |    "One of those square states." - another tourist
+----------+    http://w3.uwyo.edu/~rtravsky/

 
 
 

Editors other than vi and emacs

Post by Thorbjoern Ravn Anderse » Sat, 12 Jul 1997 04:00:00



> Looking into editors other than vi and emacs. I've found a
> few things over the web but would appreciate any pointers you may
> have to offer.

I like Jed, and it is available for both DOS and Unix, and
may be customized very much.  My favourite is the excellent Undo :-)

--
  Thorbj?rn Ravn Andersen              "...and...Tubular Bells!"
  http://www.dit.ou.dk/~ravn

 
 
 

Editors other than vi and emacs

Post by Glen Johns » Mon, 14 Jul 1997 04:00:00


: Looking into editors other than vi and emacs. I've found a
: few things over the web but would appreciate any pointers you may
: have to offer.

The viNOT manual and product can be downloaded using the following
instructions.  You can get an evaluation password if after looking
at the manual you are interested (and if paying $395 is within
your search parameters).

                                Glen Johnson
                                CSI
                                512-343-6634

-------------------------------------------------------------------

CSI products may be accessed over the internet by pointing your
brouser to www.csisoft.com or by using FTP to ftp.csisoft.com

Once connected using ftp, the user id will be:  anonymous
and your password will be your email address.

The current directory structure from the anonymous entry point directory is:

                            products
                                |
    +-------+-------+------+----+------+--------+-------+
    |       |       |      |           |        |       |
   sco   sco_open  aix   hpux_9     hpux_10    sun  documents          
    |       |       |      |           |        |       |

sco is for pre5.0 (OpenServer) SCO systems
sco_open is for 5.0 (OpenServer) SCO systems
aix is for IBM AIX systems
hpux_9 is for HP 9.x systems
hpux_10 is for HP 10.x systems
sun is for SUN systems and only contains vinot
documents contains many of the documents for CSI products in
        MicroSoft word format

In these directories are one or more of the following files:
cimat.Z   - ISAMATION for Informix C-ISAM files
mfcimat.Z - ISAMATION for MircroFocus Cobol ISAM files
rmcimat.Z - ISAMATION for R/M Cobol ISAM files
imat.Z   - ISAMATION for TISAM files
dfm.Z     - Directory / File manager (dfm, tx and show)
drw.Z     - disk read/write utility  (hex/ascii file display and edit)
prtscr.Z  - print screen for HP-UX
tfpc.Z    - To/Form PC programs to be used with TI's EM924 emulation package
tisam.Z   - TISAM package
vinot.Z   - character based, easy to use text editor

All of these are tar files.  Once you have placed them on your machine in
a directory, such as /tmp, if you place it in a file file_name.Z,
perform:        uncompress /tmp/file_name
                cd / or /usr/bin
                tar -xvf /tmp/file_name

For tfpc, dfm and tisam you must be in the root directory when you perform
the tar.  For all of the other products, you should be in the directory
into which you want to place the executables (/usr/bin is the normal location).

After installing the software, execute "gspaid" to get the ID of your machine.
Either call (512-343-6634 or 407-649-0123) for an evaluation/release password
or email me the number.

Currently, not all of the products are in all of the directories.  If


The following is an example of how to access a product.  If you are using
Netscape, use ftp.csisoft.com as the site name you are accessing.

# ftp
ftp>open ftp.csisoft.com
ftp user id prompt: anonymous

ftp> cd products
ftp> cd sco
ftp> binary
ftp> get mfcimat.z
ftp> get dfm.z
ftp> quit
#

                                HP-UX 10.x ONLY
                                ---------------

After using ftp to copy the product to /tmp on your machine, perform
the following steps.

1) cd /tmp
2) uncompress filename
3) mkdir csi
4) cd csi
5) tar -xvf ../filename
6) ./INSTALL            

The INSTALL script will move the file to the /opt/csi directory and
set up the appropriate links.

 
 
 

Editors other than vi and emacs

Post by Glen Johns » Mon, 14 Jul 1997 04:00:00


Sorry, my previous post was suppose to be a reply, email, and not a post.

                                        Glen Johnson

 
 
 

Editors other than vi and emacs

Post by Gerald Wildgrube » Mon, 14 Jul 1997 04:00:00



> Looking into editors other than vi and emacs. I've found a
> few things over the web but would appreciate any pointers you may
> have to offer.

Ed, the standard Unix text editor reaching from the PDP-7 throughout to the
GNU Hurd, probably also deserves our attention. I do prefer it to anything
else when I have to perform quick edits emacs would be to massive for. In
spite of its terse interface, I like ed as even simple and boring edits
become a sometimes challanging work of construction along the peculiar
incantation of regular expressions. Editing with ed perhaps ressembles Him
who perceives an object -- he would otherwise reach by a simple move of his
hand -- through a complicated optical device that equally distances and
circumscribes what he is aiming at, thus making uncertain its actual
possession. It is probably this use of uncertainty independent of the
complexity of the inanimate data that makes ed your friend. Editing with
the editor ed witnesses to this conviction that everything is (in need of)
mediation.

Gerald

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Gerald Wildgruber       No one can have an idea

lrz-muenchen.de         listening. - John Cage
(NeXTMail and MIME
welcome)

 
 
 

Editors other than vi and emacs

Post by Volker Borche » Tue, 15 Jul 1997 04:00:00


For X11R5+, check aXe.

        vb
--



 
 
 

Editors other than vi and emacs

Post by Charles Stephens - SunSoft Sustaining Engineerin » Tue, 15 Jul 1997 04:00:00


 RT> Looking into editors other than vi and emacs. I've found a
 RT> few things over the web but would appreciate any pointers you may
 RT> have to offer.

There is only one true editor: ed(1)

cfs
--

Software Engineer                 =
Solaris Network Sustaining        = "Take only as directed.  If rash develops,
Sun Microsystems, Inc.            =  seek the advice of a physician.  Do not
Menlo Park, California, USA       =  induce vomiting. All rights reserved."

 
 
 

Editors other than vi and emacs

Post by Jason Brinkle » Wed, 16 Jul 1997 04:00:00


Go PICO all the way man.  It's simple, fast, I write all of my code from
scratch using pico.  If you have X-Win try Crisp or TED.  Use pico,
simple editor.




> > Looking into editors other than vi and emacs. I've found a
> > few things over the web but would appreciate any pointers you may
> > have to offer.

> Ed, the standard Unix text editor reaching from the PDP-7 throughout to the
> GNU Hurd, probably also deserves our attention. I do prefer it to anything
> else when I have to perform quick edits emacs would be to massive for. In
> spite of its terse interface, I like ed as even simple and boring edits
> become a sometimes challanging work of construction along the peculiar
> incantation of regular expressions. Editing with ed perhaps ressembles Him
> who perceives an object -- he would otherwise reach by a simple move of his
> hand -- through a complicated optical device that equally distances and
> circumscribes what he is aiming at, thus making uncertain its actual
> possession. It is probably this use of uncertainty independent of the
> complexity of the inanimate data that makes ed your friend. Editing with
> the editor ed witnesses to this conviction that everything is (in need of)
> mediation.

> Gerald

> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

> Gerald Wildgruber       No one can have an idea

> lrz-muenchen.de         listening. - John Cage
> (NeXTMail and MIME
> welcome)

 
 
 

Editors other than vi and emacs

Post by Ray Caland » Thu, 17 Jul 1997 04:00:00


You might try "nedit".
--

#  Weapon Systems Integration     org: V2-60
#  Lockheed Martin Missiles & Space    http://www.lmsc.lockheed.com/
#  Sunnyvale, CA  94089
#  USA

 
 
 

Editors other than vi and emacs

Post by Mark Henders » Thu, 17 Jul 1997 04:00:00




Quote:>Looking into editors other than vi and emacs. I've found a
>few things over the web but would appreciate any pointers you may
>have to offer.

I personally use a version of TECO for UNIX.

TECO is cryptic, hard to use, compact, and very powerful. I especially
like it for one-off medium sized text manipulations that I often find
myself doing as a sysadmin (something done routinely is probably better
coded in perl)

ftp://ftp.mindlink.net/pub/teco

--

PGP/MIME key 1024/B2667EFF - 5A 93 7D 29 EB 63 84 09  EA A2 AA 6C FA C5 A6 21
unstrip for Solaris, MIND LINK crypto archive, TECO, computer security links,
change-sun-hostid, Sun NVRAM/hostid FAQ - http://www.squirrel.com/squirrel/

 
 
 

Editors other than vi and emacs

Post by nos.. » Thu, 17 Jul 1997 04:00:00



>|>
>|> > Looking into editors other than vi and emacs. I've found a
>|> > few things over the web but would appreciate any pointers you may
>|> > have to offer.

I use nedit:

http://fnpspa.fnal.gov/nirvana/nedit.html

reply to:  ande AT san DOT rr DOT com

 
 
 

Editors other than vi and emacs

Post by Rolf Nieprasch » Sat, 19 Jul 1997 04:00:00



> Looking into editors other than vi and emacs. I've found a
> few things over the web but would appreciate any pointers you may
> have to offer.

> No editor flame wars please.

> Thanks in advance,


> |          |    Division  of  Information  Technology
> |          |    University of Wyoming   (307) 766 - 3663 / 3668
> |       UW |    "Wyoming is the capital of Denver." - a tourist
> |        * |    "One of those square states." - another tourist
> +----------+    http://w3.uwyo.edu/~rtravsky/

You can use "joe". "joe" is for teminals and uses e.g. Wordstar
keystrokes...
                    ...Rolf
--
      .----------------------------------------------------------.
      | Rolf Niepraschk -- Physikalisch-Technische Bundesanstalt |
      | Abbestr. 2-12; D-10587 Berlin, Germany                   |

      `----------------------------------------------------------'
 
 
 

Editors other than vi and emacs

Post by David Pikciling » Sat, 19 Jul 1997 04:00:00





+
+  RT> Looking into editors other than vi and emacs. I've found a
+  RT> few things over the web but would appreciate any pointers you may
+  RT> have to offer.
+
Boston Business Computing sells EDT+, a complete emulation
of Digital's EDT editor.  With enhancements that include the
most popular features of EVE/TPU, EDT+ will reduce the training
and frustration of OpenVMS users moving to UNIX, Windows, and MS-DOS.

For additional information email Boston Business Computing at:


Or visit the OpenVMS to UNIX miration www site at:

                http://www.bbc.com

Regards,

David
----------------------------------------------------------------------
David Pikcilingis (508)725-3222  FAX:(508)725-3229  http://www.bbc.com
Boston Business Computing   13 Branch Street, Methuen, MA 01844-1955