emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/url.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/url.texi
Date: Thu, 16 Dec 2004 22:25:37 -0500

Index: emacs/man/url.texi
diff -c emacs/man/url.texi:1.3 emacs/man/url.texi:1.4
*** emacs/man/url.texi:1.3      Wed Dec  8 20:10:08 2004
--- emacs/man/url.texi  Fri Dec 17 03:14:07 2004
***************
*** 27,33 ****
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.1 or
  any later version published by the Free Software Foundation; with the
! Invariant Sections being 
  ``GNU GENERAL PUBLIC LICENSE''.  A copy of the
  license is included in the section entitled ``GNU Free Documentation
  License.''
--- 27,33 ----
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.1 or
  any later version published by the Free Software Foundation; with the
! Invariant Sections being
  ``GNU GENERAL PUBLIC LICENSE''.  A copy of the
  license is included in the section entitled ``GNU Free Documentation
  License.''
***************
*** 74,82 ****
  * General Facilities::          URLs can be cached, accessed via a gateway
                                  and tracked in a history list.
  * Customization::               Variables you can alter.
! * Function Index::              
! * Variable Index::              
! * Concept Index::               
  @end menu
  
  @node Getting Started
--- 74,82 ----
  * General Facilities::          URLs can be cached, accessed via a gateway
                                  and tracked in a history list.
  * Customization::               Variables you can alter.
! * Function Index::
! * Variable Index::
! * Concept Index::
  @end menu
  
  @node Getting Started
***************
*** 115,121 ****
  the @var{path} component depends on the service.
  
  @menu
! * Configuration::               
  * Parsed URLs::                 URLs are parsed into vector structures.
  @end menu
  
--- 115,121 ----
  the @var{path} component depends on the service.
  
  @menu
! * Configuration::
  * Parsed URLs::                 URLs are parsed into vector structures.
  @end menu
  
***************
*** 222,228 ****
  
  @menu
  * http/https::                  Hypertext Transfer Protocol.
! * file/ftp::                    Local files and FTP archives. 
  * info::                        Emacs `Info' pages.
  * mailto::                      Sending email.
  * news/nntp/snews::             Usenet news.
--- 222,228 ----
  
  @menu
  * http/https::                  Hypertext Transfer Protocol.
! * file/ftp::                    Local files and FTP archives.
  * info::                        Emacs `Info' pages.
  * mailto::                      Sending email.
  * news/nntp/snews::             Usenet news.
***************
*** 235,241 ****
  @c * netrek::
  @c * prospero::
  * cid::                         Content-ID.
! * about::                       
  * ldap::                        Lightweight Directory Access Protocol
  * imap::                        IMAP mailboxes.
  * man::                         Unix man pages.
--- 235,241 ----
  @c * netrek::
  @c * prospero::
  * cid::                         Content-ID.
! * about::
  * ldap::                        Lightweight Directory Access Protocol
  * imap::                        IMAP mailboxes.
  * man::                         Unix man pages.
***************
*** 273,282 ****
  
  
  @menu
! * Cookies::                     
! * HTTP language/coding::        
! * HTTP URL Options::            
! * Dealing with HTTP documents::  
  @end menu
  
  @node Cookies
--- 273,282 ----
  
  
  @menu
! * Cookies::
! * HTTP language/coding::
! * HTTP URL Options::
! * Dealing with HTTP documents::
  @end menu
  
  @node Cookies
***************
*** 451,457 ****
  @cindex email
  A mailto URL will send an email message to the address in the
  URL, for example @samp{mailto:foo@@bar.com} would compose a
! message to @samp{foo@@bar.com}.  
  
  @defopt url-mail-command
  @vindex mail-user-agent
--- 451,457 ----
  @cindex email
  A mailto URL will send an email message to the address in the
  URL, for example @samp{mailto:foo@@bar.com} would compose a
! message to @samp{foo@@bar.com}.
  
  @defopt url-mail-command
  @vindex mail-user-agent
***************
*** 493,503 ****
  allowed for nntp an snews.
  
  @table @samp
! @item news:@var{newsgroup} 
  Retrieves a list of messages in @var{newsgroup};
  @item news:@var{message-id}
  Retrieves the message with the given @var{message-id};
! @item news:* 
  Retrieves a list of all available newsgroups;
  @item nntp://@var{host}:@var{port}/@var{newsgroup}
  @itemx nntp://@var{host}:@var{port}/@var{message-id}
--- 493,503 ----
  allowed for nntp an snews.
  
  @table @samp
! @item news:@var{newsgroup}
  Retrieves a list of messages in @var{newsgroup};
  @item news:@var{message-id}
  Retrieves the message with the given @var{message-id};
! @item news:*
  Retrieves a list of all available newsgroups;
  @item nntp://@var{host}:@var{port}/@var{newsgroup}
  @itemx nntp://@var{host}:@var{port}/@var{message-id}
