Function: gnus-score-mode

gnus-score-mode is an autoloaded, interactive and byte-compiled function defined in score-mode.el.gz.

Signature

(gnus-score-mode)

Documentation

Mode for editing Gnus score files.

This mode is an extended emacs-lisp mode.

C-M-i completion-at-point
C-M-q indent-pp-sexp
C-M-q indent-sexp
C-M-q prog-indent-sexp
C-M-x eval-defun
C-c C-b elisp-byte-compile-buffer
C-c C-c gnus-score-edit-exit
C-c C-d gnus-score-edit-insert-date
C-c C-e elisp-eval-region-or-buffer
C-c C-f elisp-byte-compile-file
C-c C-p gnus-score-pretty-print
C-x C-a C-c edebug-go-mode
C-x C-a C-l edebug-where
C-x C-a C-n edebug-next-mode
C-x C-a C-s edebug-step-mode
C-x C-a RET edebug-set-initial-mode
DEL backward-delete-char-untabify
M-q prog-fill-reindent-defun

In addition to any hooks its parent mode emacs-lisp-mode might have run, this mode runs the hook gnus-score-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/score-mode.el.gz
;;;###autoload
(define-derived-mode gnus-score-mode emacs-lisp-mode "Score"
  "Mode for editing Gnus score files.
This mode is an extended emacs-lisp mode.

\\{gnus-score-mode-map}"
  (gnus-score-make-menu-bar)
  (make-local-variable 'gnus-score-edit-exit-function))