comparison man/url.texi @ 59003:19324ec97f76

Correct typos.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 17 Dec 2004 03:22:06 +0000
parents d60af8f9ca75
children 07c855d85b86
comparison
equal deleted inserted replaced
59002:d60af8f9ca75 59003:19324ec97f76
412 ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} 412 ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
413 file://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} 413 file://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
414 @end example 414 @end example
415 415
416 These schemes are defined in RFC 1808. 416 These schemes are defined in RFC 1808.
417 @samp{ftp:} and @samp{file:} are synonomous in this library. They 417 @samp{ftp:} and @samp{file:} are synonymous in this library. They
418 allow reading arbitary files from hosts. Either @samp{ange-ftp} 418 allow reading arbitrary files from hosts. Either @samp{ange-ftp}
419 (Emacs) or @samp{efs} (XEmacs) is used to retrieve them from remote 419 (Emacs) or @samp{efs} (XEmacs) is used to retrieve them from remote
420 hosts. Local files are accessed directly. 420 hosts. Local files are accessed directly.
421 421
422 Compressed files are handled, but support is hard-coded so that 422 Compressed files are handled, but support is hard-coded so that
423 @code{jka-compr-compression-info-list} and so on have no affect. 423 @code{jka-compr-compression-info-list} and so on have no affect.
466 RFC 2368 extends the definition of mailto URLs in RFC 1738. 466 RFC 2368 extends the definition of mailto URLs in RFC 1738.
467 The form of a mailto URL is 467 The form of a mailto URL is
468 @example 468 @example
469 @samp{mailto:@var{mailbox}[?@var{header}=@var{contents}[&@var{header}=@var{contents}]]} 469 @samp{mailto:@var{mailbox}[?@var{header}=@var{contents}[&@var{header}=@var{contents}]]}
470 @end example 470 @end example
471 @noindent where an arbitary number of @var{header}s can be added. If the 471 @noindent where an arbitrary number of @var{header}s can be added. If the
472 @var{header} is @samp{body}, then @var{contents} is put in the body 472 @var{header} is @samp{body}, then @var{contents} is put in the body
473 otherwise a @var{header} header field is created with @var{contents} 473 otherwise a @var{header} header field is created with @var{contents}
474 as its contents. Note that the URL library does not consider any 474 as its contents. Note that the URL library does not consider any
475 headers `dangerous' so you should check them before sending the 475 headers `dangerous' so you should check them before sending the
476 message. 476 message.
508 @samp{:@var{port}} is optional and defaults to :119. 508 @samp{:@var{port}} is optional and defaults to :119.
509 509
510 @samp{snews} is the same as @samp{nntp} except that the default port 510 @samp{snews} is the same as @samp{nntp} except that the default port
511 is :563. 511 is :563.
512 @cindex SSL 512 @cindex SSL
513 (It is tunnelled through SSL.) 513 (It is tunneled through SSL.)
514 514
515 An @samp{nntp} URL is the same as a news URL, except that the URL may 515 An @samp{nntp} URL is the same as a news URL, except that the URL may
516 specify an article by its number. 516 specify an article by its number.
517 517
518 @defopt url-news-server 518 @defopt url-news-server
938 This specifies the default server, it takes the form 938 This specifies the default server, it takes the form
939 @w{@code{("Default server" @var{server} @var{port} @var{version})}} 939 @w{@code{("Default server" @var{server} @var{port} @var{version})}}
940 where @var{version} can be either 4 or 5. 940 where @var{version} can be either 4 or 5.
941 @end defopt 941 @end defopt
942 @defvar socks-password 942 @defvar socks-password
943 If this is @code{nil} then you will be asked for the passward, 943 If this is @code{nil} then you will be asked for the password,
944 otherwise it will be used as the password for authenticating you to 944 otherwise it will be used as the password for authenticating you to
945 the @sc{socks} server. 945 the @sc{socks} server.
946 @end defvar 946 @end defvar
947 @defvar socks-username 947 @defvar socks-username
948 This is the username to use when authenticating yourself to the 948 This is the username to use when authenticating yourself to the
1008 1008
1009 @c @cindex hostname resolver 1009 @c @cindex hostname resolver
1010 @c @cindex resolver, hostname 1010 @c @cindex resolver, hostname
1011 @c Some C libraries do not include the hostname resolver routines in 1011 @c Some C libraries do not include the hostname resolver routines in
1012 @c their static libraries. If Emacs was linked statically, and was not 1012 @c their static libraries. If Emacs was linked statically, and was not
1013 @c linked with the resolver libraries, it wil not be able to get to any 1013 @c linked with the resolver libraries, it will not be able to get to any
1014 @c machines off the local network. This is characterized by being able 1014 @c machines off the local network. This is characterized by being able
1015 @c to reach someplace with a raw ip number, but not its hostname 1015 @c to reach someplace with a raw ip number, but not its hostname
1016 @c (@url{http://129.79.254.191/} works, but 1016 @c (@url{http://129.79.254.191/} works, but
1017 @c @url{http://www.cs.indiana.edu/} doesn't). This used to happen on 1017 @c @url{http://www.cs.indiana.edu/} doesn't). This used to happen on
1018 @c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be 1018 @c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be
1050 The history `list' is actually a hash table, 1050 The history `list' is actually a hash table,
1051 @code{url-history-hash-table}. It contains access times keyed by URL 1051 @code{url-history-hash-table}. It contains access times keyed by URL
1052 strings. The times are in the format returned by @code{current-time}. 1052 strings. The times are in the format returned by @code{current-time}.
1053 1053
1054 @defun url-history-update-url url time 1054 @defun url-history-update-url url time
1055 This function updates the hsitory table with an entry for @var{url} 1055 This function updates the history table with an entry for @var{url}
1056 accessed at the gievn @var{time}. 1056 accessed at the given @var{time}.
1057 @end defun 1057 @end defun
1058 1058
1059 @defopt url-history-track 1059 @defopt url-history-track
1060 If non-@code{nil}, the library will keep track of all the URLs 1060 If non-@code{nil}, the library will keep track of all the URLs
1061 accessed. If is is @code{t}, the list is saved to disk at the end of 1061 accessed. If is is @code{t}, the list is saved to disk at the end of