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-modeNon-nil if Autoarg-Kp mode is enabled.
autoarg-kp-mode-hookHook run after entering or leaving ‘autoarg-kp-mode’.
autoarg-kp-mode-mapKeymap for Autoarg-KP mode.
autoarg-modeNon-nil if Autoarg mode is enabled.
autoarg-mode-hookHook run after entering or leaving ‘autoarg-mode’.
autoarg-mode-mapKeymap for Autoarg mode.

Defined functions (4)

autoarg-kp-digit-argument(ARG)
autoarg-kp-mode(&optional ARG)
autoarg-mode(&optional ARG)
autoarg-terminate(N)

Defined faces (0)