[comp.sys.atari.st] How to change key bindings under Gulam's ue editor?

drc@beach.cis.ufl.edu (David Cabana) (11/15/89)

I would like to change the key bindings that are used with
Gulam's version of micro-emacs.  I could not find how to do
this in the documentation; can anyone tell me?
--
David Cabana
drc@beach.cis.ufl.edu
UUCP:   ...!gatech!uflorida!beach.cis.ufl.edu!drc

bremner@cpsc.ucalgary.ca (David Bremner) (11/23/89)

What you need to change the key bindings is a file mg.ini in the directory
pointed to by the environment variable HOME

a sample follows ( no guarantees, but should give you the syntax )

--------------------------------
blink-matching-paren
auto-fill-mode
bsmap-mode
set-fill-column 72
global-set-key ")" blink-matching-paren-hack
global-set-key "}" blink-matching-paren-hack
global-set-key "]" blink-matching-paren-hack
global-set-key "\^s" search-forward
global-set-key "\^r" search-backward

global-set-key "\^?" backward-delete-char
global-set-key "\^h" delete-char
global-set-key "\e\^h" kill-word
global-set-key "\^g" goto-line
global-set-key "\e\^y" insert-buffer
global-set-key "\f12" suspend-emacs









-----------
in order of preference.
USENET: bremner@ksi.cpsc.ucalgary.ca
BITNET: Bremner@UNCA-MULTICS.BITNET