comparison lisp/cedet/semantic/idle.el @ 105760:d0906291f75b

* cedet/semantic/fw.el (semantic-alias-obsolete) (semantic-varalias-obsolete): Make the `when' arg mandatory. (define-mode-overload-implementation): * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks): * cedet/semantic/wisent.el (wisent-lex-make-token-table): * cedet/semantic/util.el (semantic-file-token-stream) (semantic-something-to-stream): * cedet/semantic/tag.el (semantic-tag-make-assoc-list) (semantic-expand-nonterminal): * cedet/semantic/tag-file.el (semantic-find-nonterminal) (semantic-find-dependency, semantic-find-nonterminal) (semantic-find-dependency): * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end) (semantic-flex-text, semantic-flex-make-keyword-table) (semantic-flex-keyword-p, semantic-flex-keyword-put) (semantic-flex-keyword-get, semantic-flex-map-keywords) (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list): * cedet/semantic/java.el (semantic-java-prototype-nonterminal): * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks) (semantic-after-idle-scheduler-reparse-hooks): * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks): * cedet/semantic/db-mode.el (semanticdb-mode-hooks): * cedet/semantic.el (semantic-toplevel-bovine-table) (semantic-toplevel-bovine-cache) (semantic-before-toplevel-bovination-hook, semantic-init-hooks) (semantic-init-mode-hooks, semantic-init-db-hooks) (semantic-bovination-working-type): Provide the `when' arg.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 25 Oct 2009 02:55:27 +0000
parents 51bc239bdc37
children 6df5ff499103
comparison
equal deleted inserted replaced
105759:110c55336723 105760:d0906291f75b
491 "Hook run after option `semantic-idle-scheduler' has parsed. 491 "Hook run after option `semantic-idle-scheduler' has parsed.
492 If any hook function throws an error, this variable is reset to nil. 492 If any hook function throws an error, this variable is reset to nil.
493 This hook is not protected from lexical errors.") 493 This hook is not protected from lexical errors.")
494 494
495 (semantic-varalias-obsolete 'semantic-before-idle-scheduler-reparse-hooks 495 (semantic-varalias-obsolete 'semantic-before-idle-scheduler-reparse-hooks
496 'semantic-before-idle-scheduler-reparse-hook) 496 'semantic-before-idle-scheduler-reparse-hook "23.2")
497 (semantic-varalias-obsolete 'semantic-after-idle-scheduler-reparse-hooks 497 (semantic-varalias-obsolete 'semantic-after-idle-scheduler-reparse-hooks
498 'semantic-after-idle-scheduler-reparse-hook) 498 'semantic-after-idle-scheduler-reparse-hook "23.2")
499 499
500 (defun semantic-idle-scheduler-refresh-tags () 500 (defun semantic-idle-scheduler-refresh-tags ()
501 "Refreshes the current buffer's tags. 501 "Refreshes the current buffer's tags.
502 This is called by `semantic-idle-scheduler-function' to update the 502 This is called by `semantic-idle-scheduler-function' to update the
503 tags in the current buffer. 503 tags in the current buffer.