emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs 25 broken?


From: Artur Malabarba
Subject: Re: emacs 25 broken?
Date: Tue, 24 Feb 2015 22:08:48 +0000

You mentioned using edebug. Having you tried exploring the bug with
`(debug)' or `debug-on-entry' instead?

2015-02-24 21:15 GMT+00:00 Stephen Leake <address@hidden>:
> Eli Zaretskii <address@hidden> writes:
>
>>> From: Stephen Leake <address@hidden>
>>> Date: Tue, 24 Feb 2015 11:46:32 -0600
>>>
>>> Whenever I try to use emacs 25, something doesn't work right, and when
>>> trying to debug it I always run into bug #19611; "e (current-buffer)" in
>>> edebug returns the wrong buffer.
>>>
>>> Does anyone else see this problem? It's blocking all my work on master.
>>
>> Why do you need "e (current-buffer)" in Edebug so badly that it blocks
>> your work?
>
> Seriously? If I can't trust the debugger, how am I supposed to make
> progress?
>
> The real bug (in ada-mode) I'm trying to fix is in code that switches
> buffers. (That bug does not exist when the same code is run in emacs
> 24). Any expression I evaluate that relies on the current buffer is
> wrong in the debugger, so it's impossible to figure out what's going on.
>
> I did not record in the bug that `with-current-buffer' is not broken;
> executing M-x sal-debug gives the correct results.
>
> Any suggestions for further investigation?
>
> --
> -- Stephe
>



reply via email to

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