Function: decipher-stats-mode

decipher-stats-mode is an interactive and byte-compiled function defined in decipher.el.gz.

Signature

(decipher-stats-mode)

Documentation

Major mode for displaying ciphertext statistics.

This mode runs the hook decipher-stats-mode-hook, as the final or penultimate step during initialization.

- negative-argument
D decipher-digram-list
F decipher-frequency-count
N decipher-adjacency-list
O..\x3FFFFF digit-argument
SPC..~ undefined

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
;;====================================================================
;; Statistics Buffer:
;;====================================================================

(define-derived-mode decipher-stats-mode nil "Decipher-Stats"
  "Major mode for displaying ciphertext statistics."
  (setq buffer-read-only  t
        buffer-undo-list  t             ;Disable undo
        case-fold-search  nil           ;Case is significant when searching
        indent-tabs-mode  nil))         ;Do not use tab characters