Variable: internal-ange-ftp-mode-abbrev-table
internal-ange-ftp-mode-abbrev-table is a variable defined in
ange-ftp.el.gz.
Value
[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
Documentation
Abbrev table for internal-ange-ftp-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(define-derived-mode internal-ange-ftp-mode comint-mode "Internal Ange-ftp"
"Major mode for interacting with the FTP process.
\\{comint-mode-map}"
(setq-local ange-ftp-process-string "")
(make-local-variable 'ange-ftp-process-busy)
(make-local-variable 'ange-ftp-process-result)
(make-local-variable 'ange-ftp-process-msg)
(make-local-variable 'ange-ftp-process-multi-skip)
(make-local-variable 'ange-ftp-process-continue)
(make-local-variable 'ange-ftp-binary-hash-mark-size)
(make-local-variable 'ange-ftp-ascii-hash-mark-size)
(make-local-variable 'ange-ftp-hash-mark-unit)
(make-local-variable 'ange-ftp-last-percent)
(setq-local ange-ftp-hash-mark-count 0)
(setq-local ange-ftp-xfer-size 0)
(setq-local ange-ftp-process-result-line "")
(setq comint-prompt-regexp "^ftp> ")
;; This is a regexp that can't match anything.
;; ange-ftp has its own ways of handling passwords.
(setq-local comint-password-prompt-regexp regexp-unmatchable)
(setq-local paragraph-start comint-prompt-regexp))