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
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
D decipher-digram-list
F decipher-frequency-count
N decipher-adjacency-list
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