***************
*** 550,558 ****
  @cindex IRC
  @cindex Internet Relay Chat
  @cindex ZEN IRC
! @c Fixme: reference (was 
http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt) 
  @dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc}
! session to a function named in @code{url-irc-function}.  
  
  @defopt url-irc-function
  A function to actually open an IRC connection.
--- 550,558 ----
  @cindex IRC
  @cindex Internet Relay Chat
  @cindex ZEN IRC
! @c Fixme: reference (was 
http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt)
  @dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc}
! session to a function named in @code{url-irc-function}.
  
  @defopt url-irc-function
  A function to actually open an IRC connection.
***************
*** 582,588 ****
  @samp{text/plain;charset=US-ASCII}.  The @samp{text/plain} can be
  omitted but the charset parameter supplied.  If @samp{;base64} is
  present, the @var{data} are base64-encoded.
!   
  @node nfs
  @section nfs
  @cindex NFS
--- 582,588 ----
  @samp{text/plain;charset=US-ASCII}.  The @samp{text/plain} can be
  omitted but the charset parameter supplied.  If @samp{;base64} is
  present, the @var{data} are base64-encoded.
! 
  @node nfs
  @section nfs
  @cindex NFS
***************
*** 658,668 ****
  @chapter Defining New URLs
  
  @menu
! * Naming conventions::          
! * Required functions::          
! * Optional functions::          
! * Asynchronous fetching::       
! * Supporting file-name-handlers::  
  @end menu
  
  @node Naming conventions
--- 658,668 ----
  @chapter Defining New URLs
  
  @menu
! * Naming conventions::
! * Required functions::
! * Optional functions::
! * Asynchronous fetching::
! * Supporting file-name-handlers::
  @end menu
  
  @node Naming conventions
***************
*** 684,693 ****
  @chapter General Facilities
  
  @menu
! * Disk Caching::                
! * Proxies::                     
! * Gateways in general::         
! * History::                     
  @end menu
  
  @node Disk Caching
--- 684,693 ----
  @chapter General Facilities
  
  @menu
! * Disk Caching::
! * Proxies::
! * Gateways in general::
! * History::
  @end menu
  
  @node Disk Caching
***************
*** 761,767 ****
  @end smallexample
  @end defun
  
! @c Fixme: never actually used currently? 
  @c @defopt url-standalone-mode
  @c @cindex Relying on cache
  @c @cindex Cache only mode
--- 761,767 ----
  @end smallexample
  @end defun
  
! @c Fixme: never actually used currently?
  @c @defopt url-standalone-mode
  @c @cindex Relying on cache
  @c @cindex Cache only mode
***************
*** 783,789 ****
  @node Proxies
  @section Proxies and Gatewaying
  
! @c fixme: check/document url-ns stuff 
  @cindex proxy servers
  @cindex proxies
  @cindex environment variables
--- 783,789 ----
  @node Proxies
  @section Proxies and Gatewaying
  
! @c fixme: check/document url-ns stuff
  @cindex proxy servers
  @cindex proxies
  @cindex environment variables
***************
*** 815,821 ****
  @noindent says to contact all machines in the @samp{aventail.com} and
  @samp{seanet.com} domains directly, as well as the machine named
  @samp{home.com}.  If @code{NO_PROXY} isn't defined, @code{no_PROXY}
! and @code{no_proxy} are also tried, in that order.  
  
  Proxies may also be specified directly in Lisp.
  
--- 815,821 ----
  @noindent says to contact all machines in the @samp{aventail.com} and
  @samp{seanet.com} domains directly, as well as the machine named
  @samp{home.com}.  If @code{NO_PROXY} isn't defined, @code{no_PROXY}
! and @code{no_proxy} are also tried, in that order.
  
  Proxies may also be specified directly in Lisp.
  
***************
*** 980,988 ****
  @end defopt
  
  @menu
! * Suppressing network connexions::  
  @end menu
! @c * Broken hostname resolution::  
  
  @node Suppressing network connexions
  @subsection Suppressing Network Connexions
--- 980,988 ----
  @end defopt
  
  @menu
! * Suppressing network connexions::
  @end menu
! @c * Broken hostname resolution::
  
  @node Suppressing network connexions
  @subsection Suppressing Network Connexions
***************
*** 1144,1150 ****
  only if an affirmative answer is given.
  @end defopt
  @defopt url-gateway-method
! @c fixme: describe gatewaying 
  A symbol specifying the type of gateway support to use fro connexions
  from the local machine.  The supported methods are:
  
--- 1144,1150 ----
  only if an affirmative answer is given.
  @end defopt
  @defopt url-gateway-method
! @c fixme: describe gatewaying
  A symbol specifying the type of gateway support to use fro connexions
  from the local machine.  The supported methods are:
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]