Searched +refs:frame +refs:initial +refs:frame +refs:alist (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el143 (defcustom sc-cite-frame-alist '()
144 "*Alist for frame selection during citing.
152 a citation frame, or a symbol that represents the name of
153 a variable whose value is a citation frame."
158 (put 'sc-cite-frame-alist 'risky-local-variable t)
160 (defcustom sc-uncite-frame-alist '()
161 "*Alist for frame selectio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debrowse.el331 (defun ebrowse-completing-read-value (prompt table initial-input)
336 TABLE is an alist whose elements' cars are strings, or an obarray.
339 If it is (STRING . POSITION), the initial input
342 (completing-read prompt table nil t initial-input)))
378 otherwise use the current frame's width."
382 (frame-width))))
667 (defvar ebrowse--frame-configuration nil
668 "Frame configuration saved when viewing a class/member in another frame.
781 (defun ebrowse-tree-obarray-as-alist (&optional qualified-names-p)
782 "Return an alist describin
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el64 ;; (buffers visible in the current frame are put at the end of the
246 ;; current frame are put at the end of the list. A hook exists to
451 (defcustom ido-default-file-method 'raise-frame
455 `other-window' Show new file in another window (same frame)
457 `other-frame' Show new file in another frame
458 `maybe-frame' If a file is visible in another frame, prompt to ask if you
460 frame or in the other frame
[all...]

Completed in 105 milliseconds