Lines Matching +refs:choose +refs:completion +refs:guess +refs:base +refs:position

163 position.
255 completion to specify the name; the command always displays the whole
409 position point before the beginning of the grouping and type
442 called by the expression. For each Lisp function, you can choose among
545 To choose a style for the current buffer, use the command @w{@kbd{C-c
584 @findex c-guess
585 @findex c-guess-install
586 As an alternative to specifying a style, you can tell Emacs to guess
587 a style by typing @kbd{M-x c-guess} in a sample code buffer. You can
589 c-guess-install}. @xref{Guessing the Style,,, ccmode, the CC Mode
703 possibilities at a given position. For example, C mode does not treat
824 an open paren when point stands just before it, and hence its position
846 or the last, non-whitespace position on the line.
857 one, no insertion takes places, and that position is simply skipped
910 line will indent the comment to the appropriate position.
977 characters), the comment is indented to the same position where
983 possible. Otherwise, it will choose some other suitable position,
1192 prompts for a topic, with completion (@pxref{Completion}), and runs
1233 @kbd{M-x woman} computes the completion list for manpages the first
1239 pops up a window with possible candidates asking you to choose one of
1355 @cindex completion (symbol names)
1368 @cindex tags-based completion
1369 @findex completion-at-point@r{, in programming language modes}
1370 @cindex Lisp symbol completion
1371 @cindex completion (Lisp symbols)
1373 @kbd{M-@key{TAB}}) invokes the command @code{completion-at-point},
1374 which generates its completion list in a flexible way. If Semantic
1376 completion (@pxref{Semantic}). If Semantic mode is not enabled or
1377 fails at performing completion, it tries to complete using the
1379 performs completion using the function, variable, or property names
1382 In all other respects, in-buffer symbol completion behaves like
1383 minibuffer completion. For instance, if Emacs cannot complete to a
1384 unique symbol, it displays a list of completion alternatives in
1440 allows Semantic to provide search, navigation, and completion commands
1469 of special key bindings for choosing a completion: @kbd{@key{RET}}
1470 accepts the current completion, @kbd{M-n} and @kbd{M-p} cycle through
1472 then cycles, and @kbd{C-g} or any other key aborts completion.
1771 (define-key c-mode-base-map "\C-m"