Comment 9 for bug 1083973

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1083973] Re: temporary files remain when python raises exception

Am 10.12.2012 08:55, schrieb Mat:
> Hello Andreas,
>
> thanks for answering so fast.
> The last thing I would want is to make you lose patience on this.

Far from that. Your info is very important, as any users info.
Even possibly mistakes reported are valuable, as developers might see,
where users run into.

> But I have to confess that I'm kind of lost here.

Proceeding isn't straightforward yet as it should be. Must reconsider that part and simplify.

>
> No "blabla.html" is neither in my /home nor in my current directory, indeed.
> But this I had made it on purpose. To show you that a "temporary file" buffer is created in this case.
>
> In the screen_copy_2.png I had made a circle to show you the "temporary
> file" buffer.
>
> Here is another screen copy to show you the difference, between the exception being raised in the
> current python file (python-mode.el works well :) ), and the exception being raised in urllib (doesn't work :( ).
>
> To make this test, I took the latest revision of python-mode.el (1161),
> and all I have in my .emacs (relating to python-mode) is :
>
> -------------
> (setq python-mode-v5-behavior-p t)
> (setq py-jump-on-exception nil)
>
> (custom-set-variables
> '(python-mode-v5-behavior t)
> )
> -------------

okay, so I'm on it,

Cheers,

Andreas