aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-12-17 03:14:07 +0000
committerLuc Teirlinck2004-12-17 03:14:07 +0000
commita17e377e86e6799637bbd2fb108c8bb942ff396f (patch)
tree0a510b96e9f8255511f960a365e06ef4f658fa73
parent2d3da38b67b30129be20c34eac4514cf3c5109ef (diff)
downloademacs-a17e377e86e6799637bbd2fb108c8bb942ff396f.tar.gz
emacs-a17e377e86e6799637bbd2fb108c8bb942ff396f.zip
Delete trailing whitespace.
-rw-r--r--man/url.texi64
1 files changed, 32 insertions, 32 deletions
diff --git a/man/url.texi b/man/url.texi
index 5f36826d926..a42cad58efa 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -27,7 +27,7 @@ Copyright (C) 1993, 1994, 1995, 1996 William M. Perry
27Permission is granted to copy, distribute and/or modify this document 27Permission is granted to copy, distribute and/or modify this document
28under the terms of the GNU Free Documentation License, Version 1.1 or 28under the terms of the GNU Free Documentation License, Version 1.1 or
29any later version published by the Free Software Foundation; with the 29any later version published by the Free Software Foundation; with the
30Invariant Sections being 30Invariant Sections being
31``GNU GENERAL PUBLIC LICENSE''. A copy of the 31``GNU GENERAL PUBLIC LICENSE''. A copy of the
32license is included in the section entitled ``GNU Free Documentation 32license is included in the section entitled ``GNU Free Documentation
33License.'' 33License.''
@@ -74,9 +74,9 @@ License.''
74* General Facilities:: URLs can be cached, accessed via a gateway 74* General Facilities:: URLs can be cached, accessed via a gateway
75 and tracked in a history list. 75 and tracked in a history list.
76* Customization:: Variables you can alter. 76* Customization:: Variables you can alter.
77* Function Index:: 77* Function Index::
78* Variable Index:: 78* Variable Index::
79* Concept Index:: 79* Concept Index::
80@end menu 80@end menu
81 81
82@node Getting Started 82@node Getting Started
@@ -115,7 +115,7 @@ The meaning of
115the @var{path} component depends on the service. 115the @var{path} component depends on the service.
116 116
117@menu 117@menu
118* Configuration:: 118* Configuration::
119* Parsed URLs:: URLs are parsed into vector structures. 119* Parsed URLs:: URLs are parsed into vector structures.
120@end menu 120@end menu
121 121
@@ -222,7 +222,7 @@ load into, or @var{nil} if the process has already completed.
222 222
223@menu 223@menu
224* http/https:: Hypertext Transfer Protocol. 224* http/https:: Hypertext Transfer Protocol.
225* file/ftp:: Local files and FTP archives. 225* file/ftp:: Local files and FTP archives.
226* info:: Emacs `Info' pages. 226* info:: Emacs `Info' pages.
227* mailto:: Sending email. 227* mailto:: Sending email.
228* news/nntp/snews:: Usenet news. 228* news/nntp/snews:: Usenet news.
@@ -235,7 +235,7 @@ load into, or @var{nil} if the process has already completed.
235@c * netrek:: 235@c * netrek::
236@c * prospero:: 236@c * prospero::
237* cid:: Content-ID. 237* cid:: Content-ID.
238* about:: 238* about::
239* ldap:: Lightweight Directory Access Protocol 239* ldap:: Lightweight Directory Access Protocol
240* imap:: IMAP mailboxes. 240* imap:: IMAP mailboxes.
241* man:: Unix man pages. 241* man:: Unix man pages.
@@ -273,10 +273,10 @@ otherwise the user will be asked on each request.
273 273
274 274
275@menu 275@menu
276* Cookies:: 276* Cookies::
277* HTTP language/coding:: 277* HTTP language/coding::
278* HTTP URL Options:: 278* HTTP URL Options::
279* Dealing with HTTP documents:: 279* Dealing with HTTP documents::
280@end menu 280@end menu
281 281
282@node Cookies 282@node Cookies
@@ -451,7 +451,7 @@ Info URLs are not officially defined. They invoke
451@cindex email 451@cindex email
452A mailto URL will send an email message to the address in the 452A mailto URL will send an email message to the address in the
453URL, for example @samp{mailto:foo@@bar.com} would compose a 453URL, for example @samp{mailto:foo@@bar.com} would compose a
454message to @samp{foo@@bar.com}. 454message to @samp{foo@@bar.com}.
455 455
456@defopt url-mail-command 456@defopt url-mail-command
457@vindex mail-user-agent 457@vindex mail-user-agent
@@ -493,11 +493,11 @@ fields may be included in news URLs though they are properly only
493allowed for nntp an snews. 493allowed for nntp an snews.
494 494
495@table @samp 495@table @samp
496@item news:@var{newsgroup} 496@item news:@var{newsgroup}
497Retrieves a list of messages in @var{newsgroup}; 497Retrieves a list of messages in @var{newsgroup};
498@item news:@var{message-id} 498@item news:@var{message-id}
499Retrieves the message with the given @var{message-id}; 499Retrieves the message with the given @var{message-id};
500@item news:* 500@item news:*
501Retrieves a list of all available newsgroups; 501Retrieves a list of all available newsgroups;
502@item nntp://@var{host}:@var{port}/@var{newsgroup} 502@item nntp://@var{host}:@var{port}/@var{newsgroup}
503@itemx nntp://@var{host}:@var{port}/@var{message-id} 503@itemx nntp://@var{host}:@var{port}/@var{message-id}
@@ -550,9 +550,9 @@ Well-known ports are used if the URL does not specify a port.
550@cindex IRC 550@cindex IRC
551@cindex Internet Relay Chat 551@cindex Internet Relay Chat
552@cindex ZEN IRC 552@cindex ZEN IRC
553@c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt) 553@c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt)
554@dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc} 554@dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc}
555session to a function named in @code{url-irc-function}. 555session to a function named in @code{url-irc-function}.
556 556
557@defopt url-irc-function 557@defopt url-irc-function
558A function to actually open an IRC connection. 558A function to actually open an IRC connection.
@@ -582,7 +582,7 @@ including parameters. It defaults to
582@samp{text/plain;charset=US-ASCII}. The @samp{text/plain} can be 582@samp{text/plain;charset=US-ASCII}. The @samp{text/plain} can be
583omitted but the charset parameter supplied. If @samp{;base64} is 583omitted but the charset parameter supplied. If @samp{;base64} is
584present, the @var{data} are base64-encoded. 584present, the @var{data} are base64-encoded.
585 585
586@node nfs 586@node nfs
587@section nfs 587@section nfs
588@cindex NFS 588@cindex NFS
@@ -658,11 +658,11 @@ the Lisp @code{man} function.
658@chapter Defining New URLs 658@chapter Defining New URLs
659 659
660@menu 660@menu
661* Naming conventions:: 661* Naming conventions::
662* Required functions:: 662* Required functions::
663* Optional functions:: 663* Optional functions::
664* Asynchronous fetching:: 664* Asynchronous fetching::
665* Supporting file-name-handlers:: 665* Supporting file-name-handlers::
666@end menu 666@end menu
667 667
668@node Naming conventions 668@node Naming conventions
@@ -684,10 +684,10 @@ the Lisp @code{man} function.
684@chapter General Facilities 684@chapter General Facilities
685 685
686@menu 686@menu
687* Disk Caching:: 687* Disk Caching::
688* Proxies:: 688* Proxies::
689* Gateways in general:: 689* Gateways in general::
690* History:: 690* History::
691@end menu 691@end menu
692 692
693@node Disk Caching 693@node Disk Caching
@@ -761,7 +761,7 @@ more likely to conflict with other files.
761@end smallexample 761@end smallexample
762@end defun 762@end defun
763 763
764@c Fixme: never actually used currently? 764@c Fixme: never actually used currently?
765@c @defopt url-standalone-mode 765@c @defopt url-standalone-mode
766@c @cindex Relying on cache 766@c @cindex Relying on cache
767@c @cindex Cache only mode 767@c @cindex Cache only mode
@@ -783,7 +783,7 @@ more likely to conflict with other files.
783@node Proxies 783@node Proxies
784@section Proxies and Gatewaying 784@section Proxies and Gatewaying
785 785
786@c fixme: check/document url-ns stuff 786@c fixme: check/document url-ns stuff
787@cindex proxy servers 787@cindex proxy servers
788@cindex proxies 788@cindex proxies
789@cindex environment variables 789@cindex environment variables
@@ -815,7 +815,7 @@ NO_PROXY="*.aventail.com,home.com,.seanet.com"
815@noindent says to contact all machines in the @samp{aventail.com} and 815@noindent says to contact all machines in the @samp{aventail.com} and
816@samp{seanet.com} domains directly, as well as the machine named 816@samp{seanet.com} domains directly, as well as the machine named
817@samp{home.com}. If @code{NO_PROXY} isn't defined, @code{no_PROXY} 817@samp{home.com}. If @code{NO_PROXY} isn't defined, @code{no_PROXY}
818and @code{no_proxy} are also tried, in that order. 818and @code{no_proxy} are also tried, in that order.
819 819
820Proxies may also be specified directly in Lisp. 820Proxies may also be specified directly in Lisp.
821 821
@@ -980,9 +980,9 @@ This the @samp{nslookup} program. It is @code{"nslookup"} by default.
980@end defopt 980@end defopt
981 981
982@menu 982@menu
983* Suppressing network connexions:: 983* Suppressing network connexions::
984@end menu 984@end menu
985@c * Broken hostname resolution:: 985@c * Broken hostname resolution::
986 986
987@node Suppressing network connexions 987@node Suppressing network connexions
988@subsection Suppressing Network Connexions 988@subsection Suppressing Network Connexions
@@ -1144,7 +1144,7 @@ function taking a single argument (the prompt) and returning @code{t}
1144only if an affirmative answer is given. 1144only if an affirmative answer is given.
1145@end defopt 1145@end defopt
1146@defopt url-gateway-method 1146@defopt url-gateway-method
1147@c fixme: describe gatewaying 1147@c fixme: describe gatewaying
1148A symbol specifying the type of gateway support to use fro connexions 1148A symbol specifying the type of gateway support to use fro connexions
1149from the local machine. The supported methods are: 1149from the local machine. The supported methods are:
1150 1150