/[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.2 by miles, Tue Dec 7 21:13:26 2004 UTC revision 1.3 by rms, Wed Dec 8 20:10:08 2004 UTC
# Line 1  Line 1 
1  \input texinfo  \input texinfo
2  @setfilename url.info  @setfilename ../info/url
3  @settitle URL Programmer's Manual  @settitle URL Programmer's Manual
4    
5  @iftex  @iftex
# Line 114  sent).@c , but @xref{Other Variables, ur Line 114  sent).@c , but @xref{Other Variables, ur
114  The meaning of  The meaning of
115  the @var{path} component depends on the service.  the @var{path} component depends on the service.
116    
 The library depends on MIME support provided by the @samp{mm-}  
 packages from Gnus 5.8 or later.  @xref{(emacs-mime)Top, The MIME  
 library}.  
   
117  @menu  @menu
118  * Configuration::                * Configuration::              
119  * Parsed URLs::                 URLs are parsed into vector structures.  * Parsed URLs::                 URLs are parsed into vector structures.
# Line 388  Currently this is just the raw header co Line 384  Currently this is just the raw header co
384    
385  HTTP URLs are retrieved into a buffer containing the HTTP headers  HTTP URLs are retrieved into a buffer containing the HTTP headers
386  followed by the body.  Since the headers are quasi-MIME, they may be  followed by the body.  Since the headers are quasi-MIME, they may be
387  processed using the MIME library.  @xref{(emacs-mime)Top, The MIME  processed using the MIME library.  @inforef{Top, The MIME library,
388  library}.  The MIME library doesn't provide a clean function to do  emacs-mime}.  The URL package provides a function to do this in
389  that, so the URL library does.  general:
390    
391  @defun url-decode-text-part handle &optional coding  @defun url-decode-text-part handle &optional coding
392  This function decodes charset-encoded text in the current buffer.  In  This function decodes charset-encoded text in the current buffer.  In

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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