Mercurial > emacs
annotate etc/SERVICE @ 103527:d820807ffab7
* net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
when a loading of a package fails. Completion function for rsync
is `tramp-completion-function-alist-ssh'.
(all): Replace all calls of `split-string' and
`tramp-split-string' by `tramp-compat-split-string'.
(tramp-default-method): Use `tramp-compat-process-running-p'.
(tramp-default-proxies-alist): Allow also Lisp forms.
(tramp-remote-path): Add choice "Private Directories".
(tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
option.
(tramp-domain-regexp): Allow also "-", "_" and ".".
(tramp-end-of-output): Remove newlines, and add "$" at the end.
(tramp-file-name-handler-alist): Add handler for `dired-uncache'.
(tramp-debug-message): Insert header line in debug buffer.
(tramp-handle-directory-files-and-attributes-with-stat): Care
about filenames with spaces, or starting with "-".
(tramp-handle-dired-uncache): New defun.
(tramp-handle-insert-directory): Don't flush the directory from
cache, this is handled by `dired-uncache' now.
(tramp-handle-insert-file-contents): Improve error handling.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Quote `tramp-end-of-output'.
(tramp-action-password): Improve trace message.
(tramp-check-for-regexp): Both echoes must be present, before
removing.
(tramp-open-connection-setup-interactive-shell): Trace coding
system.
(tramp-compute-multi-hops): Eval cons cells of
`tramp-default-proxies-alist'.
(tramp-maybe-open-connection): Use the same command pattern for
first hop and further hops.
(tramp-wait-for-output): Remove handling of newlines.
(tramp-get-remote-path): Handle also `tramp-own-remote-path'.
(tramp-split-string): Remove function. It is handled in
tramp-compat now.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 22 Jun 2009 21:05:54 +0000 |
parents | 5a8fd913621c |
children | e6fdae9180d4 ef719132ddfa |
rev | line source |
---|---|
26119 | 1 GNU Service Directory |
2 --------------------- | |
3 | |
77204
486e9f043a7d
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
75343
diff
changeset
|
4 Please see <http://www.fsf.org/resources/service/> for a list of |
486e9f043a7d
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
75343
diff
changeset
|
5 people who have asked to be listed as offering support services for |
486e9f043a7d
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
75343
diff
changeset
|
6 GNU software, including GNU Emacs, for a fee or in some cases at no |
77216
5a8fd913621c
Don't suggest emailing to get a copy -- the FSF staff have other work to do.
Richard M. Stallman <rms@gnu.org>
parents:
77204
diff
changeset
|
7 charge. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43141
diff
changeset
|
8 |
26119 | 9 |
52401 | 10 arch-tag: 1253ce32-1cbd-428a-ac36-70ed9e3999fc |