• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/textmodes/

Lines Matching defs:tab

383 (defcustom org-cycle-emulate-tab t
517 (const :tab "both" t)))
765 (defcustom org-table-tab-jumps-over-hlines t
766 "Non-nil means, tab in the last column of a table with jump over a hline.
774 (defcustom org-table-tab-recognizes-table.el t
995 (defcustom org-tab-follows-link nil
3619 (when org-tab-follows-link
3620 (define-key org-mouse-map [(tab)] 'org-open-at-point)
4023 `org-cycle-emulate-tab' for details.
4138 ((org-try-cdlatex-tab))
4140 ((if (and (memq org-cycle-emulate-tab '(white whitestart))
4142 (or (and (eq org-cycle-emulate-tab 'white)
4144 (and (eq org-cycle-emulate-tab 'whitestart)
4147 (eq org-cycle-emulate-tab t))
4247 (define-key org-goto-map [(tab)] 'org-cycle)
5195 (setq width (or width tab-width))
5372 (let ((n -1) (i 0) (w tab-width) c)
5842 ;; Lets see if this is tab-separated material. If every nonempty line
5843 ;; contains a tab, we will assume that it is tab-separated material
5862 The file is assumed to be tab-separated. Such files can be produced by most
5873 "Export table as a tab-separated file.
6192 org-table-tab-jumps-over-hlines
6433 (if org-table-tab-recognizes-table.el
7937 (define-key org-edit-formulas-map [(meta tab)] 'lisp-complete-symbol)
7939 (define-key org-edit-formulas-map [(tab)] 'org-edit-formula-lisp-indent)
8349 ;; Another challenge is that the key binding for TAB can be tab or \C-i,
8521 (define-key orgtbl-mode-map [(tab)]
8522 (orgtbl-make-binding 'orgtbl-tab 102 [(tab)] "\C-i"))
8524 (orgtbl-make-binding 'orgtbl-tab 103 "\C-i" [(tab)]))
8526 (define-key orgtbl-mode-map [(shift tab)]
8528 [(shift tab)] [(tab)] "\C-i"))
8632 (defun orgtbl-tab (arg)
8989 :lstart "@item " :lend "" :sep " @tab "
12988 (define-key org-agenda-mode-map [(tab)] 'org-agenda-goto)
16082 (defun org-try-cdlatex-tab ()
16083 "Check if it makes sense to execute `cdlatex-tab', and do it if yes.
16094 (cdlatex-tab) t)
16096 (cdlatex-tab) t)
18560 (define-key org-mode-map [(tab)] 'org-cycle)
18561 (define-key org-mode-map [(control tab)] 'org-force-cycle-archived)
18562 (define-key org-mode-map [(meta tab)] 'org-complete)
18568 (define-key org-mode-map [(shift tab)] 'org-shifttab)