summaryrefslogtreecommitdiff
path: root/lisp/ange-ftp.el
Commit message (Collapse)AuthorAgeFilesLines
* (ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional.Richard M. Stallman1996-06-181-3/+4
|
* (ange-ftp-wait-not-busy): New subroutine.Richard M. Stallman1996-03-271-18/+25
| | | | | | Kill ftp process if user quits. (ange-ftp-raw-send-cmd): Use that. (ange-ftp-fix-dir-name-for-cms): Fix error message.
* (ange-ftp-dired-call-process): Return 1 if error.Richard M. Stallman1996-03-241-6/+11
| | | | | (ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh. (ange-ftp-remote-shell): New variable.
* (ange-ftp-call-chmod): Return proper value.Richard M. Stallman1996-03-231-2/+4
|
* Comment change.Richard M. Stallman1996-03-021-1/+2
|
* (dired-call-process): Put on ange-ftp property.Karl Heuer1996-02-211-1/+3
|
* (ange-ftp-default-user): Doc fix.Karl Heuer1996-02-161-3/+5
|
* (ange-ftp-default-user): Doc fix.Richard M. Stallman1996-02-021-11/+37
| | | | | | | | | | | (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.
* Update FSF's address.Erik Naggum1996-01-141-610/+611
|
* (ange-ftp-name-format): Don't match "/:" or "/.:".Karl Heuer1996-01-101-1/+1
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (ange-ftp-load): Added missing form to `cdr' downKarl Heuer1995-12-211-2/+6
| | | | | | tryfiles in `while' loop. (ange-ftp-start-process): Bind env var TERM to dumb.
* (ange-ftp-process-handle-hash): IfRichard M. Stallman1995-11-191-3/+3
| | | | | | 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.
* (ange-ftp-ftp-name,ange-ftp-replace-name-component): Use posix-string-matchErik Naggum1995-10-281-3/+3
| | | | | for complex regexp in `ange-ftp-name-format'. (ange-ftp-process-sentinel): Quote final * in buffer name match.
* (internal-ange-ftp-mode):Richard M. Stallman1995-10-231-0/+4
| | | | Set comint-password-prompt-regexp locally to not match anything.
* (ange-ftp-dumb-unix-host): Avoid error if HOST is nil.Richard M. Stallman1995-09-271-1/+2
|
* (ange-ftp-gwp-filter): Go to process buffer before getting text from it.Richard M. Stallman1995-09-061-2/+4
|
* (ange-ftp-vms-sans-version): Accept extra args.Richard M. Stallman1995-08-311-1/+1
|
* (file-name-handler-alist): Don't match host name ending in period.Richard M. Stallman1995-08-011-2/+3
|
* (ange-ftp-normal-login): if ange-ftp-smart-gatewayRichard M. Stallman1995-06-301-3/+6
| | | | is set but ange-ftp-gateway-host is nil, use user@host proxy protocol.
* (ange-ftp-parse-netrc): Bind `default-directory' toRichard M. Stallman1995-04-091-6/+11
| | | | | "/" to avoid infinite loop while expanding filename. (ange-ftp-message): Don't truncate message in batch mode.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (ange-ftp-write-region, ange-ftp-insert-file-contents)Richard M. Stallman1995-02-141-10/+11
| | | | | | | (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.
* (ange-ftp-gateway-program, ange-ftp-shell-command): Use new globalKarl Heuer1995-01-181-9/+3
| | | | remote-shell-program.
* (ange-ftp-set-buffer-mode): Don't set make-backup-files.Richard M. Stallman1995-01-121-6/+11
| | | | | | (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.
* (ange-ftp-save-match-data): Macro deleted.Richard M. Stallman1994-12-251-84/+69
| | | | | | | | | 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.
* (ange-ftp-set-binary-mode): Ignore hash size if nil.Karl Heuer1994-12-061-2/+6
| | | | (ange-ftp-set-ascii-mode): Likewise.
* (ange-ftp-version): Var deleted.Richard M. Stallman1994-11-101-2/+0
|
* Add comment.Richard M. Stallman1994-10-231-1/+6
|
* (ange-ftp-process-handle-line): Check for aRichard M. Stallman1994-10-231-3/+3
| | | | | multi-line message before an error message. Fixes problem of thinking there is an error in narrative text.
* (ange-ftp-get-passwd): Use user-mail-address.Richard M. Stallman1994-10-201-5/+5
| | | | (ange-ftp-generate-anonymous-password): Doc fix.
* (ange-ftp-start-process): Add use-smart-ftp code.Richard M. Stallman1994-09-241-7/+20
| | | | | (ange-ftp-get-process): Use ange-ftp-normal-login if ange-ftp-gateway-host is nil.
* (ange-ftp-parse-netrc-group): Don't move back to lineRichard M. Stallman1994-07-311-5/+16
| | | | | beginning. Skip the machine name whatever it may be. (ange-ftp-parse-netrc): Skip initial whitespace.
* (ange-ftp-canonize-filename): Fix wrong var name.Richard M. Stallman1994-06-161-5/+5
|
* (ange-ftp-canonize-filename): Preserve // after colon.Richard M. Stallman1994-06-071-9/+10
| | | | | (ange-ftp-expand-file-name): Likewise. (ange-ftp-canonize-filename): Preserve // at very beginning.
* (ange-ftp-insert-directory): Expand file name toRichard M. Stallman1994-05-301-2/+2
| | | | check whether it is really an ftp file name.
* (ange-ftp-gwp-start): Call internal-ange-ftp-mode.Richard M. Stallman1994-05-231-3/+6
|
* (ange-ftp-start-process): Bind file-name-handler-alist to nilRichard M. Stallman1994-05-091-2/+7
|
* Update copyright.Karl Heuer1994-05-031-2/+2
|
* (ange-ftp-hook-function): Use ange-ftp-run-real-handler.Richard M. Stallman1994-04-271-5/+5
| | | | | (ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function as well as ange-ftp-hook-function.
* (internal-ange-ftp-mode): Set comint-prompt-regexp and paragraph-start.Richard M. Stallman1994-04-261-2/+9
|
* (ange-ftp-add-file-entry-alist): Fix typo in prev change.Richard M. Stallman1994-04-231-2/+2
|
* Many doc fixes.Richard M. Stallman1994-04-231-161/+158
| | | | | | | | (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.
* (ange-ftp-process-filter, ange-ftp-gwp-filter): Call comint-output-filter.Karl Heuer1994-04-121-19/+3
|
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-3/+3
|
* (ange-ftp-nslookup-host, ange-ftp-start-process):Richard M. Stallman1994-03-041-2/+10
| | | | Bind default-directory to some accessible directory, if necessary.
* (ange-ftp-insert-file-contents): New arg REPLACE.Richard M. Stallman1994-02-171-6/+5
|
* (ange-ftp-load): Honor the NOERROR and NOSUFFIX flags.Karl Heuer1994-02-071-7/+17
|
* (ange-ftp-hash-mark-msgs): Undo previous change.Richard M. Stallman1994-01-071-2/+3
|
* (ange-ftp-write-region): Call set-visited-file-modtime.Richard M. Stallman1993-12-251-2/+5
| | | | (ange-ftp-insert-file-contents): Likewise.