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

Lines Matching defs:insert

453 		(insert dired-del-marker)))))
605 ; On error, insert output
899 (forward-line) ; insert .elc after its .el file
933 the buffer will not reset them. However, using `dired-undo' to re-insert
944 (dired-insert-subdir
970 ;; Delete the current line, and insert an entry for FILE.
1024 ;; else try to find correct place to insert
1040 (dired-insert-directory directory
1062 (insert filename)
1813 (defun dired-maybe-insert-subdir (dirname &optional
1824 the buffer will not reset them. However, using `dired-undo' to re-insert
1841 (dired-insert-subdir dirname switches no-error-if-not-dir-p))
1843 ;; insert message so that the user sees the `Mark set' message.
1847 (defun dired-insert-subdir (dirname &optional switches no-error-if-not-dir-p)
1866 (error "Attempt to insert a non-directory: %s" dirname))
1873 (dired-insert-subdir-validate dirname switches)
1880 (setq mark-alist (nconc (dired-insert-subdir-del elt) mark-alist))
1881 (dired-insert-subdir-newpos dirname)) ; else compute new position
1882 (dired-insert-subdir-doupdate
1883 dirname elt (dired-insert-subdir-doinsert dirname switches))
1903 (defun dired-insert-subdir-validate (dirname &optional switches)
1904 ;; Check that it is valid to insert DIRNAME with SWITCHES.
1953 (defun dired-insert-subdir-newpos (new-dir)
1970 (insert "\n")
1973 (defun dired-insert-subdir-del (element)
1986 (defun dired-insert-subdir-doinsert (dirname switches)
1998 (dired-readin-insert)
1999 (dired-insert-directory dirname dired-actual-switches nil nil t)))
2002 (defun dired-insert-subdir-doupdate (dirname elt beg-end)