| Server IP : 217.160.0.212 / Your IP : 216.73.216.250 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/cedet/ede/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. (require 'srecode) #@29 Initialize Srecode for EDE. (defalias 'ede-srecode-setup #[0 "\300\301!\210\300\302!\210\303\304!\210\305\306!\210\305\306\307\"\210\305\310!\210\305\310\307\"\207" [require srecode/map srecode/find srecode-map-update-map t srecode-load-tables-for-mode makefile-mode ede autoconf-mode] 3 (#$ . 103)]) #@250 Insert TEMPLATE after executing FORMS with a dictionary. TEMPLATE should specify a context by using a string format of: context:templatename Locally binds the variable DICT to a dictionary which can be updated in FORMS. (fn TEMPLATE &rest FORMS) (defalias 'ede-srecode-insert-with-dictionary '(macro . #[385 "\300\301\302\303\304\305BBBDD\306\307\310\311\312BBBE\313\314B\315BBBBB\207" [let* (dict (srecode-create-dictionary)) temp srecode-template-get-table (srecode-table) (nil 'ede) when (not temp) error "EDE template %s for %s not found!" (major-mode) (srecode-resolve-arguments temp dict) progn ((srecode-insert-fcn temp dict))] 10 (#$ . 411)])) #@294 Insert at the current point TEMPLATE. TEMPLATE should specify a context by using a string format of: context:templatename Add DICTIONARY-ENTRIES into the dictionary before insertion. Note: Just like `srecode-insert', but templates found in `ede' app. (fn TEMPLATE &rest DICTIONARY-ENTRIES) (defalias 'ede-srecode-insert #[385 "\301\302!\210\303 \304\305 \306\307$\211\204 \310\311#\210\312\"\210\2031 \313@A@#\210AA\262\202 \314\"\207" [major-mode require srecode/insert srecode-create-dictionary srecode-template-get-table srecode-table nil ede error "EDE template %s for %s not found!" srecode-resolve-arguments srecode-dictionary-set-value srecode-insert-fcn] 8 (#$ . 1078)]) (provide 'ede/srecode)