File: idlw-help.el.html
The help link information for IDLWAVE's online help feature for system routines is extracted automatically from the IDL documentation, and is available, along with general routine information, in the file idlw-rinfo.el. The HTML help file themselves are not distributable with Emacs, but are available, along with new versions of IDLWAVE, documentation, and more information, at:
https://github.com/jdtsmith/idlwave
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Defined variables (31)
idlwave-extra-help-function | The function to call for online help if the normal help fails. |
idlwave-help-activate-links-aggressively | Obsolete variable. |
idlwave-help-assistant-command | The command, rooted at ‘idlwave-system-directory’, which invokes the |
idlwave-help-assistant-help-with-topic-history | The history of help topics selected with the minibuffer. |
idlwave-help-browser-function | Function to use to display HTML help. |
idlwave-help-browser-generic-args | Program args to use if using ‘browse-url-generic-program’. |
idlwave-help-browser-generic-program | Program to run if using ‘browse-url-generic-program’. |
idlwave-help-browser-is-local | Whether the browser will display locally in an Emacs window. |
idlwave-help-directory | Obsolete variable. See ‘idlwave-html-help-location’. |
idlwave-help-doclib-keyword | A regexp for the heading word to search for in doclib headers |
idlwave-help-doclib-name | A regexp for the heading word to search for in doclib headers |
idlwave-help-fontify-source-code | Non-nil means, fontify source code displayed as help like normal code. |
idlwave-help-frame | The frame for display of IDL online help. |
idlwave-help-frame-parameters | The frame parameters for the special Online Help frame. |
idlwave-help-frame-width | The default width of the help frame. |
idlwave-help-menu | Menu for Help IDLWAVE system. |
idlwave-help-mode-abbrev-table | Abbrev table for ‘idlwave-help-mode’. |
idlwave-help-mode-hook | Hook run after entering ‘idlwave-help-mode’. |
idlwave-help-mode-line-indicator | Used for the special mode line in the ‘idlwave-help-mode’. |
idlwave-help-mode-map | The keymap used in ‘idlwave-help-mode’. |
idlwave-help-mode-syntax-table | Syntax table for ‘idlwave-help-mode’. |
idlwave-help-return-frame | The frame to return to from the help frame. |
idlwave-help-source-try-header | Non-nil means, try to find help in routine header when displaying source. |
idlwave-help-use-assistant | Whether to use the IDL Assistant as the help browser. |
idlwave-help-use-dedicated-frame | Non-nil means, use a separate frame for Online Help if possible. |
idlwave-help-use-hh | Obsolete variable. |
idlwave-html-help-is-available | Is the system online help text available? |
idlwave-html-help-location | The directory where the idl_html_help/ dir lives. |
idlwave-html-help-pre-v6 | Whether pre or post-v6.0 IDL help documents are being used. |
idlwave-html-system-help-location | The directory, relative to ‘idlwave-system-directory’, where the IDL |
idlwave-max-popup-menu-items | Maximum number of items per pane in popup menus. |
Defined functions (32)
Defined faces (1)
idlwave-help-link | Face for highlighting links into IDLWAVE online help. |