Searched +refs:minibuffer +refs:window (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dsun-fns.el49 ;; with three arguments: (window x-pos y-pos)
51 ;; Use the macro "eval-in-window" to execute a function
52 ;; in a temporarily selected window.
56 ;; See "minibuffer" bindings for examples.
81 (defun mouse-move-point (window x y)
83 (select-window window)
90 (defun mouse-set-mark (&optional window x y)
92 (eval-in-window window ;; us
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwindow.el0 ;;; window.el --- GNU Emacs window commands aside from those written in C
32 (defvar window-size-fixed nil
34 If the value is `height', then only the window's height is fixed.
35 If the value is `width', then only the window's width is fixed.
37 Emacs won't change the size of any window displaying that buffer,
39 (make-variable-buffer-local 'window-size-fixed)
41 (defmacro save-selected-window (&rest body)
42 "Execute BODY, then select the window that was selected before BODY.
49 This macro saves and restores the selected window, a
[all...]
H A Dframe.el1 ;;; frame.el --- multi-frame management independent of window systems
32 The window system startup file should set this to its frame creation
35 ;; The initial value given here used to ask for a minibuffer.
39 "*Alist of frame parameters for creating the initial X window frame.
44 If the value calls for a frame without a minibuffer, and you have not created
45 a minibuffer frame on your own, one is created according to
46 `minibuffer-frame-alist'.
63 (defcustom minibuffer-frame-alist '((width . 80) (height . 2))
64 "*Alist of frame parameters for initially creating a minibuffer frame.
66 (setq minibuffer
[all...]
H A Dmouse.el1 ;;; mouse.el --- window system-independent mouse support
88 If nil, a Mouse-1 click on a link in a non-selected window performs
89 the normal mouse-1 binding, typically selects the window and sets
160 ;; Switch to the window clicked on, because otherwise
280 (defun mouse-minibuffer-check (event)
281 (let ((w (posn-window (event-start event))))
282 (and (window-minibuffer-p w)
283 (not (minibuffer-window
[all...]
H A Dcomplete.el29 ;; Extended completion for the Emacs minibuffer.
50 ;; Usage: M-x partial-completion-mode. During completable minibuffer entry,
93 :group 'minibuffer
146 (let ((completion-map minibuffer-local-completion-map)
147 (must-match-map minibuffer-local-must-match-map))
153 (define-key completion-map "\t" 'minibuffer-complete)
154 (define-key completion-map " " 'minibuffer-complete-word)
155 (define-key completion-map "?" 'minibuffer-completion-help)
157 (define-key must-match-map "\t" 'minibuffer-complete)
158 (define-key must-match-map " " 'minibuffer
[all...]
H A Dspeedbar.el283 The default buffer is the buffer in the selected window in the attached frame."
294 The default buffer is the buffer in the selected window in the attached frame."
335 (defcustom speedbar-frame-parameters '((minibuffer . nil)
354 '(minibuffer nil width 20 border-width 0
392 When tooltips are not available, mouse-tracking and minibuffer
870 window-system))
1167 frame and window to be the currently active frame and window."
1285 (save-window-excursion
1300 (save-window
[all...]
H A Dsimple.el74 (or visible-ok (null (get-buffer-window buf 'visible))))
233 ;; 1. If one window on the selected frame displays such buffer, return it.
234 (let ((window-buffers
238 (window-buffer w)
241 (window-buffer w)))
242 (window-list))))))
243 (if (eq (length window-buffers) 1)
244 (car window-buffers)))
794 ((> (point) (window-end nil t))
843 (list (read-from-minibuffer (forma
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-win.el1 ;;; gnus-win.el --- window configuration functions for Gnus
39 (defcustom gnus-use-full-window t
44 (defvar gnus-window-configuration nil
47 (defcustom gnus-window-min-width 2
52 (defcustom gnus-window-min-height 1
57 (defcustom gnus-always-force-window-configuration nil
58 "*If non-nil, always force the Gnus window configurations."
174 (defvar gnus-window-to-buffer
209 (defvar gnus-current-window-configuration nil
210 "The most recently set window configuratio
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex177 mode line describing the buffer in the window above it,
178 and a minibuffer/echo area in the last line.
181 \key{C-x C-f} edit file; this command uses the minibuffer to read
192 \key{C-l} scroll current line to center of window
200 \key{C-x 0} remove the current window from the display
201 \key{C-x 1} make active window the only window
202 \key{C-x 2} split window horizontally
203 \key{C-x 3} split window vertically
204 \key{C-x o} move to other window
[all...]
H A Drefcard.tex304 \key{remove help window}{C-x 1}
305 \key{scroll help window}{C-M-v}
410 frame instead of a window.
415 \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
416 \threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
418 \key{split window, side by side}{C-x 3}
420 \key{scroll other window}{C-M-v}
424 \threecol{switch cursor to another window}{C-x o}{C-x 5 o}
426 \threecol{select buffer in other window}{C-x 4 b}{C-x 5 b}
427 \threecol{display buffer in other window}{
[all...]
H A Dpl-refcard.tex358 %\key{remove help window}{C-x 1}
359 %\key{scroll help window}{C-M-v}
546 %\threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
547 %\threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
551 %\key{split window, side by side}{C-x 3}
558 %\threecol{switch cursor to another window}{C-x o}{C-x 5 o}
559 %\threecol{select buffer in other window}{C-x 4 b}{C-x 5 b}
560 %\threecol{display buffer in other window}{C-x 4 C-o}{C-x 5 C-o}
561 %\threecol{find file in other window}{C-x 4 f}{C-x 5 f}
562 %\threecol{find file read-only in other window}{
[all...]
H A Dpt-br-refcard.tex474 As teclas seguintes s{\~a}o definidas no minibuffer.
480 \key{busca a entrada anterior no minibuffer}{M-p}
481 \key{busca a pr{\'o}xima entrada no minibuffer ou o default}{M-n}
639 \key{l{\^e} e avalia o minibuffer}{M-:}
667 (defun this-line-to-top-of-window (line)
668 "Reposition line point is on to top of window.
H A Dcalccard.tex287 \wkey{run Calc in other window}{\calcprefix o}
288 \wkey{quick calculation in minibuffer}{\calcprefix q}
643 \key{close graphics window}{g q}
H A Dcs-refcard.tex463 N�sleduj�c� kl�vesy jsou platn� pro minibuffer.
653 (defun this-line-to-top-of-window (line)
654 "Reposition line point is on to top of window.
H A Dsk-refcard.tex464 Nasleduj�ce kl�vesy s� platn� pre minibuffer.
654 (defun this-line-to-top-of-window (line)
655 "Reposition line point is on to top of window.
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dsun-mouse.el76 text, scrollbar, modeline, minibuffer
168 ;;; Loc accessors. for sm::window-xy
176 ;; When you don't need the complete window context of eval-in-window
188 (defmacro eval-in-window (window &rest forms)
189 "Switch to WINDOW, evaluate FORMS, return to original window."
190 `(let ((OriginallySelectedWindow (selected-window)))
193 (select-window ,window)
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dminibuf.c34 #include "window.h"
42 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 value
216 Lisp_Object window; variable
218 CHECK_WINDOW (window); variable
471 Lisp_Object mini_frame, ambient_dir, minibuffer, input_method; local
909 Lisp_Object window; local
2123 Lisp_Object window, tem; variable
[all...]
H A Dkeymap.c39 #include "window.h"
1657 Lisp_Object window;
1659 window = POSN_WINDOW (position);
1661 if (WINDOWP (window)
1662 && BUFFERP (XWINDOW (window)->buffer)
1663 && XBUFFER (XWINDOW (window)->buffer) != current_buffer)
1675 set_buffer_internal (XBUFFER (XWINDOW (window)->buffer));
4069 DEFVAR_LISP ("minibuffer-local-map", &Vminibuffer_local_map,
4070 doc: /* Default keymap to use when reading from the minibuffer. */);
4073 DEFVAR_LISP ("minibuffer
1652 Lisp_Object window; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dgdb-ui.el78 ;; minibuffer, use M-x gdba instead (or specify the core in the GUD buffer).
94 ;; 1) Use MI command -data-read-memory for memory window.
115 "List of variables in watch window.
135 (defvar gdb-source-window nil)
242 `gdb-restore-windows' - To restore the window layout.
501 'major-mode (window-buffer)) 'speedbar-mode)
556 gdb-buffer-fringe-width (car (window-fringes))
559 gdb-source-window nil
576 (if (eq window-system 'w32)
612 (if (equal buffer (window
[all...]

Completed in 358 milliseconds