Searched +refs:tags +refs:completion +refs:table (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex342 {\bf Creating a table}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
346 \key{convert region to table}{C-c |}
351 The following commands work when the cursor is {\it inside a table}.
356 \key{re-align the table without moving the cursor}{C-c C-c}
357 \key{re-align the table, move to next field}{TAB}
359 \key{re-align the table, move to next row}{RET}
388 \key{re-apply all stored equations to entire table}{C-u C-c *}
389 \key{iterate table t
[all...]
H A Dsurvival.tex239 else convenient. To create a tags table file, type
245 \mkey{M-x tags-query-replace} run query-replace on all files
246 recorded in tags table
247 \key{M-,} continue last tags search or query-replace
393 Emacs does command completion for you. Typing \kbd{M-x}
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el149 ;; When forcing completion of method keywords, the initial
493 (defgroup idlwave-completion nil
507 (defcustom idlwave-completion-case '((routine . upcase)
514 words inserted into the buffer by completion. The preferred case can
531 routine. This was implemented to allow for mixed-case completion, in
540 lower case (but see the variable `idlwave-completion-force-default-case').
544 :group 'idlwave-completion
546 (cons (symbol :tag "Derive completion case for")
549 (defcustom idlwave-completion-force-default-case nil
550 "*Non-nil means, completion wil
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el38 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
138 in table fields. Such tables will look correct only after the first re-align.
198 and just in Org-mode (which will then use its own display table).
205 (defvar org-display-table nil
206 "The display table for org-mode, in case `org-ellipsis' is non-nil.")
283 tags-tree when constructing a sparse tree based on tags matches
299 (const tags-tree)
327 (const tags-tree)
358 (const tags
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1 " Vim completion script
7 " - Class aware completion:
9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
10 " - allow also for XML completion <- better do html_flavor for HTML
11 " completion
46 " We can be also inside of phpString with HTML tags. Deal with
51 " If exists b:php_menu it means completion was already constructed we
88 " Prepare list of classes from tags file
97 " dealing with tags files - entries there were already
135 " of 'kind' tag (not necessary in regular completion)
[all...]

Completed in 209 milliseconds