comparison man/url.texi @ 77062:f15d11a5d365

Fix some indexing. (Disk Caching): Drop discussion of old/other Emacs versions.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Apr 2007 14:31:49 +0000
parents b04c9e84be6a
children 88224dc74061
comparison
equal deleted inserted replaced
77061:4b4f8e1d168d 77062:f15d11a5d365
411 @section file and ftp 411 @section file and ftp
412 @cindex files 412 @cindex files
413 @cindex FTP 413 @cindex FTP
414 @cindex File Transfer Protocol 414 @cindex File Transfer Protocol
415 @cindex compressed files 415 @cindex compressed files
416 @findex dired 416 @cindex dired
417 417
418 @example 418 @example
419 ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} 419 ftp://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
420 file://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file} 420 file://@var{user}:@var{password}@@@var{host}:@var{port}/@var{file}
421 @end example 421 @end example
755 @code{url-cache-create-filename-human-readable}. 755 @code{url-cache-create-filename-human-readable}.
756 @end defopt 756 @end defopt
757 757
758 @defun url-cache-create-filename-using-md5 url 758 @defun url-cache-create-filename-using-md5 url
759 Creates a cache file name from @var{url} using MD5 hashing. 759 Creates a cache file name from @var{url} using MD5 hashing.
760 @findex md5 760 This is creates entries with very few cache collisions and is fast.
761 This is creates entries with very few cache collisions and is fast if 761 @cindex MD5
762 you have the @code{md5} function as a primitive (Emacs 21 and later,
763 or XEmacs).
764 @smallexample 762 @smallexample
765 (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar") 763 (url-cache-create-filename-using-md5 "http://www.example.com/foo/bar")
766 @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f" 764 @result{} "/home/fx/.url/cache/fx/http/com/example/www/b8a35774ad20db71c7c3409a5410e74f"
767 @end smallexample 765 @end smallexample
768 @end defun 766 @end defun
1054 @c @end defopt 1052 @c @end defopt
1055 1053
1056 @node History 1054 @node History
1057 @section History 1055 @section History
1058 1056
1057 @findex url-do-setup
1059 The library can maintain a global history list tracking URLs accessed. 1058 The library can maintain a global history list tracking URLs accessed.
1060 URL completion can be done from it. The history mechanism is set up 1059 URL completion can be done from it. The history mechanism is set up
1061 @findex url-do-setup
1062 automatically via @code{url-do-setup} when it is configured to be on. 1060 automatically via @code{url-do-setup} when it is configured to be on.
1063 Note that the size of the history list is currently not limited. 1061 Note that the size of the history list is currently not limited.
1064 1062
1065 @vindex url-history-hash-table 1063 @vindex url-history-hash-table
1066 The history `list' is actually a hash table, 1064 The history `list' is actually a hash table,