/[emacs]/emacs/man/url.texi
ViewVC logotype

Diff of /emacs/man/url.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by teirllm, Fri Dec 17 03:14:07 2004 UTC revision 1.5 by teirllm, Fri Dec 17 03:22:06 2004 UTC
# Line 414  var{h Line 414  var{h
414  @end example  @end example
415    
416  These schemes are defined in RFC 1808.  These schemes are defined in RFC 1808.
417  @samp{ftp:} and @samp{file:} are synonomous in this library.  They  @samp{ftp:} and @samp{file:} are synonymous in this library.  They
418  allow reading arbitary files from hosts.  Either @samp{ange-ftp}  allow reading arbitrary files from hosts.  Either @samp{ange-ftp}
419  (Emacs) or @samp{efs} (XEmacs) is used to retrieve them from remote  (Emacs) or @samp{efs} (XEmacs) is used to retrieve them from remote
420  hosts.  Local files are accessed directly.  hosts.  Local files are accessed directly.
421    
# Line 468  The form of a mailto URL is Line 468  The form of a mailto URL is
468  @example  @example
469  @samp{mailto:@var{mailbox}[?@var{header}=@var{contents}[&@var{header}=@var{contents}]]}  @samp{mailto:@var{mailbox}[?@var{header}=@var{contents}[&@var{header}=@var{contents}]]}
470  @end example  @end example
471  @noindent where an arbitary number of @var{header}s can be added.  If the  @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  @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}  otherwise a @var{header} header field is created with @var{contents}
474  as its contents.  Note that the URL library does not consider any  as its contents.  Note that the URL library does not consider any
# Line 510  Similar to the @samp{news} versions. Line 510  Similar to the @samp{news} versions.
510  @samp{snews} is the same as @samp{nntp} except that the default port  @samp{snews} is the same as @samp{nntp} except that the default port
511  is :563.  is :563.
512  @cindex SSL  @cindex SSL
513  (It is tunnelled through SSL.)  (It is tunneled through SSL.)
514    
515  An @samp{nntp} URL is the same as a news URL, except that the URL may  An @samp{nntp} URL is the same as a news URL, except that the URL may
516  specify an article by its number.  specify an article by its number.
# Line 940  This specifies the default server, it ta Line 940  This specifies the default server, it ta
940  where @var{version} can be either 4 or 5.  where @var{version} can be either 4 or 5.
941  @end defopt  @end defopt
942  @defvar socks-password  @defvar socks-password
943  If this is @code{nil} then you will be asked for the passward,  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  otherwise it will be used as the password for authenticating you to
945  the @sc{socks} server.  the @sc{socks} server.
946  @end defvar  @end defvar
# Line 1010  opened by the URL library. Line 1010  opened by the URL library.
1010  @c @cindex resolver, hostname  @c @cindex resolver, hostname
1011  @c Some C libraries do not include the hostname resolver routines in  @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  @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  @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  @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  @c to reach someplace with a raw ip number, but not its hostname
1016  @c (@url{http://129.79.254.191/} works, but  @c (@url{http://129.79.254.191/} works, but
# Line 1052  The history `list' is actually a hash ta Line 1052  The history `list' is actually a hash ta
1052  strings.  The times are in the format returned by @code{current-time}.  strings.  The times are in the format returned by @code{current-time}.
1053    
1054  @defun url-history-update-url url time  @defun url-history-update-url url time
1055  This function updates the hsitory table with an entry for @var{url}  This function updates the history table with an entry for @var{url}
1056  accessed at the gievn @var{time}.  accessed at the given @var{time}.
1057  @end defun  @end defun
1058    
1059  @defopt url-history-track  @defopt url-history-track

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26