emacs-devel
[Top][All Lists]
Advanced

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

Re: about "assignment to free variable"


From: Michael Heerdegen
Subject: Re: about "assignment to free variable"
Date: Tue, 05 Feb 2019 16:34:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michelangelo Rodriguez <address@hidden> writes:

> Hi Stefan, The file is greader.el, fetched from gitlab.  The warning
> is at line 203, at least the line reported by the compiler.  Thanks in
> advance.

Yes, it's as Stefan told you some minutes ago.

I also see these warnings:

| greader.el:182:10:Warning: reference to free variable `greader'

Seems there's a quote missing.

| greader.el:235:12:Warning: reference to free variable `dtk-quiet'

That variable should probably be declared.

...etc.  But I guess you can cope with the other warnings?


Michael.



reply via email to

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