[comp.sys.atari.st] micro-emacs 3.10

hyc@math.lsa.umich.edu (Howard Chu) (04/02/90)

In article <2657@calvin.cs.mcgill.ca> depeche@calvin.cs.mcgill.ca (Sam Alan EZUST) writes:
%on atari st 3.10, this is not recognized. I put it in my emacs.rc,
%do describe-bindings, see it listed there, and del still does a delete-left.
%I do a bind-to-key delete-next-character and then hit the <DEL> key,
%and for the duration of my session, it works fine.
%I do a describe bindings, and I see
%
%bind-to-key delete-next-character ^?
%bind-to-key delete-next-character ^?
%
%so obviously, the ^? I created in the session and the one in the
%emacs.rc file are not the same.

Just use the quote character. (In gulam/ue, this is ctrl-Q. It's probably
the same in most other emacs' as well.) Edit your emacs.rc file and type
	(Ctrl-Q)(Delete) and you'll see '^?' echoed.
--
  -- Howard Chu @ University of Michigan

decouty@irisa.fr (Bertrand DECOUTY, Atelier, AB112, p. 430) (04/11/90)

In article <11572@stag.math.lsa.umich.edu> hyc@math.lsa.umich.edu (Howard Chu) writes:
| In article <2657@calvin.cs.mcgill.ca> depeche@calvin.cs.mcgill.ca (Sam Alan EZUST) writes:
| %on atari st 3.10, this is not recognized. I put it in my emacs.rc,
| %do describe-bindings, see it listed there, and del still does a delete-left.
| %I do a bind-to-key delete-next-character and then hit the <DEL> key,
| %and for the duration of my session, it works fine.
| %I do a describe bindings, and I see
| %
| %bind-to-key delete-next-character ^?
| %bind-to-key delete-next-character ^?
| %
| %so obviously, the ^? I created in the session and the one in the
| %emacs.rc file are not the same.
| 
| Just use the quote character. (In gulam/ue, this is ctrl-Q. It's probably
| the same in most other emacs' as well.) Edit your emacs.rc file and type
| 	(Ctrl-Q)(Delete) and you'll see '^?' echoed.
| --
|   -- Howard Chu @ University of Michigan


In emacs3.10, you must use the 2 characters sequence ^ and ? in
startup file (.emacsrc, emacs.rc). It is clearly written in 3.10 doc, page 15-29:
"... control D character in the startup file is represented visibly as an
uparrow key followed by a capital D." (to explain a bind-to-key using ^D).

This works for me, under various machines. ^Q<del> did not work.

Bertrand Decouty

--
$ Bertrand DECOUTY             | EMAIL : decouty@irisa.fr, decouty@irisa.uucp  $
$ IRISA - INRIA (Atelier)      |         {uunet,mcvax,inria}!irisa!decouty     $
$ Campus de Beaulieu           | PHONE : +33  99 36 20 00                      $
$ F-35042 Rennes Cedex - FRANCE| FAX : +33  99 38 38 32 | TELEX: 950473 UNIRISA$