emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mysterious gzipped images


From: Eli Zaretskii
Subject: Re: Mysterious gzipped images
Date: Sat, 17 Aug 2013 20:04:40 +0300

> Date: Sat, 17 Aug 2013 18:27:21 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > So point here was at the beginning of the buffer.  But switching to this
> > buffer, which isn't displayed, puts point at the end of the buffer.
> 
> You may wish to step into url-retrieve and the functions it calls, and
> see what happens there.

It's not switch-to-buffer that moves point, it's
url-http-wait-for-headers-change-function, which is called by
url-http-generic-filter.  Here's the relevant fragment:

    ;; We are still at the beginning of the buffer... must just be
    ;; waiting for a response.
    (url-http-debug "Spinning waiting for headers...")
    (when (eq process-buffer (current-buffer))
      (goto-char (point-max)))))  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<



reply via email to

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