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 20:12:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

C Y <address@hidden> writes:

> Hmm, but if M-k is associated with kill that's probably not a good idea
> either, since the operation is a copy and not a removal.  What about
> Ctrl-Shift-a to get into Axiom commands?  Does that conflict with anything?

C-A is recognised as C-a on my system, i.e., Ctrl doesn't allow uppercase keys,
same for Meta (i.e., Alt).

If you want to have several "axiom-mode-specific" keybindings, then the usual
prefix is C-c, I think.  But if we only have a very few, I'd suggest to have
simpler keybindings.

As far as I know there is only one emacs command that does copy only, namely
M-w: 

-------------------------------------------------------------------------------
copy-region-as-kill-nomark is an interactive compiled Lisp function in
`pc-select'.  (copy-region-as-kill-nomark BEG END)

Save the region as if killed; but don't kill it; deactivate mark.  If
`interprogram-cut-function' is non-nil, also save the text for a window system
cut and paste.

Deactivating mark is to avoid confusion with delete-selection-mode and
transient-mark-mode.
-------------------------------------------------------------------------------

but since M-w is remains useful, I wouldn't redefine it.

Martin





reply via email to

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