Annotation of 43BSDTahoe/new/jove/doc/jove.qref, revision 1.1

1.1     ! root        1:                                        JOVE Command Quick Reference Guide
        !             2: 
        !             3: --- HELP
        !             4: apropos                                        describe-bindings                       describe-command        ESC ?
        !             5: describe-key           C-X ?           describe-variable                       execute-named-command   ESC X
        !             6: 
        !             7: 
        !             8: --- MOVING AROUND
        !             9: backward-character     C-B             backward-list           ESC C-P         backward-paragraph      ESC [
        !            10: backward-s-expression  ESC C-B         backward-sentence       ESC A           backward-up-list        ESC C-U
        !            11: backward-word          ESC B           beginning-of-file       ESC <           beginning-of-line       C-A
        !            12: beginning-of-window    ESC ,           current-error                           down-list               ESC C-D
        !            13: end-of-file            ESC >           end-of-line             C-E             end-of-window           ESC .
        !            14: find-tag               C-X T           find-tag-at-point                       first-non-blank         ESC M
        !            15: forward-character      C-F             forward-list            ESC C-N         forward-paragraph       ESC ]
        !            16: forward-s-expression   ESC C-F         forward-sentence        ESC E           forward-word            ESC F
        !            17: goto-line              ESC G           next-error              C-X C-N         next-line               C-N
        !            18: next-page              C-V             previous-error          C-X C-P         previous-line           C-P
        !            19: previous-page          ESC V           window-find-tag         C-X 4 t         
        !            20: 
        !            21: --- INSERTING AND DELETING
        !            22: delete-blank-lines     C-X C-O         delete-next-char        C-D             delete-previous-char    C-H (DEL)
        !            23: delete-white-space     ESC-\           erase-buffer                            handle-tab              C-I (TAB)
        !            24: kill-next-word         ESC D           kill-next-word          ESC d           kill-previous-word      ESC ^?
        !            25: kill-s-expression      ESC C-K         kill-to-beginning-of-se C-X ^?          kill-to-end-of-line     C-K
        !            26: kill-to-end-of-sentence        ESC K           newline                 C-M (RETURN)    newline-and-backup      C-O
        !            27: newline-and-indent     C-J             over-write-mode                         quoted-insert           C-^
        !            28: 
        !            29: 
        !            30: --- SEARCH AND REPLACE
        !            31: find-tag               C-X T           find-tag-at-point                       i-search-forward        
        !            32: i-search-reverse                       query-replace-string    ESC Q           replace-in-region       
        !            33: replace-string         ESC R           search-forward          C-\             search-reverse          C-R
        !            34: window-find-tag                C-X 4 t         
        !            35: 
        !            36: --- MARKS AND REGIONS
        !            37: append-region                          append-region                           case-region-lower       
        !            38: case-region-upper                      copy-region             ESC W           exchange-point-and-mark C-X C-X
        !            39: filter-region                          kill-region             C-W             replace-in-region       
        !            40: set-mark               C-@ (C-SPACE)   write-region                            yank                    C-Y
        !            41: yank-pop               ESC Y           
        !            42: 
        !            43: --- TEXT PROCESSING
        !            44: auto-fill-mode                         bind-macro-to-word-abbr                 case-character-capitali 
        !            45: case-region-lower                      case-region-upper                       case-word-capitalize    ESC C
        !            46: case-word-lower                ESC L           case-word-upper         ESC U           current-error           
        !            47: define-global-word-abbr                        define-mode-word-abbrev                 edit-word-abbrevs       
        !            48: fill-paragraph         ESC J           fill-region                             left-margin-here        
        !            49: next-error             C-X C-N         over-write-mode                         parse-spelling-errors-i 
        !            50: previous-error         C-X C-P         read-word-abbrev-file                   right-margin-here       
        !            51: spell-buffer                           text-mode                               transpose-characters    C-T
        !            52: transpose-lines                C-X C-T         visible-spaces-in-windo                 word-abbrev-mode        
        !            53: write-word-abbrev-file                 
        !            54: 
        !            55: --- DISPLAY AND WINDOWS
        !            56: clear-and-redraw       ESC C-L         delete-current-window   C-X D           delete-current-window   C-X d
        !            57: delete-other-windows   C-X 1           grow-window             C-X ^           next-window             C-X N
        !            58: number-lines-in-window                 page-next-window        ESC C-V         previous-window         C-X P
        !            59: redraw-display         C-L             scroll-down             ESC Z           scroll-up               C-Z
        !            60: shrink-window                          split-current-window    C-X 2           window-find-buffer      C-X 4 b
        !            61: window-find-file       C-X 4 f         window-find-tag         C-X 4 t         
        !            62: 
        !            63: --- FILES AND BUFFERS
        !            64: append-region                          append-region                           buffer-position         
        !            65: delete-buffer          C-X K           delete-buffer           C-X k           erase-buffer            
        !            66: find-file              C-X C-F         insert-file             C-X C-I         kill-buffer             C-X K
        !            67: list-buffers           C-X C-B         make-buffer-unmodified  ESC ~           read-macros-from-file   
        !            68: read-word-abbrev-file                  rename-buffer                           save-file               C-X C-\
        !            69: save-file              C-X C-S         select-buffer           C-X B           select-existing-buffer  C-X B
        !            70: spell-buffer                           visit-file              C-X C-V         visit-file              C-X C-R
        !            71: window-find-buffer     C-X 4 b         window-find-file        C-X 4 f         write-file              C-X C-W
        !            72: write-macros-to-file                   write-modified-files    C-X C-M         write-region            
        !            73: write-word-abbrev-file                 
        !            74: 
        !            75: --- DIRECTORIES
        !            76: cd                                     dirs                                    popd                    
        !            77: pushd                                  pwd                                     
        !            78: 
        !            79: 
        !            80: --- PROGRAMMERS
        !            81: auto-indent-mode                       backward-s-expression   ESC C-B         c-mode                  
        !            82: compile-it(make)       C-X C-E         current-error                           fill-comment            
        !            83: forward-s-expression   ESC C-F         grind-s-expr                            kill-s-expression       ESC C-K
        !            84: lisp-mode                              next-error              C-X C-N         number-lines-in-window  
        !            85: paren-flash            ),],}           parse-errors                            parse-special-errors    
        !            86: previous-error         C-X C-P         show-match-mode                         string-length           
        !            87: visible-spaces-in-windo                        
        !            88: 
        !            89: --- REPEAT
        !            90: digit                  ESC -           digit                   ESC [0-9]       quadruple-numeric-argum C-U
        !            91: 
        !            92: 
        !            93: --- MACROS
        !            94: delete-macro                           execute-keyboard-macro  C-X E           make-macro-interactive  
        !            95: make-macro-interactive ESC I           read-macros-from-file                   begin-kbd-macro C-X (
        !            96: end-kbd-macro          C-X )           write-macros-to-file                    
        !            97: 
        !            98: --- SHELL
        !            99: exit-jove              C-X C-C         i-shell-command                         pause-jove              ESC S
        !           100: pause-jove             ESC s           push-shell                              shell                   
        !           101: shell-command          C-X !           shell-command-to-buffer                 suspend-jove            
        !           102: 
        !           103: 
        !           104: --- PROCESSES
        !           105: eof-process                            interrupt-process       C-C             kill-process            
        !           106: list-processes                         process-bind-to-key                     process-newline         C-M (RETURN)
        !           107: process-send-data-no-re                        quit-process                            stop-process            
        !           108: 
        !           109: 
        !           110: --- MISCELLANEOUS
        !           111: auto-execute-command                   auto-execute-macro                      bind-macro-to-key       
        !           112: bind-macro-to-word-abbr                        bind-to-key                             character-to-octal-inse 
        !           113: date                                   execute-extended-comman ESC X           fundamental-mode        
        !           114: print                                  recursive-edit                          ring-the-bell(ABORT)    C-G
        !           115: set                                    source                                  unbind-key              
        !           116: version                                        
        !           117: 
        !           118: --- VARIABLES
        !           119: allow-^S-and-^Q                                allow-bad-filenames                     auto-case-abbrev        
        !           120: bad-filename-extensions                        c-indentation-increment                 case-ignore-search      
        !           121: comment-format                         disable-biff                            error-window-size       
        !           122: file-creation-mode                     files-should-end-with-n                 internal-tabstop        
        !           123: left-margin                            mailbox                                 mail-check-frequency    
        !           124: make-backup-files                      mark-threshold                          marks-should-float      
        !           125: match-regular-expressio                        meta-key                                mode-line               
        !           126: mode-line-should-stando                        paren-flash-delay                       physical-tabstop        
        !           127: process-prompt                         interrupt-character                     right-margin            
        !           128: scroll-step                            search-exit-char                        send-typeout-to-buffer  
        !           129: shell                                  shell-flags                             sync-frequency          
        !           130: tag-file                               tmp-file-pathname                       update-time-frequency   
        !           131: use-i/d-char                           visible-bell                            wrap-search             
        !           132: write-files-on-make                    

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.