Dear CY,

just another detail: C-a c is a really bad choice for putting input and output
to the kill ring, since it conflicts with C-a (beginning of line).

I suggest to use M-k:

M-k runs the command kill-sentence
   which is an interactive compiled Lisp function in `textmodes/paragraphs'.
(kill-sentence &optional ARG)

Kill from point to end of sentence.
With arg, repeat; negative arg -N means kill back to Nth start of sentence.

(an input output block could be seen as a "sentence", don't you think?)

Martin



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to