bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#35186: 26.1; confusing error message and location on eager dotted pa


From: Lars Ingebrigtsen
Subject: bug#35186: 26.1; confusing error message and location on eager dotted pair evaluation
Date: Thu, 20 Aug 2020 17:28:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> AFAICT it comes from these lines (line 776 and following) in
> `cconv-analyze-form' in cconv.el:
>
> #+begin_src emacs-lisp
>     (`(,_ . ,body-forms)    ; First element is a function or whatever.
>      (dolist (form body-forms) (cconv-analyze-form form env)))
> #+end_src
>
> It's not an explicit error but just dolist barfing.

I've tried sprinkling some messaging liberally over cconv-analyze-form,
and I'm unable to make it trigger in the test case.  It does seem likely
that the error is from a dolist somewhere, but it seems to happen before
we get to that function...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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