unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 51695@debbugs.gnu.org
Subject: bug#51695: 29.0.50; lexical scope closure, interactive spec byte compiler warnings/usage issue
Date: Tue, 20 Sep 2022 14:13:08 +0200	[thread overview]
Message-ID: <871qs6kzvv.fsf@gnus.org> (raw)
In-Reply-To: <jwvilx11nqs.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 09 Nov 2021 08:14:03 -0500")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Thanks.  This is a limitation in `cconv.el` tho it will likely require
> further changes in `bytecomp.el` and/or `callint.c`.

Just recapping a bit here.  A less confusing function to reproduce the
problem:

;;; -*- lexical-binding: t -*-

(let ((data-item 1)
      (more-data 2))
  (defun echo-data (data)
    (interactive (list data-item))
    (message "data: %s %s" more-data data)))

This leads to the following warnings on the trunk:

In toplevel form:
foo.el:3:8: Warning: Unused lexical variable `data-item'
foo.el:6:24: Warning: reference to free variable ‘data-item’






  parent reply	other threads:[~2022-09-20 12:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08 23:40 bug#51695: 29.0.50; lexical scope closure, interactive spec byte compiler warnings/usage issue Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-09 12:29 ` Eli Zaretskii
2021-11-10  1:39   ` Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-10  1:54     ` Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-10 13:20     ` Eli Zaretskii
2021-11-09 13:14 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-09 23:32   ` Michael Heerdegen
2021-11-10  1:50     ` Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-10  4:13       ` Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-10 23:44         ` Michael Heerdegen
2021-11-11  1:55           ` Emanuel Berg via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-11  4:14             ` Michael Heerdegen
2022-09-20 12:13   ` Lars Ingebrigtsen [this message]
2022-09-23 20:37     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-24 10:31       ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=871qs6kzvv.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=51695@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).