emacs-devel
[Top][All Lists]
Advanced

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

Re: summary for the remaining byte compiler warnings


From: Dan Nicolaescu
Subject: Re: summary for the remaining byte compiler warnings
Date: Fri, 09 Nov 2007 08:34:14 -0800

Stefan Monnier <address@hidden> writes:

  > > How about this?
  > 
  > > In toplevel form:
  > > python.el:2067:1:Warning: reference to free variable
  > >     `python-mode-abbrev-table'
  > 
  > Here the problem is that the byte-compiler doesn't understand that
  > 
  >    (define-abbrev-table 'python-mode-abbrev-table ()
  >      "Abbrev table for Python mode.
  >    The default contents correspond to the elements of `python-skeletons'."
  >      ;; Allow / in abbrevs.
  >      :regexp "\\<\\([[:word:]/]+\\)\\W*")
  > 
  > defines the `python-mode-abbrev-table' variable.  I believe I've just
  > fixed it.

Shouldn't define-abbrev-table also get font-lock support?




reply via email to

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