comparison lisp/emulation/edt.el @ 793:6fb68a1460a6

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 07:28:05 +0000
parents 8a533acedb77
children 4f28bd14272c
comparison
equal deleted inserted replaced
792:45d748a65f24 793:6fb68a1460a6
38 ;; file is the documentation, that you can add to the beginning of edt.el if 38 ;; file is the documentation, that you can add to the beginning of edt.el if
39 ;; you want. I have split them because I have been loading the edt.el file a 39 ;; you want. I have split them because I have been loading the edt.el file a
40 ;; lot during debugging. 40 ;; lot during debugging.
41 ;; 41 ;;
42 ;; I will gladly take all criticisms and complaints to heart, and will fix what 42 ;; I will gladly take all criticisms and complaints to heart, and will fix what
43 ;; bugs I can find. As this is my first elisp hack, you may have to root out a 43 ;; bugs I can find. As this is my first Emacs Lisp hack, you may have to root
44 ;; few nasties hidden in the code. Please let me know if you find any (sorry, 44 ;; out a few nasties hidden in the code. Please let me know if you find any
45 ;; no rewards :-). I would also be interested if there are better, cleaner, 45 ;; (sorry, no rewards :-). I would also be interested if there are better,
46 ;; faster ways of doing some of the things that I have done. 46 ;; cleaner, faster ways of doing some of the things that I have done.
47 ;; 47 ;;
48 ;; You must understand some design considerations that I had in mind. 48 ;; You must understand some design considerations that I had in mind.
49 ;; The intention was not really to "emulate" EDT, but rather to take advantage 49 ;; The intention was not really to "emulate" EDT, but rather to take advantage
50 ;; of the years of EDT experience that had accumulated in my right hand, 50 ;; of the years of EDT experience that had accumulated in my right hand,
51 ;; while at the same time taking advantage of EMACS. 51 ;; while at the same time taking advantage of EMACS.