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

Lines Matching defs:unix

80 ;; The routine ange-ftp-add-dumb-unix-host can be called to tell ange-ftp to
85 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file. ange-ftp
86 ;; is unable to automatically recognize dumb unix hosts.
606 ;; nil = local host type, whatever that is (probably unix).
611 ;; Currently, `unix' is used as the default remote host type.
619 ;; is set to `unix:dl'.
862 (defcustom ange-ftp-dumb-unix-host-regexp nil
2226 (cond ((null host) 'unix)
2227 ;; Return `unix' if HOST is nil, since that's the most vanilla
2237 (cond ((ange-ftp-dumb-unix-host host)
2238 'dumb-unix)
2253 'text-unix) ; POSIX is a non-ASCII Unix
2258 'unix))))))
2282 (defvar ange-ftp-dumb-host-types '(dumb-unix)
2319 (and (eq host-type 'unix)
2451 (if (eq host-type 'unix)
2452 ;; Note that ange-ftp-host-type returns unix as the default value.
2495 ange-ftp-host-type-cache 'text-unix))
2505 ange-ftp-host-type-cache 'unix)))
2537 (defun ange-ftp-dumb-unix-host (host)
2538 (and host ange-ftp-dumb-unix-host-regexp
2540 (string-match ange-ftp-dumb-unix-host-regexp host))))
2542 (defun ange-ftp-add-dumb-unix-host (host)
2543 "Interactively adds a given HOST to ange-ftp-dumb-unix-host-regexp."
2548 (if (not (ange-ftp-dumb-unix-host host))
2549 (setq ange-ftp-dumb-unix-host-regexp
2551 (and ange-ftp-dumb-unix-host-regexp "\\|")
2552 ange-ftp-dumb-unix-host-regexp)
2570 ;; directory on a remote unix machine usually (except
2947 ;; then dumb hosts will give an ftp error. Smart unix hosts
2979 ;; serves to canonicalize directory file names to their unix form.
3076 (not (eq host-type 'unix))
3267 '(unix dumb-unix)))))
3341 '(unix dumb-unix))))
3688 '(unix dumb-unix))
3690 '(unix dumb-unix)))))
4097 ;; Some ftp's on unix machines (at least on Suns)
4100 ;; Non-unix machines will probably always insist
4104 (if (eq (ange-ftp-host-type host) 'unix)
4127 ;; Some ftp's on unix machines (at least on Suns)
4130 ;; Non-unix machines will probably always insist
4134 (if (eq (ange-ftp-host-type host) 'unix)
4820 ;;(or (assq 'unix:dl ange-ftp-dired-re-dir-alist)
4822 ;; (cons (cons 'unix:dl ange-ftp-dired-dl-re-dir)
4837 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-filename-alist)
4839 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-filename)
4866 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-end-of-filename-alist)
4868 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-end-of-filename)