comparison lisp/textmodes/tex-mode.el @ 33477:51a929f58d72

(tex-mode-map): Remove `tex-compile', not ready for prime-time.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 14 Nov 2000 11:50:40 +0000
parents 1de979dabe6f
children 3cb3c23bbe84
comparison
equal deleted inserted replaced
33476:51bec48940dd 33477:51a929f58d72
571 (define-key map "\C-c}" 'up-list) 571 (define-key map "\C-c}" 'up-list)
572 (define-key map "\C-c{" 'tex-insert-braces) 572 (define-key map "\C-c{" 'tex-insert-braces)
573 (define-key map "\C-c\C-r" 'tex-region) 573 (define-key map "\C-c\C-r" 'tex-region)
574 (define-key map "\C-c\C-b" 'tex-buffer) 574 (define-key map "\C-c\C-b" 'tex-buffer)
575 (define-key map "\C-c\C-f" 'tex-file) 575 (define-key map "\C-c\C-f" 'tex-file)
576 (define-key map "\C-c\C-c" 'tex-compile)
577 (define-key map "\C-c\C-i" 'tex-bibtex-file) 576 (define-key map "\C-c\C-i" 'tex-bibtex-file)
578 (define-key map "\C-c\C-o" 'tex-latex-block) 577 (define-key map "\C-c\C-o" 'tex-latex-block)
579 (define-key map "\C-c\C-e" 'tex-close-latex-block) 578 (define-key map "\C-c\C-e" 'tex-close-latex-block)
580 (define-key map "\C-c\C-u" 'tex-goto-last-unclosed-latex-block) 579 (define-key map "\C-c\C-u" 'tex-goto-last-unclosed-latex-block)
581 (define-key map "\C-c\C-m" 'tex-feed-input) 580 (define-key map "\C-c\C-m" 'tex-feed-input)