emacs-devel
[Top][All Lists]
Advanced

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

Re: Mysterious gzipped images


From: Lars Magne Ingebrigtsen
Subject: Re: Mysterious gzipped images
Date: Wed, 14 Aug 2013 15:09:24 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> I'm probably doing something stupid, and I'm too tired to see what it
> is.  gdb claims that old_point is what is should be -- the start of the
> body.

It turned out to have nothing to do with that, but was a combination of
two other ... bugs?

I've fixed one of them (making `url-retrieve' put the point where it
should be), but I still don't quite understand this behaviour.

Eval the following:

(url-retrieve "https://icons.duckduckgo.com/i/a-z-animals.com.ico";
              (lambda (&rest ignore)
                (message "%s" (point))
                (switch-to-buffer (current-buffer))))

I get a message saying "1", but after switching to the buffer, point is
visibly at the end of the buffer.

What's up with that?
                
-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html



reply via email to

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