emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs 25 broken?


From: Stephen Leake
Subject: Re: emacs 25 broken?
Date: Tue, 24 Feb 2015 15:15:00 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt)

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]