File: decipher.el.html
Defined variables (16)
decipher-char | See the functions decipher-loop-with-breaks and decipher-loop-no-breaks. |
decipher-font-lock-keywords | Font Lock keywords for Decipher mode. |
decipher-force-uppercase | Non-nil means to convert ciphertext to uppercase. |
decipher-ignore-spaces | Non-nil means to ignore spaces and punctuation when counting digrams. |
decipher-mode-abbrev-table | Abbrev table for ‘decipher-mode’. |
decipher-mode-hook | Hook to run upon entry to decipher. |
decipher-mode-map | Keymap for Decipher mode. |
decipher-mode-syntax-table | Decipher mode syntax table. |
decipher-stats-buffer | The buffer which displays statistics for this ciphertext. |
decipher-stats-mode-abbrev-table | Abbrev table for ‘decipher-stats-mode’. |
decipher-stats-mode-hook | Hook run after entering ‘decipher-stats-mode’. |
decipher-stats-mode-map | Keymap for Decipher-Stats mode. |
decipher-stats-mode-syntax-table | Syntax table for ‘decipher-stats-mode’. |
decipher-undo-limit | The maximum number of entries in the undo list. |
decipher-undo-list | The undo list for this buffer. |
decipher-undo-list-size | The number of entries in the undo list. |
Defined functions (31)
decipher | () |
decipher--digram-counts | (COUNTS) |
decipher--digram-total | (BEFORE-COUNT AFTER-COUNT) |
decipher-add-undo | (UNDO-REC) |
decipher-adjacency-list | (CIPHER-CHAR) |
decipher-alphabet-keypress | (A B) |
decipher-analyze | () |
decipher-analyze-buffer | () |
decipher-complete-alphabet | () |
decipher-copy-cons | (CONS) |
decipher-digram-list | () |
decipher-display-range | (START END) |
decipher-display-regexp | (START-REGEXP END-REGEXP) |
decipher-display-stats-buffer | () |
decipher-frequency-count | () |
decipher-get-undo | (CIPHER-CHAR PLAIN-CHAR) |
decipher-insert | (CHAR) |
decipher-insert-frequency-counts | (FREQ-LIST TOTAL) |
decipher-keypress | () |
decipher-loop-no-breaks | (FUNC) |
decipher-loop-with-breaks | (FUNC) |
decipher-make-checkpoint | (DESC) |
decipher-mode | () |
decipher-read-alphabet | () |
decipher-restore-checkpoint | () |
decipher-resync | () |
decipher-set-map | (CIPHER-CHAR PLAIN-CHAR &optional NO-UNDO) |
decipher-show-alphabet | () |
decipher-stats-buffer | (&optional CREATE) |
decipher-stats-mode | () |
decipher-undo | () |