File: autoarg.el.html
This provides autoarg-mode(var)/autoarg-mode(fun), a global minor mode meant to emulate
a facility reported from Twenex Emacs whereby digit keys supplied
prefix args rather than self inserting, with a digit sequence
terminated by space acting to insert the digits.
The bindings of DIGIT and C-DIGIT are swapped and a command bound
to SPC deals with a numeric prefix arg or acts normally without
such an arg. (In the absence of a suitable terminal, you'd
probably want to swap DIGIT and M-DIGIT.) See the mode doc.
You probably don't really want to use this.
Also provides autoarg-kp-mode(var)/autoarg-kp-mode(fun) which is similar, but leaves the
digit keys alone and redefines the keypad keys, kp-1 &c as
digit arguments. (Use NumLock if necessary to generate kp-N.)
You're more likely to want to use this.
Defined variables (6)
autoarg-kp-mode | Non-nil if Autoarg-Kp mode is enabled. |
autoarg-kp-mode-hook | Hook run after entering or leaving ‘autoarg-kp-mode’. |
autoarg-kp-mode-map | Keymap for Autoarg-KP mode. |
autoarg-mode | Non-nil if Autoarg mode is enabled. |
autoarg-mode-hook | Hook run after entering or leaving ‘autoarg-mode’. |
autoarg-mode-map | Keymap for Autoarg mode. |
Defined functions (4)
autoarg-kp-digit-argument | (ARG) |
autoarg-kp-mode | (&optional ARG) |
autoarg-mode | (&optional ARG) |
autoarg-terminate | (N) |