;;; loaddefs.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- ;; Generated by the `loaddefs-generate' function. ;; This file is part of GNU Emacs. ;;; Code: ;;; Generated autoloads from compile.el (autoload 'srecode-compile-templates "srecode/compile" "\ Compile a semantic recode template file into a mode-local variable." t) ;;; Generated autoloads from cpp.el (autoload 'srecode-semantic-handle-:c "srecode/cpp" "\ Add macros into the dictionary DICT based on the current C file. Adds the following: FILENAME_SYMBOL - filename converted into a C compat symbol. HEADER - Shown section if in a header file. (fn DICT)") (autoload 'srecode-semantic-handle-:cpp "srecode/cpp" "\ Add macros into the dictionary DICT based on the current c file. Calls `srecode-semantic-handle-:c'. Also adds the following: - nothing - (fn DICT)") ;;; Generated autoloads from document.el (autoload 'srecode-document-insert-comment "srecode/document" "\ Insert some comments. Whack any comments that may be in the way and replace them. If the region is active, then insert group function comments. If the cursor is in a comment, figure out what kind of comment it is and replace it. If the cursor is in a function, insert a function comment. If the cursor is on a one line prototype, then insert post-fcn comments." t) (autoload 'srecode-document-insert-function-comment "srecode/document" "\ Insert or replace a function comment. FCN-IN is the Semantic tag of the function to add a comment too. If FCN-IN is not provided, the current tag is used instead. It is assumed that the comment occurs just in front of FCN-IN. (fn &optional FCN-IN)" t) (autoload 'srecode-document-insert-variable-one-line-comment "srecode/document" "\ Insert or replace a variable comment. VAR-IN is the Semantic tag of the function to add a comment too. If VAR-IN is not provided, the current tag is used instead. It is assumed that the comment occurs just after VAR-IN. (fn &optional VAR-IN)" t) (autoload 'srecode-document-insert-group-comments "srecode/document" "\ Insert group comments around the active between BEG and END. If the region includes only parts of some tags, expand out to the beginning and end of the tags on the region. If there is only one tag in the region, complain. (fn BEG END)" t) ;;; Generated autoloads from el.el (autoload 'srecode-semantic-handle-:el "srecode/el" "\ Add macros into the dictionary DICT based on the current Emacs Lisp file. Adds the following: PRENAME - The common name prefix of this file. (fn DICT)") (autoload 'srecode-semantic-handle-:el-custom "srecode/el" "\ Add macros into the dictionary DICT based on the current Emacs Lisp file. Adds the following: GROUP - The `defgroup' name we guess you want for variables. FACEGROUP - The `defgroup' name you might want for faces. (fn DICT)") ;;; Generated autoloads from expandproto.el (autoload 'srecode-insert-prototype-expansion "srecode/expandproto" "\ Insert get/set methods for the current class." t) ;;; Generated autoloads from getset.el (autoload 'srecode-insert-getset "srecode/getset" "\ Insert get/set methods for the current class. CLASS-IN is the semantic tag of the class to update. FIELD-IN is the semantic tag, or string name, of the field to add. If you do not specify CLASS-IN or FIELD-IN then a class and field will be derived. (fn &optional CLASS-IN FIELD-IN)" t) ;;; Generated autoloads from insert.el (autoload 'srecode-insert "srecode/insert" "\ Insert the template TEMPLATE-NAME into the current buffer at point. DICT-ENTRIES are additional dictionary values to add. (fn TEMPLATE-NAME &rest DICT-ENTRIES)" t) ;;; Generated autoloads from java.el (autoload 'srecode-semantic-handle-:java "srecode/java" "\ Add macros into the dictionary DICT based on the current java file. Adds the following: FILENAME_AS_PACKAGE - file/dir converted into a java package name. FILENAME_AS_CLASS - file converted to a Java class name. (fn DICT)") ;;; Generated autoloads from map.el (autoload 'srecode-get-maps "srecode/map" "\ Get a list of maps relevant to the current buffer. Optional argument RESET forces a reset of the current map. (fn &optional RESET)" t) ;;; Generated autoloads from mode.el (autoload 'srecode-minor-mode "srecode/mode" "\ Toggle srecode minor mode. The minor mode can be turned on only if semantic feature is available and the current buffer was set up for parsing. Return non-nil if the minor mode is enabled. \\{srecode-mode-map} This is a minor mode. If called interactively, toggle the `Srecode minor mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `srecode-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. (fn &optional ARG)" t) (defvar global-srecode-minor-mode nil "\ Non-nil if Global Srecode minor mode is enabled. See the `global-srecode-minor-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-srecode-minor-mode'.") (custom-autoload 'global-srecode-minor-mode "srecode/mode" nil) (autoload 'global-srecode-minor-mode "srecode/mode" "\ Toggle global use of srecode minor mode. This is a global minor mode. If called interactively, toggle the `Global Srecode minor mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is `toggle'. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `(default-value \\='global-srecode-minor-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. (fn &optional ARG)" t) ;;; Generated autoloads from srt.el (autoload 'srecode-semantic-handle-:srt "srecode/srt" "\ Add macros into the dictionary DICT based on the current SRT file. Adds the following: ESCAPE_START - This files value of escape_start ESCAPE_END - This files value of escape_end MODE - The mode of this buffer. If not declared yet, guess. (fn DICT)") ;;; Generated autoloads from template.el (autoload 'srecode-template-setup-parser "srecode/template" "\ Setup buffer for parse.") ;;; Generated autoloads from texi.el (autoload 'srecode-semantic-handle-:texi "srecode/texi" "\ Add macros into the dictionary DICT based on the current texinfo file. Adds the following: LEVEL - chapter, section, subsection, etc NEXTLEVEL - One below level (fn DICT)") (autoload 'srecode-semantic-handle-:texitag "srecode/texi" "\ Add macros into the dictionary DICT based on the current :tag file. Adds the following: TAGDOC - Texinfo formatted doc string for :tag. (fn DICT)") ;;; End of scraped data (provide 'loaddefs) ;; Local Variables: ;; version-control: never ;; no-update-autoloads: t ;; no-native-compile: t ;; coding: utf-8-emacs-unix ;; End: ;;; loaddefs.el ends here