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: Michael Heerdegen
Subject: bug#35186: 26.1; confusing error message and location on eager dotted pair evaluation
Date: Tue, 09 Jul 2019 20:23:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I've been trying to find out what part of the byte compiler/reader
> machinery is outputting it, but I haven't found it -- does anybody else
> know where this is coming from?

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.

Michael.





reply via email to

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