SUMMARY: emacs "edt/tpu customizations"

From: Bruce Ferjulian <Ferjulian_Bruce_at_emc.com>
Date: Wed, 09 Apr 1997 16:12:54 -0400

[ORIGINAL-POST]

 I would like to give "emacs" a try. Rather than learn pure "emacs" from
 the start I would like to ease into it with "edt/tpu" customizations.
 Can anyone tell me if this can be done and could someone provide the
 customizations?

[THE-WINNER-IS]

The easiest solution to my question about getting started with "emacs" came
from Charles Johnson, thank you Charles.

[BEGIN-SOLUTION]

Hello, with the following file (named .emacs) in your home directory,
then emacs will operate in edt mode using the keypad etc. Of course,
there are a few differences, but I don't find many.

;; file .emacs
( tpu-edt )
;;;
(setq default-major-mode 'text-mode)
(setq text-mode-hook 'turn-on-auto-fill)
(setq-default fill-column 78)
;;;
;; Control-s and Control-q are used for flow control (Xon/Xoff flow control).
;; Disable emacs' use of these characters.
(global-unset-key "\C-s")
(global-unset-key "\C-q")

[END-SOLUTION]

Thanks to the following individuals for responding.

Charles Johnson Re: emacs "edt/tpu customizations"
R. Kevin Oberman Re: emacs "edt/tpu customizations"
Robert L. McMillin Re: emacs "edt/tpu customizations"
Eric Bennett Re: emacs "edt/tpu customizations"

+--------------------------------------------------------------+
| Bruce Ferjulian Email: Ferjulian_Bruce_at_emc.com |
| EMC Corporation Tel : (508)-435-1000,Ext-4091 |
| 171 South Street Fax : (508)-497-8030 |
| Hopkinton, MA 01748 Pager: |
+--------------------------------------------------------------+
Received on Wed Apr 09 1997 - 22:28:25 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT