GNU bug report logs -
#48100
28.0.50; inserting too many lines into a fresh cpp file breaks the buffer
Previous Next
Reported by: Paul Nelson <ultrono <at> gmail.com>
Date: Thu, 29 Apr 2021 13:24:01 UTC
Severity: normal
Merged with 48061
Found in version 28.0.50
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Alan Mackenzie <acm <at> muc.de> writes:
>> Incidentally, "C-u C-M-x" applied to c-guess-basic-syntax gives a long and
>> complicated backtrace that starts with:
>
>> Debugger entered--Lisp error: (invalid-read-syntax "Expected" "lambda")
>> edebug-syntax-error("Expected" "lambda")
>
> That, I can reproduce. After a bit of experimentation, it would appear
> that this is due to the lack of an edebug-spec for the macro
> c-save-buffer-state.
Or rather, a recent change in its Edebug spec.
> To confirm this in the most basic manner, type
>
> M-: (def-edebug-spec c-save-buffer-state let*)
Until recently, the Edebug spec of c-save-buffer-state was set twice:
once by its declare form (as 't'), and later by def-edebug-spec (as
'let*'). The latter was recently removed:
CC Mode: Put debug specs inside declare forms. Add missing debug specs.
31f8ae53be 2021-04-15 10:11:20 +0000
https://git.sv.gnu.org/cgit/emacs.git/commit/?id=31f8ae53beb9bada58750160c1bf7f867ecd442e
This suggests that the remaining declare form is at fault.
Thanks,
--
Basil
This bug report was last modified 4 years and 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.