1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
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
Richard M. Stallman
f469f80c7d (ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files. 1993-11-25 06:51:50 +00:00
Richard M. Stallman
7ce370e11f (ange-ftp-parse-dired-listing): Skip extra blank line
after the "total" line.
1993-11-19 16:19:32 +00:00
Richard M. Stallman
1bb361e4c2 (ange-ftp-load): Handle extra args after the file name. 1993-11-04 12:02:01 +00:00
Brian Fox
625eb78e37 (ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
of the if statement, and not a top level expression.
1993-10-25 06:11:49 +00:00
Roland McGrath
f8f418d80e (ange-ftp-file-executable-p): New function, handles file-executable-p. 1993-09-08 06:22:44 +00:00
Richard M. Stallman
98deaf97f5 (ange-ftp-send-cmd): Bind ange-ftp-this-...
in the outermost let, not an inner one.
1993-08-09 05:03:17 +00:00
Richard M. Stallman
0628c764af (file-name-handler-alist): Have two separate regexps with different hooks. 1993-07-20 07:12:00 +00:00
Jim Blandy
8a30241de3 * ange-ftp.el: Install the correct regexp in
file-name-handler-alist.
1993-07-18 06:18:03 +00:00
Jim Blandy
712a169400 * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
host name completion.
1993-06-24 03:02:20 +00:00
Richard M. Stallman
5e180bc02c (ange-ftp-insert-file-contents): Handle extra args BEG, END. 1993-06-19 01:13:23 +00:00
Richard M. Stallman
442c9ab627 (ange-ftp-multi-msgs): Add 331-. 1993-06-10 18:46:48 +00:00
Jim Blandy
92b281339a * ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.
1993-06-10 11:39:44 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
724db75f26 (ange-ftp-real-load): New function.
(ange-ftp-load): New function--handles `load'.
1993-06-07 04:51:25 +00:00
Richard M. Stallman
e066c2ae2d (internal-ange-ftp-mode): Renamed from ange-ftp-mode. Callers changed. 1993-06-05 17:35:21 +00:00
Richard M. Stallman
71b3c0e6c6 (ange-ftp-binary-file-name-regexp): Handle .gz. 1993-06-03 03:53:33 +00:00
Richard M. Stallman
a8efd566f0 (ange-ftp-make-backup-files): Doc fix. 1993-06-01 21:20:31 +00:00
Richard M. Stallman
74edd77690 Comment change. 1993-06-01 15:56:29 +00:00
Richard M. Stallman
e70fd492d9 (ange-ftp-dired-compress-file):
Use dired-compress-file, not dired-compress-filename.

(ange-ftp-set-buffer-mode): Do nothing unless
visited name is an ange ftp magic name.
1993-05-29 04:30:10 +00:00