File: fw.el.html

Semantic has several core features shared across it's lex/parse/util stages. This used to clutter semantic.el some. These routines are all simple things that are not parser specific, but aid in making semantic flexible and compatible amongst different Emacs platforms.

Defined variables (4)

semantic--on-input-start-markerThe marker when starting a ‘semantic-exit-on-input’ form.
semantic-cache-data-overlaysList of all overlays waiting to be flushed.
semantic-current-input-throw-symbolThe current throw symbol for ‘semantic-exit-on-input’.
semantic-new-buffer-fcn-was-runNon-nil after ‘semantic-new-buffer-fcn’ has been executed.

Defined functions (41)

semantic-active-p()
semantic-alias-obsolete(OLDFNALIAS NEWFN WHEN)
semantic-buffer-local-value(VARIABLE BUFFER)
semantic-cache-data-post-command-hook()
semantic-cache-data-to-buffer(BUFFER START END VALUE NAME &optional LIFESPAN)
semantic-delete-overlay-maybe(OVERLAY)
semantic-event-window(EVENT)
semantic-exit-on-input(SYMBOL &rest FORMS)
semantic-find-file-noselect(FILE &optional NOWARN RAWFILE WILDCARDS)
semantic-get-cache-data(NAME &optional POINT)
semantic-install-function-overrides(OVERRIDES &optional TRANSIENT)
semantic-make-local-hook(ARGUMENT)
semantic-make-overlay(BEG END &optional BUFFER FRONT-ADVANCE REAR-ADVANCE)
semantic-map-buffers(FUNCTION)
semantic-map-mode-buffers(FUNCTION MODES)
semantic-menu-item(ARGUMENT)
semantic-overlay-buffer(OVERLAY)
semantic-overlay-delete(OVERLAY)
semantic-overlay-end(OVERLAY)
semantic-overlay-get(OVERLAY PROP)
semantic-overlay-lists()
semantic-overlay-live-p(OVERLAY)
semantic-overlay-move(OVERLAY BEG END &optional BUFFER)
semantic-overlay-next-change(POS)
semantic-overlay-p(OBJECT)
semantic-overlay-previous-change(POS)
semantic-overlay-properties(OVERLAY)
semantic-overlay-put(OVERLAY PROP VALUE)
semantic-overlay-start(OVERLAY)
semantic-overlays-at(POS &optional SORTED)
semantic-overlays-in(BEG END)
semantic-overload-symbol-from-function(NAME)
semantic-popup-menu(MENU &optional POSITION PREFIX FROM-MENU-BAR)
semantic-read-event(&optional PROMPT INHERIT-INPUT-METHOD SECONDS)
semantic-run-mode-hooks(&rest HOOKS)
semantic-safe(FORMAT &rest BODY)
semantic-subst-char-in-string(FROMCHAR TOCHAR STRING &optional INPLACE)
semantic-test-data-cache()
semantic-throw-on-input(FROM)
semantic-varalias-obsolete(OLDVARALIAS NEWVAR WHEN)
semanticdb-without-unloaded-file-searches(FORMS)

Defined faces (0)