emacs-devel
[Top][All Lists]
Advanced

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

Re: [Ann]: An Implementation of the Shen programming language in Elisp a


From: Michael Heerdegen
Subject: Re: [Ann]: An Implementation of the Shen programming language in Elisp and a call for help
Date: Sat, 14 May 2016 03:41:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

aditya siram <address@hidden> writes:

> 1. I can't seem to get rid of warnings when byte-compiling the
> generated "shen.el" [4] even though I have the byte-compile-warnings
> property the top of the file. I'm getting a lot of "unused lexical
> variable" warnings even though "lexical" is in the list of warnings.

Hmm, the doc of `byte-compile-warnings' says:

  lexical     global/dynamic variables lacking a prefix.

So this flag apparently doesn't mean what you think (what probably most
people think...)

I'm not sure if it's possible to get rid of these warnings at all.


Michael.




reply via email to

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