emacs-devel
[Top][All Lists]
Advanced

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

Re: Flipping url-show-status default


From: Chong Yidong
Subject: Re: Flipping url-show-status default
Date: Fri, 01 Oct 2010 22:58:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> Chong Yidong <address@hidden> writes:
>
> No, that didn't work, unfortunately, since after poking around in the
> code for a couple of hours, I found that the buffers were created and
> discarded and then created again.  And besides, many of the messaging
> calls didn't take place from the process buffers.
>
> So I created a new slot in the URL defstruct to signal silence, and
> tweaked a couple functions to respect that.
>
> It works for me, but the code is very involved, so who knows...

What's this about?

+     (message "hei: %s" url-current-object)
+     (with-current-buffer (get-buffer-create "back")
+       (let ((standard-output (current-buffer)))
+       (backtrace)))



reply via email to

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