Home
last modified time | relevance | path

Searched +refs:choose +refs:completion +refs:guess +refs:base +refs:position (Results 1 – 25 of 1791) sorted by relevance

12345678910>>...72

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-emacsLisp.r/simple-emacsLisp.d/
H A Dexpected.tags15 next-error-overlay-arrow-position input.el /^(defvar next-error-overlay-arrow-position nil)$/;" var…
77 what-cursor-position input.el /^(defun what-cursor-position (&optional detail)$/;" function
112 minibuffer-temporary-goal-position input.el /^(defvar minibuffer-temporary-goal-position nil)$/;" v…
401 completion-base-position input.el /^(defvar completion-base-position nil$/;" variable
403 completion-base-size input.el /^(defvar completion-base-size nil$/;" variable
406 next-completion input.el /^(defun next-completion (n)$/;" function
407 choose-completion input.el /^(defun choose-completion (&optional event)$/;" function
408 choose-completion-guess-base-position input.el /^(defun choose-completion-guess-base-position (stri…
409 choose-completion-delete-max-match input.el /^(defun choose-completion-delete-max-match (string)$/;…
410 choose-completion-string-functions input.el /^(defvar choose-completion-string-functions nil$/;" va…
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Debrowse.texi188 base describing your program.
335 When you do this, the Lisp part of Ebrowse tries to guess, from member
1122 @cindex base class, display
1135 the completion list to immediate base classes, only. If only one base
1250 the completion.
1290 @cindex position stack
1301 This command sets point to the previous position in the position stack.
1313 the next position stored in the position stack.
1332 functions and more than one class tree is loaded, you must choose a
1393 @cindex completion
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Debrowse.texi188 base describing your program.
335 When you do this, the Lisp part of Ebrowse tries to guess, from member
1122 @cindex base class, display
1135 the completion list to immediate base classes, only. If only one base
1250 the completion.
1290 @cindex position stack
1301 This command sets point to the previous position in the position stack.
1313 the next position stored in the position stack.
1332 functions and more than one class tree is loaded, you must choose a
1393 @cindex completion
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.101727 choose-completion-string-functions.
1731 Set choose-completion-string-functions.
12908 * simple.el (choose-completion-delete-max-match):
13072 * simple.el (choose-completion-string): Doc fix.
14312 (choose-completion-string): Add doc string.
14317 (choose-completion-string1): Merge back into choose-completion-string.
14318 (choose-completion-string): Run choose-completion-string-functions
14321 (choose-completion-string-functions): Doc update.
14338 (choose-completion-string1): Rename from choose-completion-string.
14339 (choose-completion-string): Run choose-completion-string-functions
[all …]
H A DChangeLog.1517209 file-cache-choose-completion.
17214 Use choose-completion if mouse-choose-completion is ever removed.
17635 Replace completion-base-size by completion-base-position to fix bugs
17637 * simple.el (completion-base-position): New var.
17640 Pass the new base-position to choose-completion-string.
17641 (choose-completion-guess-base-position): New function, extracted from
17642 choose-completion-delete-max-match.
17644 (choose-completion-string): Use the new base-position info.
17646 (completion-setup-function): Preserve completion-base-position.
17649 (minibuffer-completion-help): Set completion-base-position instead.
[all …]
H A DChangeLog.52650 * simple.el (completion-setup-function): Set completion-base-size.
7641 * mouse.el (mouse-choose-completion): Pass completion-base-size value
7642 to choose-completion-string.
7644 * simple.el (completion-base-size): New variable.
7646 (choose-completion): Pass its value to choose-completion-string.
7647 (choose-completion-string): New arg base-size.
7650 * complete.el (PC-do-completion): Set completion-base-size.
7670 * simple.el (choose-completion): Bury or iconify the completion list
7671 using code copied from mouse-choose-completion.
7913 * simple.el (choose-completion): Check for
[all …]
H A DChangeLog.1711051 * simple.el (completion-list-mode-map): Use choose-completion for the
11055 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
11056 calling convention of choose-completion.
11058 * term.el (term-dynamic-list-completions): Accept choose-completion.
11564 face-spec-choose. (Bug#16378)
12949 * simple.el (choose-completion): Fix docstring typo.
13272 * simple.el (choose-completion): Doc fix (bug#14160).
13352 * simple.el (choose-completion-string-functions): Document new
14683 choose a bookmark (bug#16144).
17289 (smie-config--guess-value, smie-config--guess): New functions.
[all …]
H A DChangeLog.165976 * simple.el (choose-completion-delete-max-match):
10806 * simple.el (choose-completion): Remove now obsolete binding for
10925 * simple.el (choose-completion): Use quit-window (Bug#11567).
13583 (ido-choose-completion-string, ido-completion-help): Handle nil
22012 * international/quail.el (quail-mouse-choose-completion): Remove unused
22014 (quail-choose-completion-string): Remove.
22094 Add `metadata' argument to choose completion-styles.
22095 (completion--do-completion): Use metadata to choose cycling.
22372 (choose-completion): Pay attention to it, shuffle the code a bit.
22373 (choose-completion-string): New arg `insert-function'.
[all …]
H A DChangeLog.141122 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
1124 choose-completion-string-functions (Bug#1080).
7440 Add `choose-completion-string-functions'.
8185 * simple.el (completion-base-size): Doc fix.
8186 (choose-completion): Try reselecting completion-reference-buffer.
13074 (choose-completion-string): Use field functions and minibufferp.
14082 * simple.el (choose-completion-string): Use minibuffer-completion-table.
14505 Check completion-all-completions-with-base-size.
14554 * minibuffer.el (completion-all-completion-with-base-size): New var.
14567 Handle all-completions's new base-size info to set completion-base-size.
[all …]
H A DChangeLog.12259 (partial-completion-mode) <choose-completion-string-functions>:
262 doc string. Set PC-goto-end for choose-completion.
739 (partial-completion-mode) <choose-completion-string-functions>:
774 * complete.el (PC-do-completion): Compute completion-base-size in
1228 (completion-setup-function): Don't bind completion-base-size when
8439 `choose-completion-string-functions' use full function signature
10653 Use 'choose-completion-string-functions to make sure that
10654 choose-completion fills the minibuffer properly.
15231 completion-base-size for file name completion don't move point to
16856 (c-guess-basic-syntax): Improve the anchor position for
[all …]
H A DChangeLog.4234 * mouse.el (mouse-choose-completion):
237 * simple.el (choose-completion):
265 (choose-completion-delete-max-match): Handle completion-ignore-case.
1944 * mouse.el (mouse-choose-completion): Use choose-completion-string.
1949 (choose-completion-string): New function.
1950 (choose-completion): New command.
1951 (completion-list-mode-map): Add binding for choose-completion.
2383 * mouse.el (mouse-choose-completion): Bury the completion buffer.
4010 Special handling for mouse-choose-completion.
6653 * mouse.el (mouse-choose-completion): Actually choose that alternative,
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.101727 choose-completion-string-functions.
1731 Set choose-completion-string-functions.
12908 * simple.el (choose-completion-delete-max-match):
13072 * simple.el (choose-completion-string): Doc fix.
14312 (choose-completion-string): Add doc string.
14317 (choose-completion-string1): Merge back into choose-completion-string.
14318 (choose-completion-string): Run choose-completion-string-functions
14321 (choose-completion-string-functions): Doc update.
14338 (choose-completion-string1): Rename from choose-completion-string.
14339 (choose-completion-string): Run choose-completion-string-functions
[all …]
H A DChangeLog.1517209 file-cache-choose-completion.
17214 Use choose-completion if mouse-choose-completion is ever removed.
17635 Replace completion-base-size by completion-base-position to fix bugs
17637 * simple.el (completion-base-position): New var.
17640 Pass the new base-position to choose-completion-string.
17641 (choose-completion-guess-base-position): New function, extracted from
17642 choose-completion-delete-max-match.
17644 (choose-completion-string): Use the new base-position info.
17646 (completion-setup-function): Preserve completion-base-position.
17649 (minibuffer-completion-help): Set completion-base-position instead.
[all …]
H A DChangeLog.52650 * simple.el (completion-setup-function): Set completion-base-size.
7641 * mouse.el (mouse-choose-completion): Pass completion-base-size value
7642 to choose-completion-string.
7644 * simple.el (completion-base-size): New variable.
7646 (choose-completion): Pass its value to choose-completion-string.
7647 (choose-completion-string): New arg base-size.
7650 * complete.el (PC-do-completion): Set completion-base-size.
7670 * simple.el (choose-completion): Bury or iconify the completion list
7671 using code copied from mouse-choose-completion.
7913 * simple.el (choose-completion): Check for
[all …]
H A DChangeLog.1711051 * simple.el (completion-list-mode-map): Use choose-completion for the
11055 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
11056 calling convention of choose-completion.
11058 * term.el (term-dynamic-list-completions): Accept choose-completion.
11564 face-spec-choose. (Bug#16378)
12949 * simple.el (choose-completion): Fix docstring typo.
13272 * simple.el (choose-completion): Doc fix (bug#14160).
13352 * simple.el (choose-completion-string-functions): Document new
14683 choose a bookmark (bug#16144).
17289 (smie-config--guess-value, smie-config--guess): New functions.
[all …]
H A DChangeLog.165976 * simple.el (choose-completion-delete-max-match):
10806 * simple.el (choose-completion): Remove now obsolete binding for
10925 * simple.el (choose-completion): Use quit-window (Bug#11567).
13583 (ido-choose-completion-string, ido-completion-help): Handle nil
22012 * international/quail.el (quail-mouse-choose-completion): Remove unused
22014 (quail-choose-completion-string): Remove.
22094 Add `metadata' argument to choose completion-styles.
22095 (completion--do-completion): Use metadata to choose cycling.
22372 (choose-completion): Pay attention to it, shuffle the code a bit.
22373 (choose-completion-string): New arg `insert-function'.
[all …]
H A DChangeLog.141122 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
1124 choose-completion-string-functions (Bug#1080).
7440 Add `choose-completion-string-functions'.
8185 * simple.el (completion-base-size): Doc fix.
8186 (choose-completion): Try reselecting completion-reference-buffer.
13074 (choose-completion-string): Use field functions and minibufferp.
14082 * simple.el (choose-completion-string): Use minibuffer-completion-table.
14505 Check completion-all-completions-with-base-size.
14554 * minibuffer.el (completion-all-completion-with-base-size): New var.
14567 Handle all-completions's new base-size info to set completion-base-size.
[all …]
H A DChangeLog.12259 (partial-completion-mode) <choose-completion-string-functions>:
262 doc string. Set PC-goto-end for choose-completion.
739 (partial-completion-mode) <choose-completion-string-functions>:
774 * complete.el (PC-do-completion): Compute completion-base-size in
1228 (completion-setup-function): Don't bind completion-base-size when
8439 `choose-completion-string-functions' use full function signature
10653 Use 'choose-completion-string-functions to make sure that
10654 choose-completion fills the minibuffer properly.
15231 completion-base-size for file name completion don't move point to
16856 (c-guess-basic-syntax): Improve the anchor position for
[all …]
H A DChangeLog.4234 * mouse.el (mouse-choose-completion):
237 * simple.el (choose-completion):
265 (choose-completion-delete-max-match): Handle completion-ignore-case.
1944 * mouse.el (mouse-choose-completion): Use choose-completion-string.
1949 (choose-completion-string): New function.
1950 (choose-completion): New command.
1951 (completion-list-mode-map): Add binding for choose-completion.
2383 * mouse.el (mouse-choose-completion): Bury the completion buffer.
4010 Special handling for mouse-choose-completion.
6653 * mouse.el (mouse-choose-completion): Actually choose that alternative,
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DNEWS.24130 menu defined at that position. Likewise, clicking C-mouse-1, C-mouse-2, or
257 control the size of the frame and its position on screen.
811 The command `smie-config-guess' can help you derive the appropriate
1701 **** python-guess-indent -> python-indent-guess-indent-offset
1995 See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
2005 ** New option `mouse-avoidance-banish-position' specifies where the
2585 The frame-parameter tool-bar-position controls this. It takes the
2939 *** New feature to "guess" the style in an existing buffer.
2940 The main entry point is M-x c-guess.
2960 `compilation-filter-hook' runs. It records the start position of the
[all …]
/dports/editors/emacs/emacs-27.2/etc/
H A DNEWS.24130 menu defined at that position. Likewise, clicking C-mouse-1, C-mouse-2, or
257 control the size of the frame and its position on screen.
811 The command `smie-config-guess' can help you derive the appropriate
1701 **** python-guess-indent -> python-indent-guess-indent-offset
1995 See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
2005 ** New option `mouse-avoidance-banish-position' specifies where the
2585 The frame-parameter tool-bar-position controls this. It takes the
2939 *** New feature to "guess" the style in an existing buffer.
2940 The main entry point is M-x c-guess.
2960 `compilation-filter-hook' runs. It records the start position of the
[all …]
/dports/editors/emacs/emacs-27.2/doc/emacs/
H A Dprograms.texi163 position.
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
983 possible. Otherwise, it will choose some other suitable position,
1239 pops up a window with possible candidates asking you to choose one of
[all …]
/dports/misc/vifm/vifm-0.11/
H A DChangeLog676 Fixed some resources (like output pipe for --choose-files and
677 --choose-dir) being inherited by child processes. Thanks to Vigi.
1337 Fixed choosing files in custom views with --on-choose.
2435 Fixed `:cd one two` to use current directory as base for both relative
2660 Added --choose-files and --choose-dir command-line switches to specify
2780 choose among location, cursor position, local options and filters).
3004 Fixed ":vs .." which used to use wrong base directory.
3231 Made +/- operands after semicolon in command-line range adjust base range
3232 end position rather than base cursor position as Vim does. Thanks to
3668 Updated config.guess and config.sub files to their latest versions. Thanks
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dprograms.texi163 position.
444 called by the expression. For each Lisp function, you can choose among
564 To choose a style for the current buffer, use the command @w{@kbd{C-c
603 @findex c-guess
604 @findex c-guess-install
605 As an alternative to specifying a style, you can tell Emacs to guess
606 a style by typing @kbd{M-x c-guess} in a sample code buffer. You can
608 c-guess-install}. @xref{Guessing the Style,,, ccmode, the CC Mode
1016 possible. Otherwise, it will choose some other suitable position,
1272 pops up a window with possible candidates asking you to choose one of
[all …]
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.34182 * unposted: update config.guess and config.sub to
4440 has a chance to exit or to choose not to do so.
6782 completion for --base/-1, --ours/-2 and --theirs/-3, from
9247 config in subcommand position.
9458 * 23781: Completion/Debian/Command/_dput: base host completion
10548 try to parse base indicators in octal and raise error for
10934 * unposted: update config.guess and config.sub to
11194 skirmishes with cursor position.
12371 * unposted: update config.guess and config.sub to
12410 string in add_match_data() choose a more efficient size.
[all …]

12345678910>>...72