awk-mode

awk-mode is an interactive autoloaded compiled Lisp function in `cc-mode.el'.


(awk-mode)

Parent mode: `prog-mode'.

Major mode for editing AWK code.
To submit a problem report, enter `M-x c-submit-bug-report' from an
awk-mode buffer. This automatically sets up a mail buffer with version
information already added. You just need to add a description of the
problem, including a reproducible test case, and send the message.

To see what version of CC Mode you are running, enter `M-x c-version'.

The hook `c-mode-common-hook' is run with no args at mode
initialization, then `awk-mode-hook'.

Key bindings:
key binding
--- -------

C-c Prefix Command
C-d c-electric-delete-forward
TAB c-indent-line-or-region
ESC Prefix Command
# self-insert-command
( .. ) c-electric-paren
* self-insert-command
, c-electric-semi&comma
/ self-insert-command
: c-electric-colon
; c-electric-semi&comma
{ c-electric-brace
} c-electric-brace
DEL c-electric-backspace

C-M-a c-awk-beginning-of-defun
C-M-e c-awk-end-of-defun
M-a c-beginning-of-statement
M-e c-end-of-statement

C-c C-a c-toggle-auto-newline
C-c C-b c-submit-bug-report
C-c C-c comment-region
C-c C-d c-hungry-delete-forward
C-c C-l c-toggle-electric-state
C-c C-n c-forward-conditional
(that binding is currently shadowed by another mode)
C-c C-o c-set-offset
C-c C-p c-backward-conditional
(that binding is currently shadowed by another mode)
C-c C-q c-indent-defun
C-c C-s c-show-syntactic-information
C-c C-u c-up-conditional
(that binding is currently shadowed by another mode)
C-c C-w c-subword-mode
C-c C-\ c-backslash-region
C-c . c-set-style
C-c DEL c-hungry-delete-backwards
C-c C-DEL c-hungry-delete-backwards
C-c <C-backspace> c-hungry-delete-backwards
C-c <C-delete> c-hungry-delete-forward
C-c <C-deletechar> c-hungry-delete-forward
C-c <deletechar> c-hungry-delete-forward

C-M-a c-beginning-of-defun
(that binding is currently shadowed by another mode)
C-M-e c-end-of-defun
(that binding is currently shadowed by another mode)
C-M-h c-mark-function
C-M-j c-indent-new-comment-line
C-M-q c-indent-exp
M-j c-indent-new-comment-line
M-q c-fill-paragraph