home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!decwrl!atha!aupair.cs.athabascau.ca!devax.admin.athabascau.ca
- From: terryt@devax.admin.athabascau.ca (Terry Tanski)
- Newsgroups: comp.os.vms
- Subject: Re: LSE: Including eve features?
- Message-ID: <2529@aupair.cs.athabascau.ca>
- Date: 23 Dec 92 22:54:59 GMT
- References: <BzoI93.LEp@news.udel.edu> <1992Dec23.060312.1@madre.dasd.honeywell.com> <Bzq61o.1nq@news.udel.edu>
- Sender: news@cs.athabascau.ca
- Reply-To: terryt@cs.athabascau.ca
- Organization: Athabasca University - Computing Services
- Lines: 32
-
-
-
- In article <1992Dec23.060312.1@madre.dasd.honeywell.com> tas@madre.dasd.honeywell.com (Todd A Sorensen) writes:
-
- >OK, my qsn was too vague. I understand the distinction between DO
- >and ctrl-z effects. In either case I want to be be in insert mode,
- >rather than overwrite, at all times. i.e. when I hit DO and type
- >a command (w/o hitting return), then realise I've made a mistake, I'd
- >like to use the arrow keys and edit the command in INSERT mode. This
- >can be done by typing ctrl-A, but I'd like the default to be insert,
- >so that I don't have to type ctrl-A every time I hit DO (I almost
- >always want to edit either the current command or use command line
- > recall) In EVE once you do a ctrl-A it stays in effect until you explicitly
- >change it again.
-
- Add the following to you intialization file.
-
- LSE$DO_COMMAND('set insert/buffer=$commands');
- LSE$DO_COMMAND('set insert/buffer=$prompts');
-
- See ya
-
- --
- ********* Terry Tanski, B.Sc.
- **********
- . **** Athabasca University - Computing Services
- .. **** Box 10,000
- .... **** Athabasca, Alberta CANADA
- .........**** terryt@cs.athabascau.ca
-
-
-
-