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
0101f7e1
Commit
0101f7e1
authored
Aug 05, 2002
by
Richard M. Stallman
Browse files
(ange-ftp-smart-gateway): Doc fix.
parent
9b78a6a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
14 deletions
+13
-14
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+5
-14
No files found.
lisp/ChangeLog
View file @
0101f7e1
2002-08-05 Richard M. Stallman <rms@gnu.org>
* net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
2002-08-05 Gerd Moellmann <gerd@gnu.org>
* image.el (image-jpeg-p): Accept "Exif" marker.
2002-08-05 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el: Version 2.0.11 released.
...
...
lisp/net/ange-ftp.el
View file @
0101f7e1
...
...
@@ -543,32 +543,22 @@
;; aspects of ange-ftp. New versions of ange-ftp are posted periodically to
;; the mailing list.
;; [The following information about lists may be obsolete.]
;; To [un]subscribe to ange-ftp-lovers, or to report mailer problems with the
;; list, please mail one of the following addresses:
;;
;; ange-ftp-lovers-request@anorman.hpl.hp.com
;; or
;; ange-ftp-lovers-request%anorman.hpl.hp.com@hplb.hpl.hp.com
;; ange-ftp-lovers-request@hplb.hpl.hp.com
;;
;; Please don't forget the -request part.
;;
;; For mail to be posted directly to ange-ftp-lovers, send to one of the
;; following addresses:
;;
;; ange-ftp-lovers@anorman.hpl.hp.com
;; or
;; ange-ftp-lovers%anorman.hpl.hp.com@hplb.hpl.hp.com
;; ange-ftp-lovers@hplb.hpl.hp.com
;;
;; Alternatively, there is a mailing list that only gets announcements of new
;; ange-ftp releases. This is called ange-ftp-lovers-announce, and can be
;; subscribed to by e-mailing to the -request address as above. Please make
;; it clear in the request which mailing list you wish to join.
;; The archives for ange-ftp-lovers can be found via anonymous ftp under:
;;
;; ftp.reed.edu:pub/mailing-lists/ange-ftp/
;; -----------------------------------------------------------
;; Technical information on this package:
...
...
@@ -916,10 +906,11 @@ This command should stop the terminal from echoing each command, and
arrange to strip out trailing ^M characters."
)
(
defcustom
ange-ftp-smart-gateway
nil
"*Non-nil
mean
s the ftp gateway
and/or the
gateway ftp program is smart.
"*Non-nil
say
s the ftp gateway
(proxy) or
gateway ftp program is smart.
Don't bother telnetting, etc., already connected to desired host transparently,
or just issue a user@host command in case \`ange-ftp-gateway-host\' is non-nil."
or just issue a user@host command in case \`ange-ftp-gateway-host\' is non-nil.
See also `ange-ftp-smart-gateway-port'."
:group
'ange-ftp
:type
'boolean
)
...
...
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