mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
Update @setfilename.
(Getting Started): No need to worry about Gnus versions. (Dealing with HTTP documents): Use @inforef.
This commit is contained in:
parent
e5eea16441
commit
89281a95cf
@ -1,3 +1,11 @@
|
||||
2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* url.texi: Update @setfilename.
|
||||
(Getting Started): No need to worry about Gnus versions.
|
||||
(Dealing with HTTP documents): Use @inforef.
|
||||
|
||||
* org.texi: Fix @direntry file name.
|
||||
|
||||
2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
|
||||
|
12
man/url.texi
12
man/url.texi
@ -1,5 +1,5 @@
|
||||
\input texinfo
|
||||
@setfilename url.info
|
||||
@setfilename ../info/url
|
||||
@settitle URL Programmer's Manual
|
||||
|
||||
@iftex
|
||||
@ -114,10 +114,6 @@ sent).@c , but @xref{Other Variables, url-bad-port-list}.
|
||||
The meaning of
|
||||
the @var{path} component depends on the service.
|
||||
|
||||
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}.
|
||||
|
||||
@menu
|
||||
* Configuration::
|
||||
* Parsed URLs:: URLs are parsed into vector structures.
|
||||
@ -388,9 +384,9 @@ Currently this is just the raw header contents.
|
||||
|
||||
HTTP URLs are retrieved into a buffer containing the HTTP headers
|
||||
followed by the body. Since the headers are quasi-MIME, they may be
|
||||
processed using the MIME library. @xref{(emacs-mime)Top, The MIME
|
||||
library}. The MIME library doesn't provide a clean function to do
|
||||
that, so the URL library does.
|
||||
processed using the MIME library. @inforef{Top, The MIME library,
|
||||
emacs-mime}. The URL package provides a function to do this in
|
||||
general:
|
||||
|
||||
@defun url-decode-text-part handle &optional coding
|
||||
This function decodes charset-encoded text in the current buffer. In
|
||||
|
Loading…
x
Reference in New Issue
Block a user