emacs-devel
[Top][All Lists]
Advanced

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

Line numbers reported by the byte compiler


From: Eli Zaretskii
Subject: Line numbers reported by the byte compiler
Date: Sat, 08 Dec 2001 11:01:10 +0200

What line is the byte compiler supposed to report with the messages
it prints?  Is that the exact line where it found the problem, or
maybe the first line of the function where the problem happens?

When I try byte-compiling lisp/term/internal.el, I see this warning:

  lisp/term/internal.el: In dos-cpNNN-setup
  lisp/term/internal.el:589: warning: reference to free variable 
tex-mode-syntax-table

However, the variable tex-mode-syntax-table is referenced in line
629, not 589.  Line 589 is where the function dos-cpNNN-setup begins.



reply via email to

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