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

Lines Matching refs:slash

742 If value is 'first, enter first matching sub-directory when typing a slash.
743 If value is 'only, typing a slash only enters the sub-directory if it is
746 matching item, even without typing a slash."
1650 (defun ido-final-slash (dir &optional fix-it)
1651 ;; return DIR if DIR has final slash.
1661 (defun ido-no-final-slash (s)
1662 ;; Remove optional final slash from string S
1673 (and (ido-final-slash dir)
1684 (ido-final-slash dir)
1693 (setq dir (ido-final-slash dir t)))
1700 (setq dir (ido-final-slash dir t))))
1901 (if (ido-final-slash ido-text-init)
2114 ((ido-final-slash ido-selected)
2247 ;; Add final slash to result in case it was missing from DEFAULT-DIRECTORY.
2248 (ido-final-slash (expand-file-name (or dir default-directory)) t))
2341 (let* ((dirname (ido-final-slash (concat ido-current-directory filename) t))
2846 (setq ido-text-init (ido-final-slash dir t))
3028 (while (and (< i cnt) (not (ido-final-slash (nth i ido-matches))))
3047 (while (and (> i 0) (not (ido-final-slash (nth i ido-matches))))
3105 (string-lessp (ido-no-final-slash a) (ido-no-final-slash b)))
3204 res (cons (cons (if finddir (ido-final-slash f t) f) d) res))))
3223 (if (and (ido-final-slash text) ido-dir-file-cache)
3376 ;; Tramp completions do not include leading slash.
3486 (and (not (ido-final-slash x))
3521 (and (ido-final-slash name) (not (ido-ignore-item-p name ido-ignore-directories))
3587 (slash (and (not ido-enable-prefix) (ido-final-slash ido-text)))
3588 (text (if slash (substring ido-text 0 -1) ido-text))
3590 (rexq (concat rex0 (if slash ".*/" "")))
3593 (concat "\\`" rex0 (if slash "/" "") "\\'")))
3594 (suffix-re (and do-full slash
3750 ((not (ido-final-slash choice))
4231 ((ido-final-slash contents) ;; xxx/
4232 (ido-trace "final slash" contents)
4290 (not (ido-final-slash contents))
4319 (ido-final-slash (ido-name (car ido-matches)))
4463 (ido-final-slash str))