all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Ernesto Alfonso <erjoalgo@gmail.com>, 35186@debbugs.gnu.org
Subject: bug#35186: 26.1; confusing error message and location on eager dotted pair evaluation
Date: Tue, 09 Jul 2019 20:23:49 +0200	[thread overview]
Message-ID: <87a7dndq2y.fsf@web.de> (raw)
In-Reply-To: <8736jftclo.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Tue, 09 Jul 2019 18:08:19 +0200")

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	other threads:[~2019-07-09 18:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-07 21:26 bug#35186: 26.1; confusing error message and location on eager dotted pair evaluation Ernesto Alfonso
2019-07-09 16:08 ` Lars Ingebrigtsen
2019-07-09 18:23   ` Michael Heerdegen [this message]
2020-08-20 15:28     ` Lars Ingebrigtsen
2020-08-20 16:03       ` Michael Heerdegen
2020-08-20 16:28         ` Lars Ingebrigtsen
2021-09-22 21:47           ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7dndq2y.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=35186@debbugs.gnu.org \
    --cc=erjoalgo@gmail.com \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.