Searched +refs:minibuffer +refs:prompt (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dminibuf.c42 The first element of the list is used for the outermost minibuffer
43 invocation, the next element is used for a recursive minibuffer
45 minibuffer recursions are encountered. */
49 /* Data to remember during recursive minibuffer invocations */
53 /* Depth in minibuffer invocations. */
61 /* The maximum length of a minibuffer history. */
77 /* Nonzero means let functions called when within a minibuffer
87 /* help-form is bound to this while in the minibuffer. */
91 /* Variable which is the history list to add minibuffer values to. */
99 /* Text properties that are added to minibuffer prompt
471 Lisp_Object mini_frame, ambient_dir, minibuffer, input_method; local
1007 Lisp_Object prompt, initial_contents, keymap, read, hist, default_value; variable
1013 CHECK_STRING (prompt); variable
1051 Lisp_Object prompt, initial_contents; variable
1053 CHECK_STRING (prompt); variable
1066 Lisp_Object prompt, initial_contents; variable
1090 Lisp_Object prompt, initial_input, history, default_value; variable
1113 Lisp_Object prompt, initial, inherit_input_method; variable
1115 CHECK_STRING (prompt); variable
1125 Lisp_Object prompt, default_value; variable
1148 Lisp_Object prompt; variable
1160 Lisp_Object prompt, default_value; variable
1187 Lisp_Object prompt, def, require_match; variable
1756 Lisp_Object prompt, collection, predicate, require_match, initial_input; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtmm.el44 (defvar tmm-c-prompt nil)
56 See the documentation for `tmm-prompt'.
92 (tmm-prompt menu-bar nil menu-bar-item)))
99 See the documentation for `tmm-prompt'."
103 (defcustom tmm-mid-prompt "==>"
111 "A place to store minibuffer map.")
113 (defcustom tmm-completion-prompt
114 "Press PageUp key to reach this buffer from the minibuffer.
116 the item in the minibuffer, and press RET when you are done, or press the
147 (defun tmm-prompt (men
[all...]
H A Dsimple.el838 (buffer-prompt
843 (list (read-from-minibuffer (format (if default "Goto line%s (%s): "
845 buffer-prompt
848 'minibuffer-history
1010 (set-keymap-parent m minibuffer-local-map)
1015 (defvar minibuffer-completing-symbol nil
1016 "Non-nil means completing a Lisp symbol in the minibuffer.")
1069 (list (let ((minibuffer-completing-symbol t))
1070 (read-from-minibuffer "Eval: "
1099 (defun edit-and-eval-command (prompt comman
[all...]
H A Dspeedbar.el335 (defcustom speedbar-frame-parameters '((minibuffer . nil)
354 '(minibuffer nil width 20 border-width 0
392 When tooltips are not available, mouse-tracking and minibuffer
1146 (defsubst speedbar-y-or-n-p (prompt &optional deleting)
1148 Argument PROMPT is the prompt to use.
1154 (dframe-y-or-n-p prompt)))
2670 (if (window-minibuffer-p (selected-window))
H A Dcus-edit.el424 (defgroup minibuffer nil function
425 "Controlling the behavior of the minibuffer."
517 (defun custom-variable-prompt ()
871 (defun custom-prompt-variable (prompt-var prompt-val &optional comment)
873 PROMPT-VAR is the prompt for the variable, and PROMPT-VAL is the
874 prompt for the value. The %s escape in PROMPT-VAL is replaced with
881 `:prompt-value' property of that widget will be used for reading the value.
883 If optional COMMENT argument is non-nil, also prompt fo
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dquail.el581 ;; If we are in minibuffer, turn off the current input method
583 (when (eq (selected-window) (minibuffer-window))
584 (add-hook 'minibuffer-exit-hook 'quail-exit-from-minibuffer)
590 (defun quail-exit-from-minibuffer ()
592 (if (<= (minibuffer-depth) 1)
593 (remove-hook 'minibuffer-exit-hook 'quail-exit-from-minibuffer)))
1378 (let* ((prompt (if input-method-use-echo-area
1383 (keyseq (read-key-sequence prompt ni
[all...]

Completed in 111 milliseconds