unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* assignment to free variable byte compiler warnings
@ 2008-02-23  6:25 Dan Nicolaescu
  2008-02-23  9:04 ` martin rudalics
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Dan Nicolaescu @ 2008-02-23  6:25 UTC (permalink / raw)
  To: bug-gnu-emacs


As has been discussed on emacs-devel the byte compiler does not issue
some free variable warnings because of using boundp on variable names
that are let-bound inside the byte compiler.  Renaming some let-bound
variables in the byte compiler reveals these warnings:



Compiling /tmp/emacs/lisp/./tree-widget.el

In tree-widget-lookup-image:
tree-widget.el:412:35:Warning: assignment to free variable `file'
tree-widget.el:413:34:Warning: reference to free variable `file'
Compiling /tmp/emacs/lisp/./vc-cvs.el

In vc-cvs-register:
vc-cvs.el:301:41:Warning: reference to free variable `file'
Compiling /tmp/emacs/lisp/./vc-mcvs.el

In vc-mcvs-register:
vc-mcvs.el:260:25:Warning: reference to free variable `file'
Compiling /tmp/emacs/lisp/./vc-rcs.el

In vc-rcs-register:
vc-rcs.el:265:62:Warning: reference to free variable `file'
Wrote /tmp/emacs/lisp/vc-rcs.elc
Compiling /tmp/emacs/lisp/./vc-sccs.el

In vc-sccs-diff:
vc-sccs.el:316:40:Warning: reference to free variable `file'


Can someone please fix them? 

Thanks




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-02-25  8:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23  6:25 assignment to free variable byte compiler warnings Dan Nicolaescu
2008-02-23  9:04 ` martin rudalics
2008-02-24  3:00   ` Dan Nicolaescu
2008-02-24  8:54     ` martin rudalics
2008-02-24 22:29       ` Richard Stallman
2008-02-24 20:14     ` Glenn Morris
2008-02-24 20:34       ` Dan Nicolaescu
2008-02-24 22:37         ` martin rudalics
2008-02-24 23:28           ` Dan Nicolaescu
2008-02-24 23:59             ` Andreas Schwab
2008-02-23 20:21 ` Glenn Morris
2008-02-24 23:06 ` Glenn Morris
2008-02-25  8:15   ` Glenn Morris

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).