Searched +refs:apropos +refs:read +refs:pattern (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dapropos.el0 ;;; apropos.el --- apropos commands for users and programmers
34 ;; The idea for super-apropos is based on the original implementation
40 ;; Added super-apropos capability, changed print functions.
41 ;;; Made fast-apropos and super-apropos share code.
42 ;;; Sped up fast-apropos again.
43 ;; Added apropos-do-all option.
44 ;;; Added fast-command-apropos.
46 ;;; Made doc file buffer read
64 (defgroup apropos nil function
505 (defun apropos (pattern &optional do-all) function
[all...]
H A Dinfo.el452 (let ((buffer-read-only nil)
523 (list (read-file-name "Info file name: " nil nil t))))
543 this command to read a file name from the minibuffer.
552 (read-file-name "Info file name: " nil nil t))
675 (and (member filename '(apropos history toc)) filename)))
700 (completing-read "Node name: " (Info-build-node-completions)
711 ;; It's perhaps a bit nasty to kill the *info* buffer to force a re-read,
764 (+ (point-min) (read (current-buffer)))
826 (let ((buffer-read-only nil))
835 ((eq filename 'apropos)
[all...]
H A Dwid-edit.el192 Larger menus are read through the minibuffer."
205 nil means read a single character."
232 (let ((val (completing-read (concat title ": ") items nil t)))
283 (setq keys (read-key-sequence title))
440 (let ((inhibit-read-only t)
467 (unless inhibit-read-only
800 "Call `insert' with ARGS even if surrounding text is read only."
801 (let ((inhibit-read-only t)
963 (setq event (read-event))
1017 (setq event (read
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex181 \key{C-x C-f} edit file; this command uses the minibuffer to read
319 \key{\\( $\ldots$ \\)} groups a series of pattern elements to
399 \key{C-h a} show commands matching a string (apropos)

Completed in 136 milliseconds