Searched +refs:idlwave +refs:local +refs:value (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el0 ;; idlwave.el --- IDL editing mode for GNU Emacs
44 ;; See the mode description ("C-h m" in idlwave-mode or "C-h f idlwave-mode")
46 ;; Also, Info format documentation is available with `M-x idlwave-info'
50 ;; http://idlwave.org
59 ;; (autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t)
60 ;; (autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t)
61 ;; (setq auto-mode-alist (cons '("\\.pro\\'" . idlwave-mode) auto-mode-alist))
70 ;; http://idlwave
185 (defgroup idlwave nil function
[all...]
H A Didlw-shell.el42 ;; Documentation should be available online with `M-x idlwave-info'.
46 ;; http://idlwave.org
55 ;; (autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t)
64 ;; http://idlwave.org
88 ;; `M-x idlwave-customize'.
97 (require 'idlwave)
101 (defvar idlwave-shell-have-new-custom nil)
109 (setq idlwave-shell-have-new-custom t)
112 (defmacro defcustom (var value doc &rest args)
113 `(defvar ,var ,value ,do
[all...]

Completed in 105 milliseconds