1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Richard M. Stallman
730cdbb27e (ange-ftp-wait-not-busy): New subroutine.
Kill ftp process if user quits.
(ange-ftp-raw-send-cmd): Use that.
(ange-ftp-fix-dir-name-for-cms): Fix error message.
1996-03-27 00:10:38 +00:00
Richard M. Stallman
621ca7a223 (ange-ftp-dired-call-process): Return 1 if error.
(ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh.
(ange-ftp-remote-shell): New variable.
1996-03-24 00:26:02 +00:00
Richard M. Stallman
8c9c98ec53 (ange-ftp-call-chmod): Return proper value. 1996-03-23 15:46:14 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Karl Heuer
1065ecf9d8 (dired-call-process): Put on ange-ftp property. 1996-02-21 21:29:37 +00:00
Karl Heuer
090589dd2b (ange-ftp-default-user): Doc fix. 1996-02-16 00:23:05 +00:00
Richard M. Stallman
3d0c53026e (ange-ftp-default-user): Doc fix.
(ange-ftp-netrc-default-user): New variable.
(ange-ftp-netrc-default-password):
(ange-ftp-netrc-default-account):
(ange-ftp-get-user): Use ange-ftp-netrc-default-user.
(ange-ftp-get-passwd): Use ange-ftp-netrc-default-...
(ange-ftp-get-account): Likewise.
(ange-ftp-parse-netrc-group): Set ange-ftp-netrc-default-...
(ange-ftp-write-region): executing-macro -> executing-kbd-macro.
1996-02-02 06:34:17 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
bc31a60a7c (ange-ftp-name-format): Don't match "/:" or "/.:". 1996-01-10 00:16:02 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Karl Heuer
560fcebc15 (ange-ftp-load): Added missing form to `cdr' down
tryfiles in `while' loop.

(ange-ftp-start-process): Bind env var TERM to dumb.
1995-12-21 17:30:47 +00:00
Richard M. Stallman
909a7944cb (ange-ftp-process-handle-hash): If
ange-ftp-hash-mark-unit is nil, don't display a message.
(ange-ftp-process-filter): Call ange-ftp-process-handle-hash even
if ange-ftp-hash-mark-unit is nil.
1995-11-19 18:03:46 +00:00
Erik Naggum
d87b3b3390 (ange-ftp-ftp-name,ange-ftp-replace-name-component): Use posix-string-match
for complex regexp in `ange-ftp-name-format'.
(ange-ftp-process-sentinel): Quote final * in buffer name match.
1995-10-28 05:42:48 +00:00
Richard M. Stallman
5e1515a85d (internal-ange-ftp-mode):
Set comint-password-prompt-regexp locally to not match anything.
1995-10-23 16:57:42 +00:00
Richard M. Stallman
252fb32bf4 (ange-ftp-dumb-unix-host): Avoid error if HOST is nil. 1995-09-27 17:39:32 +00:00
Richard M. Stallman
6d766abc91 (ange-ftp-gwp-filter): Go to process buffer before getting text from it. 1995-09-06 18:17:59 +00:00
Richard M. Stallman
007f026041 (ange-ftp-vms-sans-version): Accept extra args. 1995-08-31 15:05:39 +00:00
Richard M. Stallman
c86bd65bfc (file-name-handler-alist): Don't match host name ending in period. 1995-08-01 23:38:49 +00:00
Richard M. Stallman
222e97c1b9 (ange-ftp-normal-login): if ange-ftp-smart-gateway
is set but ange-ftp-gateway-host is nil, use user@host proxy protocol.
1995-06-30 01:07:22 +00:00
Richard M. Stallman
c4f57b91f1 (ange-ftp-parse-netrc): Bind `default-directory' to
"/" to avoid infinite loop while expanding filename.
(ange-ftp-message): Don't truncate message in batch mode.
1995-04-09 03:08:18 +00:00
Karl Heuer
f470f9bd66 Update copyright. 1995-04-07 00:16:13 +00:00
Richard M. Stallman
6807c7018d (ange-ftp-write-region, ange-ftp-insert-file-contents)
(ange-ftp-copy-file-internal): If remote host is unix, use binary mode.
(ange-ftp-file-local-copy): Delete local var bin1.
(ange-ftp-rename-remote-to-remote): Delete arg `binary'.
(ange-ftp-rename-file): Don't pass or compute that arg.
1995-02-14 14:28:44 +00:00
Karl Heuer
29f8388687 (ange-ftp-gateway-program, ange-ftp-shell-command): Use new global
remote-shell-program.
1995-01-18 19:46:22 +00:00
Richard M. Stallman
dae0ae5d73 (ange-ftp-set-buffer-mode): Don't set make-backup-files.
(ange-ftp-real-find-backup-file-name): New function.
(ange-ftp-find-backup-file-name): New function.
Use it to handle find-backup-file-name.
1995-01-12 21:03:32 +00:00
Richard M. Stallman
65135ec220 (ange-ftp-save-match-data): Macro deleted.
Most callers use save-match-data.
(ange-ftp-process-filter, ange-ftp-process-sentinel)
(ange-ftp-gwp-filter): Don't save the match data explicitly.

(ange-ftp-process-filter, ange-ftp-gwp-filter):
After comint output processing, update STR.
1994-12-25 14:35:19 +00:00
Karl Heuer
cf18c844a9 (ange-ftp-set-binary-mode): Ignore hash size if nil.
(ange-ftp-set-ascii-mode): Likewise.
1994-12-06 00:19:09 +00:00
Richard M. Stallman
a9b44faf45 (ange-ftp-version): Var deleted. 1994-11-10 03:18:44 +00:00
Richard M. Stallman
368b007a35 Add comment. 1994-10-23 05:04:03 +00:00
Richard M. Stallman
13d9a3a96f (ange-ftp-process-handle-line): Check for a
multi-line message before an error message.  Fixes problem of
thinking there is an error in narrative text.
1994-10-23 04:55:35 +00:00
Richard M. Stallman
bc9babb622 (ange-ftp-get-passwd): Use user-mail-address.
(ange-ftp-generate-anonymous-password): Doc fix.
1994-10-20 20:03:30 +00:00
Richard M. Stallman
deec9e7434 (ange-ftp-start-process): Add use-smart-ftp code.
(ange-ftp-get-process): Use ange-ftp-normal-login if
ange-ftp-gateway-host is nil.
1994-09-24 07:04:52 +00:00
Richard M. Stallman
74c44611aa (ange-ftp-parse-netrc-group): Don't move back to line
beginning.  Skip the machine name whatever it may be.
(ange-ftp-parse-netrc): Skip initial whitespace.
1994-07-31 18:22:04 +00:00
Richard M. Stallman
97c6019c1a (ange-ftp-canonize-filename): Fix wrong var name. 1994-06-16 14:15:11 +00:00
Richard M. Stallman
23553df06a (ange-ftp-canonize-filename): Preserve // after colon.
(ange-ftp-expand-file-name): Likewise.
(ange-ftp-canonize-filename): Preserve // at very beginning.
1994-06-07 17:58:32 +00:00
Richard M. Stallman
a2702d990e (ange-ftp-insert-directory): Expand file name to
check whether it is really an ftp file name.
1994-05-30 10:08:53 +00:00
Richard M. Stallman
68eabf10ac (ange-ftp-gwp-start): Call internal-ange-ftp-mode. 1994-05-23 22:44:08 +00:00
Richard M. Stallman
a9864bafca (ange-ftp-start-process): Bind file-name-handler-alist to nil 1994-05-09 18:05:03 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Richard M. Stallman
fe8fd40917 (ange-ftp-hook-function): Use ange-ftp-run-real-handler.
(ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function
as well as ange-ftp-hook-function.
1994-04-27 23:44:39 +00:00
Richard M. Stallman
d0a54f0f3a (internal-ange-ftp-mode): Set comint-prompt-regexp and paragraph-start. 1994-04-26 18:31:30 +00:00
Richard M. Stallman
085fa795f5 (ange-ftp-add-file-entry-alist): Fix typo in prev change. 1994-04-23 05:14:32 +00:00
Richard M. Stallman
888b812e1c Many doc fixes.
(ange-ftp-run-real-handler): New function.
(ange-ftp-real-...): Use that.

(ange-ftp-gwp-start, ange-ftp-nslookup-host)
(ange-ftp-start-process): Bind process-connection-type explicitly.
1994-04-23 05:09:00 +00:00
Karl Heuer
b8952f887d (ange-ftp-process-filter, ange-ftp-gwp-filter): Call comint-output-filter. 1994-04-12 04:26:57 +00:00
Karl Heuer
26add1bf46 Don't use triple-hyphen in a character class. 1994-03-12 00:23:12 +00:00
Richard M. Stallman
17b85a9b30 (ange-ftp-nslookup-host, ange-ftp-start-process):
Bind default-directory to some accessible directory, if necessary.
1994-03-04 01:33:43 +00:00
Richard M. Stallman
21cbf919f5 (ange-ftp-insert-file-contents): New arg REPLACE. 1994-02-17 23:19:36 +00:00
Karl Heuer
1a7ffe17b7 (ange-ftp-load): Honor the NOERROR and NOSUFFIX flags. 1994-02-07 23:38:22 +00:00
Richard M. Stallman
812daf81cc (ange-ftp-hash-mark-msgs): Undo previous change. 1994-01-07 09:13:52 +00:00
Richard M. Stallman
aec81cb641 (ange-ftp-write-region): Call set-visited-file-modtime.
(ange-ftp-insert-file-contents): Likewise.
1993-12-25 02:13:37 +00:00
Richard M. Stallman
80e9d8283a (ange-ftp-hash-mark-msgs): Make match more general.
(ange-ftp-gateway-prompt-pattern): Don't match more than one line.
1993-12-23 03:05:12 +00:00