annotate .cvsignore @ 105137:1ca02a761eac

(elint): New custom group. (elint-log-buffer): Make it a defcustom. (elint-scan-preloaded, elint-ignored-warnings) (elint-directory-skip-re): New options. (elint-builtin-variables): Doc fix. (elint-preloaded-env): New variable. (elint-unknown-builtin-args): Add an entry for encode-time. (elint-extra-errors): Make it a variable rather than a constant. (elint-preloaded-skip-re): New constant. (elint-directory): Skip files matching elint-directory-skip-re. (elint-features): New variable, local to linted buffers. (elint-update-env): Initialize elint-features. Possibly add elint-preloaded-env to the buffer's environment. (elint-get-top-forms): Bind elint-current-pos, for log messages. Skip quoted forms. (elint-init-form): New function, extracted from elint-init-env. Make non-list forms a warning rather than an error. Add the mode-map for define-derived-mode. Handle define-minor-mode, easy-menu-define, put that adds an error-condition, and provide. When requiring cl, also require cl-macs. Really require cl, to handle some cl macros. Store required libraries in the list elint-features, so as not to re-load them. Treat cc-require like require. (elint-init-env): Call elint-init-form to do the work. Handle eval-and-compile and such like. (elint-add-required-env): Do not clear messages. (elint-special-forms): Add handlers for function, defalias, if, when, unless, and, or. (elint-form): Add optional argument to ignore elint-special-forms, useful to prevent recursive calls from handlers. Doc fix. Respect elint-ignored-warnings. (elint-form): Respect elint-ignored-warnings. (elint-bound-variable, elint-bound-function): New variables. (elint-unbound-variable): Respect elint-bound-variable. (elint-get-args): Respect elint-bound-function. (elint-check-cond-form): Add some simple handling for (f)boundp and featurep tests. (elint-check-defalias-form): New handler. (elint-check-let-form): Make an empty let a warning rather than an error. (elint-check-setq-form): Make an empty setq a warning rather than an error. Respect elint-ignored-warnings. (elint-check-defvar-form): Accept null doc-strings. (elint-check-conditional-form): New handler. Does some simple-minded checking of featurep and (f)boundp tests. (elint-put-function-args): New function. (elint-initialize): Use elint-scan-doc-file rather than elint-find-builtin-variables. Use elint-put-function-args. Possibly scan preloaded-file-list. (elint-scan-doc-file): Rename from elint-find-builtin-variables and extend to handle functions as well.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Sep 2009 02:28:28 +0000
parents 0205517814da
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
96266
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
1 *.xdelta
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
2 .DS_Store
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
3 Makefile
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
4 autom4te.cache
27634
6c9ee29e8955 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents: 25839
diff changeset
5 bin
28195
9250c6d6a3b1 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27634
diff changeset
6 boot.log
9250c6d6a3b1 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27634
diff changeset
7 boot.log.diff
9250c6d6a3b1 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27634
diff changeset
8 boot.log.old
96266
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
9 config.cache
31816
070cf4b710c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28195
diff changeset
10 config.log
070cf4b710c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28195
diff changeset
11 config.status
96266
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
12 data
31816
070cf4b710c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28195
diff changeset
13 emacs*.tar.gz
35744
497c28f292c4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 31816
diff changeset
14 leim*.tar.gz
64721
eeb74924d896 Add `lock'.
Juanma Barranquero <lekktu@gmail.com>
parents: 64658
diff changeset
15 lock
90925
e55f1991b80c Add data and site-lisp.
Juanma Barranquero <lekktu@gmail.com>
parents: 90718
diff changeset
16 site-lisp
96266
787b888abdea Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents: 93686
diff changeset
17 update.log
100695
0205517814da Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents: 96266
diff changeset
18 _dir-locals.el
0205517814da Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents: 96266
diff changeset
19 _dir-loc.el
0205517814da Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents: 96266
diff changeset
20