Searched +refs:tramp +refs:host +refs:regexp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el2 ;;; tramp.el --- Transparent Remote Access, Multiple Protocol
34 ;; the local and the remote host, whereas tramp.el uses a combination
48 ;; loaded before tramp.el. Could you please test this and tell me about
54 ;; http://ftp.gnu.org/gnu/tramp/
57 ;; tramp-devel@gnu.org
59 ;; http://lists.gnu.org/mailman/listinfo/tramp-devel
63 ;; http://savannah.gnu.org/projects/tramp/
72 (add-hook 'tramp-unload-hook
97 (autoload 'tramp
180 (defgroup tramp nil function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el123 ;; files on other hosts using the ange-ftp notations `/host:' and
124 ;; `/user@host:'. See the variable `ido-slow-ftp-hosts' if you want
184 ;; matching (unless regexp matching is active) to find possible matches
201 ;; There is limited provision for regexp matching within ido,
202 ;; enabled through `ido-enable-regexp' (toggle with C-t).
206 ;; Note: ido-style completion is inhibited when you enable regexp matching.
392 with a space, for which the regexp is `\\` '. See the source file for
394 :type '(repeat (choice regexp function))
401 with a #, for which the regexp is `\\`#'. See the source file for
403 :type '(repeat (choice regexp functio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el708 (defcustom org-table-number-regexp
936 will be \"to NAME\". See also the variable `org-from-is-user-regexp'.
947 (defcustom org-from-is-user-regexp
950 (setq r1 (concat "\\<" (regexp-quote user-mail-address) "\\>")))
952 (setq r2 (concat "\\<" (regexp-quote user-full-name) "\\>")))
957 :type 'regexp)
1171 `remote' Matches a remote file, accessible through tramp or efs.
1308 (repeat :tag "By file name regexp"
1309 (cons regexp boolean))))
2671 (defvar org-emphasis-regexp
[all...]

Completed in 153 milliseconds