axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: axiom-mode


From: Martin Rubey
Subject: Re: [Axiom-developer] Re: axiom-mode
Date: 22 May 2007 19:10:28 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]