/[emacs]/emacs/lisp/url/url.el
ViewVC logotype

Diff of /emacs/lisp/url/url.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by lute, Mon Jul 4 16:37:19 2005 UTC revision 1.12 by rms, Fri Jul 15 05:11:28 2005 UTC
# Line 123  Emacs." Line 123  Emacs."
123  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
124  (defun url-retrieve (url callback &optional cbargs)  (defun url-retrieve (url callback &optional cbargs)
125    "Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.    "Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
126  The callback is called when the object has been completely retrieved, with  URL is either a string or a parsed URL.
127    
128    CALLBACK is called when the object has been completely retrieved, with
129  the current buffer containing the object, and any MIME headers associated  the current buffer containing the object, and any MIME headers associated
130  with it.  URL is either a string or a parsed URL.  with it.  Normally it gets the arguments in the list CBARGS.
131    However, if what we find is a redirect, CALLBACK is given
132    two additional args, `:redirect' and the redirected URL,
133    followed by CBARGS.
134    
135  Return the buffer URL will load into, or nil if the process has  Return the buffer URL will load into, or nil if the process has
136  already completed."  already completed."

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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