;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@34 Whether browse-url is available. (defvar idlwave-help-browse-url-available t (#$ . 408)) (byte-code "\300\301!\210\302\303\304\305\306\307%\210\310\311\304\312\306\303\313\314&\207" [require browse-url custom-declare-group idlwave-online-help nil "Online Help options for IDLWAVE mode." :group idlwave custom-declare-variable idlwave-html-help-pre-v6 "Whether pre or post-v6.0 IDL help documents are being used." :type boolean] 8) (defvar idlwave-html-link-sep (byte-code "\203\301\207\302\207" [idlwave-html-help-pre-v6 "#" "#wp"] 1)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\305\306\307&\207" [custom-declare-variable idlwave-html-system-help-location "help/online_help/" "The directory, relative to `idlwave-system-directory', where the IDL\nHTML help files live, for IDL 6.2 and later. This location, if found,\nis used in preference to the old `idlwave-html-help-location'." :group idlwave-online-help :type directory idlwave-html-help-location (if (memq system-type '(ms-dos windows-nt)) nil "/usr/local/etc/") "The directory where the idl_html_help/ dir lives. Obsolete for IDL\n6.2 or later (see `idlwave-html-system-help-location')."] 8) #@20 Obsolete variable. (defvar idlwave-help-use-hh nil (#$ . 1598)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\305\306\313&\210\300\314\315\316\304\305\306\317&\210\300\320\321\322\304\305\306\323&\210\300\324\325\326\304\305\306\307&\207" [custom-declare-variable idlwave-help-use-assistant t "Whether to use the IDL Assistant as the help browser." :group idlwave-online-help :type boolean idlwave-help-browser-function browse-url-browser-function "Function to use to display HTML help.\nDefaults to `browse-url-browser-function', which see." function idlwave-help-browser-generic-program browse-url-generic-program "Program to run if using `browse-url-generic-program'." (choice (const nil) string) idlwave-help-browser-generic-args (if (boundp 'browse-url-generic-args) browse-url-generic-args "") "Program args to use if using `browse-url-generic-program'." (repeat string) idlwave-help-browser-is-local nil "Whether the browser will display locally in an Emacs window.\nSeveral browsers run and/or display inside Emacs windows, but most are\nexternal programs. If the browser name contains \"-w3\", it is\nassumed to be local to Emacs. For other local browsers, this variable\nmust be explicitly set non-nil in order for the variable\n`idlwave-help-use-dedicated-frame' to function."] 8) #@55 Obsolete variable. See `idlwave-html-help-location'. (defvar idlwave-help-directory "" (#$ . 2927)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\305\306\313&\210\300\314\315\316\304\305\306\317&\210\300\320\321\322\304\305\306\323&\210\300\324\325\326\304\305\306\307&\210\300\327\302\330\304\305\306\307&\210\300\331\332\333\304\305\306\334&\210\300\335\336\337\304\305\306\334&\210\340\341\342\343\304\305%\207" [custom-declare-variable idlwave-help-use-dedicated-frame t "Non-nil means, use a separate frame for Online Help if possible." :group idlwave-online-help :type boolean idlwave-help-frame-parameters '((height . 32) (unsplittable . t)) "The frame parameters for the special Online Help frame.\nSee also `idlwave-help-use-dedicated-frame'.\nIf you do not set the frame width here, the value specified in\n`idlw-help.el' will be used." (repeat (cons symbol sexp)) idlwave-max-popup-menu-items 20 "Maximum number of items per pane in popup menus.\nCurrently only used for class selection during completion help." integer idlwave-extra-help-function 'idlwave-help-with-source "The function to call for online help if the normal help fails.\nOnline help works only for system routines which are described in the\nIDL manuals. A function may be specified to access help from other sources.\n\nThe function must accept four arguments: NAME, TYPE, CLASS, KEYWORD.\nThe Help buffer is current when this function is called, and the help\ntext should be loaded into this buffer. If help is found, the\nfunction should return the buffer position which should be used as\n`window-start' in the help window. Also, the variable\n`idlwave-help-mode-line-indicator' should be set to a useful string,\nwhich will be displayed in the mode line of the help window. If\nshould also set the variable `idlwave-help-min-frame-width' to a\npositive integer. IDLWAVE will ensure that the help frame is at least\nthat many columns wide. Failure to find help should be indicated by\nthrowing an error.\n\nWhen this variable is non-nil, IDLWAVE will allow the mouse-3 help click\nfor every routine and keyword, even though the item may not be highlighted\nin blue (indicating the availability of system documentation).\n\nThe default value for this function is `idlwave-help-with-source' which\nloads the routine source file into the help buffer. If you try to write\na different function which accesses a special help file or so, it is\nprobably a good idea to still call this function as a fallback." symbol idlwave-help-fontify-source-code nil "Non-nil means, fontify source code displayed as help like normal code." idlwave-help-source-try-header "Non-nil means, try to find help in routine header when displaying source.\nRoutines which are not documented in the system manual use their source as\nhelp text. When this variable is non-nil, we try to find a description of\nthe help item in the first routine doclib header above the routine definition.\nIf the variable is nil, or if we cannot find/parse the header, the routine\ndefinition is displayed instead." idlwave-help-doclib-name "name" "A regexp for the heading word to search for in doclib headers\nwhich specifies the `name' section. Can be used for localization\nsupport." string idlwave-help-doclib-keyword "KEYWORD" "A regexp for the heading word to search for in doclib headers\nwhich specifies the `keywords' section. Can be used for localization\nsupport." custom-declare-face idlwave-help-link ((t :inherit link)) "Face for highlighting links into IDLWAVE online help."] 8) #@20 Obsolete variable. (defvar idlwave-help-activate-links-aggressively nil (#$ . 6507)) #@43 The frame for display of IDL online help. (defvar idlwave-help-frame nil (#$ . 6598)) #@38 The default width of the help frame. (defvar idlwave-help-frame-width 102 (#$ . 6690)) #@43 Is the system online help text available? (defvar idlwave-html-help-is-available nil (#$ . 6783)) #@60 Used for the special mode line in the `idlwave-help-mode'. (defvar idlwave-help-mode-line-indicator "" (#$ . 6887)) (defvar idlwave-help-window-configuration nil) (defvar idlwave-help-special-topic-words nil) #@41 The keymap used in `idlwave-help-mode'. (defvar idlwave-help-mode-map (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\314#\210\302\315\314#\210\302\316\317#\210\302\320\321#\210\302\322\323#\210\302\324\325#\210\302\326\327#\210\302\330\327#\210)\207" [map make-sparse-keymap define-key "q" idlwave-help-quit "w" widen " " #[(arg) "\301!\207" [arg scroll-up] 2 nil "p"] " " scroll-up-command [33554464] scroll-down-command [delete] "h" idlwave-help-find-header "H" idlwave-help-find-first-header "." idlwave-help-toggle-header-match-and-def "F" idlwave-help-fontify "\277" idlwave-help-return-to-calling-frame "x"] 4) (#$ . 7102)) #@30 Menu for Help IDLWAVE system (defvar idlwave-help-menu nil (#$ . 7800)) (easy-menu-do-define 'idlwave-help-menu idlwave-help-mode-map "Menu for Help IDLWAVE system" '("IDLHelp" ["Definition <-> Help Text" idlwave-help-toggle-header-match-and-def t] ["Find DocLib Header" idlwave-help-find-header t] ["Find First DocLib Header" idlwave-help-find-first-header t] ["Fontify help buffer" idlwave-help-fontify t] "--" ["Quit" idlwave-help-quit t])) (defvar idlwave-help-mode-hook nil) (byte-code "\300\301N\204\f\302\300\301\303#\210\304\305!\204\302\305\306\307#\210\300\207" [idlwave-help-mode-hook variable-documentation put "Hook run after entering IDLWAVE Help mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" boundp idlwave-help-mode-map definition-name idlwave-help-mode] 4) (defvar idlwave-help-mode-map (make-sparse-keymap)) (byte-code "\301\302N\204\303\301\302\304\305!#\210\306\307!\204\303\307\310\311#\210\312\313 !\210\307\302N\204-\303\307\302\304\314!#\210\306\300!\204B\303\300\310\311#\210\315\316\300\317\"\210!\210\300\302N\204P\303\300\302\304\320!#\210\303\311\321\322#\207" [idlwave-help-mode-abbrev-table idlwave-help-mode-map variable-documentation put purecopy "Keymap for `idlwave-help-mode'." boundp idlwave-help-mode-syntax-table definition-name idlwave-help-mode (lambda (#1=#:def-tmp-var) (defvar idlwave-help-mode-syntax-table #1#)) make-syntax-table "Syntax table for `idlwave-help-mode'." (lambda (#1#) (defvar idlwave-help-mode-abbrev-table #1#)) define-abbrev-table nil "Abbrev table for `idlwave-help-mode'." derived-mode-parent special-mode] 5) #@879 Major mode for displaying IDL Help. This is a VIEW mode for the ASCII version of IDL Help files, with some extras. Its main purpose is speed - so don't expect a fully hyper-linked help. Scrolling: SPC DEL RET Text Searches: Inside Topic: Use Emacs search functions Exit: [q]uit or mouse button 3 will kill the frame When the hep text is a source file, the following commands are available Fontification: [F]ontify the buffer like source code Jump: [h] to function doclib header [H] to file doclib header [.] back and forth between header and definition Here are all keybindings. \{idlwave-help-mode-map} In addition to any hooks its parent mode `special-mode' might have run, this mode runs the hook `idlwave-help-mode-hook', as the final or penultimate step during initialization. (defalias 'idlwave-help-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203\314\311\313\310\313N#\210\315 !\204'\316 \317 \"\210\320\f!\211\2036 \321 =\203<\322\f\323 \"\210)\324'\325\"\204V'(=\204V\326'\325(C#\210\327 !\210\330\f!\210'(\331 \210\332) \"\210\307\211*+\333\334\335\336\337\340\257,\307-\306\341!\210\342!\306\343!\210\342#\306\344!\210\342$)\345\346!\207" [delay-mode-hooks major-mode mode-name idlwave-help-mode-map idlwave-help-mode-syntax-table parent make-local-variable t special-mode idlwave-help-mode "IDLWAVE Help" mode-class put keymap-parent set-keymap-parent current-local-map char-table-parent standard-syntax-table set-char-table-parent syntax-table abbrev-table-get :parents abbrev-table-put use-local-map set-syntax-table buffer-disable-undo easy-menu-add "" mode-line-modified mode-line-buffer-identification ": " idlwave-help-mode-line-indicator " -%-" idlwave-help-def-pos nil idlwave-help-args idlwave-help-in-header run-mode-hooks idlwave-help-mode-hook idlwave-help-mode-abbrev-table local-abbrev-table idlwave-help-menu truncate-lines case-fold-search mode-line-format buffer-read-only] 7 (#$ . 9482) nil]) #@76 Return the help directory where HTML files are, or nil if that is unknown. (defalias 'idlwave-html-help-location #[nil "\304\305 \" ;\203 G\306V\203 \206\307\310!\211\203(\311 !\203( \2028\n\2058\304\312\n\"\311\n!\2058\n*\207" [idlwave-html-system-help-location idlwave-html-help-location help-dir syshelp-dir expand-file-name idlwave-sys-dir 0 getenv "IDLWAVE_HELP_LOCATION" file-directory-p "idl_html_help"] 4 (#$ . 11547)]) (defvar idlwave-help-assistant-available nil) (defalias 'idlwave-help-check-locations #[nil "\304 \305 \306 !\203\203\306!\204\307\310!\210\n\2054\311 \312=?\2054\307\313!\210\314 ?\2054\315\316!*\207" [help-loc sys-dir idlwave-help-use-assistant idlwave-help-browse-url-available idlwave-sys-dir idlwave-html-help-location file-directory-p message "HTML help location not found: try setting `idlwave-system-directory' and/or `idlwave-html-help-location'." idlwave-help-assistant-available t "Cannot locate IDL Assistant, enabling default browser." nil error "browse-url is not available; install it or IDL Assistant to use HTML help"] 2]) #@105 Wrapper around the call to `idlwave-do-context-help1'. It collects and prints the diagnostics messages. (defalias 'idlwave-do-context-help #[(&optional arg) "p`D\306\n\203 \f\232\203 \232\203\307 \202/ \310!\210\205/\311\312\313\314\237\315#\"*\207" [idlwave-help-diagnostics marker idlwave-experimental last-command this-command idlwave-last-context-help-pos nil idlwave-help-select-help-frame idlwave-do-context-help1 message "%s" mapconcat identity "; " arg] 6 (#$ . 12651)]) (defvar idlwave-help-do-class-struct-tag nil) (defvar idlwave-help-do-struct-tag nil) #@62 The work-horse version of `idlwave-context-help', which see. (defalias 'idlwave-do-context-help1 #[(&optional arg) "\212\306f\307\232\203\310u\210\202`Sf\311\232\203\312u\210\306 \313\232\314\212 \306x\210`)\212 \306w\210`)\315\f \"@\316@A\317#B\320\321@\"\205M\f \322ZWC\323\324!\205b\320\325@\"\205b\f \322ZWD\306\211EF\306\211GH\306\211IJ \204\215C\204\310D\204\310\326@!\327\235\204\310\330 E\331\332 8G\333E@!\334\232\203\310\212\335 \210`)\211K`{L\320\336L\"\203\307\337\340\341\310L\"EE\341\310L\"M* \203\323EH\202B\203\350G\342>\204\350BACH\202\320\343@\"\2036\344\310@\"N\345N!O\236P\344\346@\"\211Q\205\347Q!\350P\236A\236AR\351P\236A@)R\203-\352)R\"))CH-\202\320\353@\"\203W\341\310@\"N\316NS\317#A\211)CH*\202G\354=\203\222\355 \204o\356\357e`\360Z]\317#\203\222\361@!T\236P@\227\362PU\351P\236A@\211)U\363EH+\202C\203\352\364@\365\225\"\306\211VWQ\366\331\367 8Q\"\211W\203\346\370W!V\361W!T\236\203\307\371\372!\210\317X\306V\203\332V\362PWB\202\336W\362P\363\306Q\257H+\202D\203\341\310@\"\364@\365\225\"QY\373Y!\210Z[\306\211\211\211Q\257H*\202G\374>\203\374@;\203\374\320\375@\"\203\374\320\376@\"\204\374\f\2067`Sf\307U\204K\212 b\210\377\201\\!)\203\262\201]@E\"\211F\204y\201^\201_\201`\201a\331E8E@\"@\226#\201b\"\210\202\230F:\203\230\201^\201_\201cFG@#\201b\"\210F@F\201d\317CEFC#H\201d\317CE\"I\202 f\360\232\203\306\201d\317CE\"H\202\201]@E\"\211F:\203\332F@F\201d\317CEFC#H\317@\340\306FI\201d\317CE\"J\202\201d\317CE\"HJ\203?\201e1\201f\201gH\"0\202z\210\201h12\201f\201gI\"0\202z\210\201f\201gJ\"\202zI\203d\201i1W\201f\201gH\"0\202z\210\201f\201gI\"\202zH\203u\201f\201gH\"\202z\371\201j!.\207" [idlwave-query-class arg idlwave-force-class-query chars beg end nil 47 1 61 -1 (4) "a-zA-Z0-9_$.!" buffer-substring-no-properties assoc-string t string-match "self\\." 4 fboundp idlwave-complete-structure-tag "\\`\\([^.]+\\)\\." string-to-char (33 46) idlwave-what-module-find-class 2 idlwave-where idlwave-downcase-safe "obj_new" idlwave-beginning-of-statement "OBJ_NEW([ ]*['\"]\\([a-zA-Z][a-zA-Z0-9$_]+\\)['\"]" "init" fun match-string (function-keyword procedure-keyword) "\\`!\\([a-zA-Z0-9_]+\\)\\(\\.\\([A-Za-z0-9_]+\\)\\)?" match-string-no-properties idlwave-sintern-sysvar 3 idlwave-sintern-sysvartag tags link idlwave-substitute-link-target "^\\.\\([A-Z_]+\\)" class idlwave-in-quote re-search-backward "\\\\)" "\\|" "\\(__define\\)?" "\\)" "\\(^;+\\*?[ ]*" "\\([ ]*:\\|[ ]*$\\)[ ]*\\(\n;+[ ]*\\)*" "\\|^;+[ ]*" ":[ ]*$\\)" "\\(" "\\).*\n\\(^;+.*\n\\)*\\(" "^;+\\*?[ ]*\\([-A-Z_ ]*" "[-A-Z_ ]*\\)\\(:\\|[ ]*\n\\)" "^;+[ ]+\\(/" "[ ]*[-=:\n]\\)" "^;+[ ]+" "\\>" nil exit re-search-forward 0 idlwave-help-diagnostics format "Could not find description of kwd %s" throw "Could not find doclib header" idlwave-doclib-start header-re idlwave-help-doclib-keyword kwds-re keyword kwd-re kwd-re2 dstart dend name-pos kwds-pos kwd-pos idlwave-doclib-end exact] 9 (#$ . 26398)]) #@84 Add a diagnostics string to the list. When DING is non-nil, ring the bell as well. (defalias 'idlwave-help-diagnostics #[(string &optional ding) "\303\301!\205 B\n\205\302 \207" [string idlwave-help-diagnostics ding boundp] 2 (#$ . 29227)]) (defalias 'idlwave-help-toggle-header-top-and-def #[(arg) "\304 \203 \304\n\202-\305 @ A@\306 8\304$\211\203\"\307\202-\310\311\312\306 8 @\"\"\210\2057b\210\313\314!)\207" [pos idlwave-help-in-header idlwave-help-def-pos idlwave-help-args nil idlwave-help-find-in-doc-header 2 t error "Cannot find doclib header for routine %s" idlwave-make-full-name recenter 0] 6 nil "P"]) (defalias 'idlwave-help-find-first-header #[(arg) "\302\212eb\210\303 \302\304#\203\305\224)\203b\210\306\305!\202\"\307\310!)\207" [pos idlwave-doclib-start nil re-search-forward t 0 recenter error "No DocLib Header in current file"] 4 nil "P"]) #@28 Jump to the DocLib Header. (defalias 'idlwave-help-find-header #[(arg) "\203\302\303!\207\303\304\305\"\207" [arg idlwave-help-in-header idlwave-help-find-first-header nil idlwave-help-toggle-header-match-and-def top] 3 (#$ . 30124) "P"]) (defalias 'idlwave-help-toggle-header-match-and-def #[(arg &optional top) "\306 \203\306\f\2029\307\310 \203\"\n@\nA@\311\n8\306F\202#\n\"\211\203.\312\2029\313\314\315\3118@\"\"\210 \205C b\210\316\317!*\207" [idlwave-help-args pos args idlwave-help-in-header idlwave-help-def-pos top nil apply idlwave-help-find-in-doc-header 2 t error "Cannot find doclib header for routine %s" idlwave-make-full-name recenter 0] 7 nil "P"]) #@139 Fontify the Help buffer as source code. Useful when source code is displayed as help. See the option `idlwave-help-fontify-source-code'. (defalias 'idlwave-help-fontify #[nil "\306\307!\2050\310\311\312!\205\313 p\314\216\315\f!\210\316\317!\210 \320\321!\203-\321 \202/\322 -\207" [font-lock-verbose major-mode #1=#:buffer #2=#:table idlwave-mode-syntax-table idlwave-font-lock-defaults featurep font-lock idlwave-mode called-interactively-p interactive syntax-table #[nil "rq\210\302 !)\207" [#1# #2# set-syntax-table] 2] set-syntax-table make-local-variable font-lock-defaults fboundp font-lock-ensure font-lock-fontify-buffer] 3 (#$ . 30820) nil]) (defalias 'idlwave-help-error #[(name type class keyword) "\304\305\204\n \203\306 \"\206\307\n\203\310\311\n\226\"\202\312 \203'\312\202(\313$\207" [class name keyword idlwave-html-help-location error "Can't find help on %s%s %s" idlwave-make-full-name "" format ", keyword %s" "" "(help location unknown)"] 6]) #@48 Show the help frame, creating it if necessary. (defalias 'idlwave-help-show-help-frame #[nil "\304!\204\"\305 !\306\307!\203\310B\307 \n\"\210)\202\"\311\312\"\210\313!\207" [idlwave-help-frame idlwave-help-frame-parameters sval default-toolbar-visible-p frame-live-p make-frame fboundp set-specifier nil modify-frame-parameters ((tool-bar-lines . 0)) select-frame] 3 (#$ . 31827)]) #@62 Return the IDLWAVE Help buffer. Make it first if necessary. (defalias 'idlwave-help-get-help-buffer #[nil "\301\302!\211\204\303\302!rq\210\304 \210))\207" [buf get-buffer "*IDLWAVE Help*" get-buffer-create idlwave-help-mode] 3 (#$ . 32226)]) (defalias 'idlwave-grep #[(regexp list) "\303 \203\304\n @\"\203 @B A\211\204\237)\207" [rtn list regexp nil string-match] 4]) (defalias 'idlwave-entry-has-help #[(entry) "\205\3018@\207" [entry 5] 2]) #@41 Does this have help associated with it? (defalias 'idlwave-has-help #[(name type class) "\304 \n\305 $\306 !)\207" [name type class entry idlwave-best-rinfo-assoc idlwave-routines idlwave-entry-has-help] 5 (#$ . 32699)]) (defvar idlwave-help-assistant-process nil) (defvar idlwave-help-assistant-socket nil) #@85 The command, rooted at `idlwave-system-directory', which invokes the IDL assistant. (defvar idlwave-help-assistant-command (byte-code "\301>\203\302\207\303\207" [system-type (ms-dos windows-nt) "bin/bin.x86/idl_assistant.exe" "bin/idl_assistant"] 2) (#$ . 33015)) (defalias 'idlwave-help-assistant-available #[nil "\203\301=\207\302\303 !\203\301\202\304\211\207" [idlwave-help-assistant-available t file-executable-p idlwave-help-assistant-command not-available] 2]) (defalias 'idlwave-help-assistant-command #[nil "\301\302 \"\207" [idlwave-help-assistant-command expand-file-name idlwave-sys-dir] 3]) #@61 Start the IDL Assistant, loading link FULL-LINK, if passed. (defalias 'idlwave-help-assistant-start #[(&optional full-link) "\203 \306!\307=?\205\204\310 \311  \312>\205\313\314\315 \"D\f\205&\316\fD\244\317%\2033\320!\210\321\322\323\317\n\324 &&\325&\326\"\210\327&\330\"\204P\331\332!\210%\204[\331\333!\202\203\325&\317\"\210\334\335\317\336%$\306!\307=\203}\337\340 \341Q\"\210\342\202\203\343 \210\331\344!,\207" [idlwave-help-assistant-socket help-loc command system-type full-link extra-args process-status open idlwave-html-help-location idlwave-help-assistant-command (ms-dos windows-nt) "-profile" expand-file-name "idl.adp" "-file" nil delete-process apply start-process "IDL_ASSISTANT_PROC" "-server" set-process-filter #[(proc string) "\302!\211\207" [string port string-to-number] 2] accept-process-output 15 error "Failed binding IDL_ASSISTANT socket" "Unable to open IDL_ASSISTANT" open-network-stream "IDL_ASSISTANT_SOCK" "localhost" process-send-string "setHelpPath " "\n" t idlwave-help-assistant-close "Cannot communicate with IDL_ASSISTANT" port idlwave-help-assistant-process] 7 (#$ . 33639)]) (defalias 'idlwave-help-assistant-raise #[nil "\301 \210\302\303\"\207" [idlwave-help-assistant-socket idlwave-help-assistant-start process-send-string "raise\n"] 3]) (defalias 'idlwave-help-assistant-open-link #[(&optional link) "\306 \307\211\211\211\211\211\310\311\"\203*\312\313\211\224#\312\313\225\"\202.\314\315!\210\316 \317P\"\320 !\203A\321\202N\316 \226\317P\"\320 ! \fP\322 \205X! \203w\n\204k\323\324\325Q\"\210\323\326 \325Q\"\210\202\200\323\327 \325Q\"\210.\330 \207" [full-link exists just-started file anchor topic idlwave-html-help-location nil string-match "\\.html" substring 0 error "Malformed help link" expand-file-name ".html" file-exists-p t idlwave-help-assistant-start process-send-string "openLink " "\n" "searchIndexNoOpen " "searchIndexAndOpen " idlwave-help-assistant-raise help-loc link idlwave-help-assistant-socket] 7]) #@58 The history of help topics selected with the minibuffer. (defvar idlwave-help-assistant-help-with-topic-history nil (#$ . 35693)) #@41 Prompt for and provide help with TOPIC. (defalias 'idlwave-help-assistant-help-with-topic #[(&optional topic) "\305 \204\306 \210\307\310\311\n\"\310\312 \"\f#\313\314\305\211\211\315& \205/ \316\230?\205/\317 \320P!)\207" [list topic idlwave-system-routines idlwave-executive-commands-alist idlwave-system-class-info nil idlwave-routines append mapcar #[(x) "\3018@P\207" [x 2] 2] #[(x) "\301@P\207" [x "."] 2] idlwave-completing-read "Help Topic: " idlwave-help-assistant-help-with-topic-history "" idlwave-help-assistant-open-link ".html"] 7 (#$ . 35829) nil]) (defalias 'idlwave-help-assistant-close #[nil "\205&\302!\303=\205& \203\304 \305\"\210\306 !\210\307!\210\306!\210\310\211\211\207" [idlwave-help-assistant-process idlwave-help-assistant-socket process-status run process-send-string "quit\n" delete-process stop-process nil] 4]) (byte-code "\300\301!\210\300\302!\207" [provide idlw-help idlwave-help] 2)