Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
72dbbc7d
Commit
72dbbc7d
authored
Jan 18, 2000
by
Gerd Moellmann
Browse files
(ange-ftp-skip-msgs): Add regexp for EPRT.
parent
ffe36136
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/ange-ftp.el
lisp/ange-ftp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
72dbbc7d
2000-01-18 Gerd Moellmann <gerd@gnu.org>
* ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2000-01-17 Gerd Moellmann <gerd@gnu.org>
* tmm.el (tmm-goto-completions): Adapt to prompt being part
...
...
lisp/ange-ftp.el
View file @
72dbbc7d
...
...
@@ -671,7 +671,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
"^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
"^Data connection \\|"
"^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
"^227 .*[Pp]assive")
"^227 .*[Pp]assive
\\|^200 EPRT\\|^500 .*EPRT
"
)
"*Regular expression matching ftp messages that can be ignored."
:group
'ange-ftp
:type
'regexp
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment