• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:simple +defs:args

599 (defvar term-input-sender (function term-simple-send)
601 Usually this is just `term-simple-send', but if your mode needs to
603 the user command `term-send-input'. `term-simple-send' just sends
1292 the process. Any more args are arguments to PROGRAM."
1781 ;; referenced with plings, with the range string to `term-args'.
1792 ;; Just a number of args from `number' lines backward.
1799 (term-args (term-previous-input-string number)
1807 ;; Just a number of args from the previous input line.
1809 (term-args (term-previous-input-string 0)
1816 ;; protected) string, maybe just a number of args. Phew.
1832 (term-args (ring-ref term-input-ring pos)
1878 (defun term-args (string begin end)
1879 ;; From STRING, return the args depending on the range specified in the text
1880 ;; from BEGIN to END. If BEGIN is nil, assume all args. Ignore leading `:'.
1902 (let ((args nil)
1915 (setq args (cons (substring arg start pos) args))))
1916 args)))
1927 (args ()) (pos 0)
1930 ;; Build a list of all the args until we have as many as we want.
1941 args (if quotes (cons str args)
1942 (nconc (term-delim-arg str) args))
1949 args (if quotes (cons str args)
1950 (nconc (term-delim-arg str) args))
1955 (function (lambda (a) a)) (nthcdr n (nreverse (nthcdr m args))) " "))))
2099 (defun term-simple-send (proc string)
2146 ;; it impossible to quit this loop in a simple way, so
2495 ;;; This simple facility just sends strings to the inferior process and pops
3890 ;;; term-dynamic-simple-complete Complete stub given candidates.
4053 (defun term-dynamic-simple-complete (stub candidates)
4146 the process. Any more args are arguments to PROGRAM."
4279 ;;; You could use term-dynamic-simple-complete to do the bulk of the