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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/url.texi
Date: Mon, 07 Mar 2005 22:01:55 -0500

Index: emacs/man/url.texi
diff -c emacs/man/url.texi:1.8 emacs/man/url.texi:1.9
*** emacs/man/url.texi:1.8      Sun Mar  6 17:44:14 2005
--- emacs/man/url.texi  Tue Mar  8 03:01:55 2005
***************
*** 109,115 ****
  the possible exception of @code{telnet}, it is rare for ports to be
  specified, and it is possible using a non-standard port may have
  undesired consequences if a different service is listening on that
! port (e.g.@: an HTTP URL specifying the SMTP port can cause mail to be
  sent)address@hidden , but @xref{Other Variables, url-bad-port-list}.
  The meaning of
  the @var{path} component depends on the service.
--- 109,115 ----
  the possible exception of @code{telnet}, it is rare for ports to be
  specified, and it is possible using a non-standard port may have
  undesired consequences if a different service is listening on that
! port (e.g., an HTTP URL specifying the SMTP port can cause mail to be
  sent)address@hidden , but @xref{Other Variables, url-bad-port-list}.
  The meaning of
  the @var{path} component depends on the service.
***************
*** 142,148 ****
  @noindent where
  @table @var
  @item type
! is the type of the URL scheme, e.g.@: @code{http}
  @item user
  is the username associated with it, or @code{nil};
  @item password
--- 142,148 ----
  @noindent where
  @table @var
  @item type
! is the type of the URL scheme, e.g., @code{http}
  @item user
  is the username associated with it, or @code{nil};
  @item password
***************
*** 182,188 ****
  @findex url-set-attributes
  @findex url-set-full
  These attributes have accessors named @address@hidden, where
! @var{part} is the name of one of the elements above, e.g.@:
  @code{url-host}.  Similarly, there are setters of the form
  @address@hidden
  
--- 182,188 ----
  @findex url-set-attributes
  @findex url-set-full
  These attributes have accessors named @address@hidden, where
! @var{part} is the name of one of the elements above, e.g.,
  @code{url-host}.  Similarly, there are setters of the form
  @address@hidden
  
***************
*** 317,323 ****
  @subsection Language and Encoding Preferences
  
  HTTP allows clients to express preferences for the language and
! encoding of documents which servers may honour.
  
  @defopt url-mime-charset-string
  @cindex character sets
--- 317,328 ----
  @subsection Language and Encoding Preferences
  
  HTTP allows clients to express preferences for the language and
! encoding of documents which servers may honour.  For each of these
! variables, the value is a string; it can specify a single choice, or
! it can be a comma-separated list in descending order of preference.
! Each element can be followed by @samp{;address@hidden to specify
! its preference level; e.g., for @code{url-mime-language-string},
! @address@hidden"de, en-gb;q=0.8, en;q=0.7"}}.
  
  @defopt url-mime-charset-string
  @cindex character sets
***************
*** 325,347 ****
  This variable specifies a preference for character sets when documents
  can be served in more than one encoding.
  
! HTTP allows specifying a list of MIME charsets which indicate your
! preferred character set encodings, e.g.@: Latin-9 or Big5, and these
! can be weighted.  This list is generated automatically from the list
! of defined coding systems which have associated MIME types.  These are
! sorted by coding priority.  @xref{Recognize Coding, , Recognizing
! Coding Systems, emacs, The GNU Emacs Manual}.
  @end defopt
  
  @defopt url-mime-language-string
  @cindex language preferences
  A string specifying the preferred language when servers can serve
! files in several languages.  Use RFC 1766 abbreviations, e.g.@:
! @samp{en} for English, @samp{de} for German.  It can be a
! comma-separated list in descending order of preference.  The ordering
! can be made explicit using `q' factors defined by HTTP, e.g.@:
! @address@hidden, en-gb;q=0.8, en;q=0.7}}.  It can be @samp{*} to get the
! first available language (as opposed to the default).
  @end defopt
  
  @node HTTP URL Options
--- 330,351 ----
  This variable specifies a preference for character sets when documents
  can be served in more than one encoding.
  
! HTTP allows specifying a series of MIME charsets which indicate your
! preferred character set encodings, e.g., Latin-9 or Big5, and these
! can be weighted.  The default series is generated automatically from
! the associated MIME types of all defined coding systems, sorted by the
! coding system priority specified in Emacs.  @xref{Recognize Coding, ,
! Recognizing Coding Systems, emacs, The GNU Emacs Manual}.
  @end defopt
  
  @defopt url-mime-language-string
  @cindex language preferences
  A string specifying the preferred language when servers can serve
! files in several languages.  Use RFC 1766 abbreviations, e.g.,
! @samp{en} for English, @samp{de} for German.
! 
! The string can be @code{"*"} to get the first available language (as
! opposed to the default).
  @end defopt
  
  @node HTTP URL Options




reply via email to

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