emacs-devel
[Top][All Lists]
Advanced

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

Re: lexical-binding is turned on in more use cases


From: Stefan Monnier
Subject: Re: lexical-binding is turned on in more use cases
Date: Wed, 11 Mar 2020 08:44:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> To be precise,
>
>     M-: (eval '(let (...) (c-align-cpp-indent-to-body)))
>
> runs correctly, but fails to stop in c-align-..-body, even though it is
> instrumented for edebug.

That would be a bug.  I can't reproduce it here.  I did:

    % src/emacs -Q src/emacs-module.c lisp/progmodes/cc-cmds.el
    C-s cpp-indent RET
    C-u C-M-x
    C-x o
    M-: (eval '(let ((c-syntactic-context nil)) (c-align-cpp-indent-to-body))) 
RET

and it landed me in edebugging the body of `c-align-cpp-indent-to-body`.


        Stefan




reply via email to

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