I have been using Gnu emacs for more than a couple decades,
but now I'm thinking about switching to Jed, and I have a
question.
Please forgive me if this question has already been answered
somewhere and that I might have overlooked the answer in my
net searches.
In Gnu emacs, I have been able to make keymap changes, and I'm
trying to figure out how to do the same with Jed.
For example, in Gnu emacs, one of the many keymap changes that
I made is to define Control-Z to be used as a prefix for a
set of two-character key mappings. I can then do things like
map Control-Z/Control-L to give me a prompt for a line number
to go to, and I can map Control-Z/Control-Z to perform a
"suspend" ... which is what a single Control-Z currently does
by default in Jed.
And I have made many other similar keymap changes in Gnu emacs
which I'm hoping that I could also make in Jed.
Short of doing re-writes of the Jed source code itself, is
there any way to use S-lang or other Jed configuration
techniques in order to make these kinds of keymap changes?
Again, I apologize if I overlooked an already documented
answer to this question.
And thank you very much in advance for any thoughts and
suggestions concerning this topic.