emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Mon, 01 Nov 2004 02:57:57 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.29 
emacs/lisp/progmodes/idlwave.el:3.30
*** emacs/lisp/progmodes/idlwave.el:3.29        Sat Apr 10 05:55:48 2004
--- emacs/lisp/progmodes/idlwave.el     Mon Nov  1 07:39:44 2004
***************
*** 4231,4237 ****
  
  
  (defvar idlwave-load-rinfo-idle-timer)
! (defun idlwave-update-routine-info (&optional arg)
    "Update the internal routine-info lists.
  These lists are used by `idlwave-routine-info' (\\[idlwave-routine-info])
  and by `idlwave-complete' (\\[idlwave-complete]) to provide information
--- 4231,4237 ----
  
  
  (defvar idlwave-load-rinfo-idle-timer)
! (defun idlwave-update-routine-info (&optional arg dont-concentrate)
    "Update the internal routine-info lists.
  These lists are used by `idlwave-routine-info' (\\[idlwave-routine-info])
  and by `idlwave-complete' (\\[idlwave-complete]) to provide information
***************
*** 4248,4257 ****
  When an IDL shell is running, this command also queries the IDL program
  for currently compiled routines.
  
  With prefix ARG, also reload the system and library lists.
  With two prefix ARG's, also rescans the library tree.
  With three prefix args, dispatch asynchronous process to do the update."
!   (interactive "P")
    ;; Stop any idle processing
    (if (or (and (fboundp 'itimerp)
               (itimerp idlwave-load-rinfo-idle-timer))
--- 4248,4259 ----
  When an IDL shell is running, this command also queries the IDL program
  for currently compiled routines.
  
+ ???Document what DONT-CONCENTRATE means???
+ 
  With prefix ARG, also reload the system and library lists.
  With two prefix ARG's, also rescans the library tree.
  With three prefix args, dispatch asynchronous process to do the update."
!   (interactive "P\np")
    ;; Stop any idle processing
    (if (or (and (fboundp 'itimerp)
               (itimerp idlwave-load-rinfo-idle-timer))
***************
*** 4300,4306 ****
                             idlwave-query-shell-for-routine-info)))
  
        (if (or (not ask-shell)
!               (not (interactive-p)))
            ;; 1. If we are not going to ask the shell, we need to do the
            ;;    concatenation now.
            ;; 2. When this function is called non-interactively, it means
--- 4302,4308 ----
                             idlwave-query-shell-for-routine-info)))
  
        (if (or (not ask-shell)
!               (not dont-concentrate))
            ;; 1. If we are not going to ask the shell, we need to do the
            ;;    concatenation now.
            ;; 2. When this function is called non-interactively, it means




reply via email to

[Prev in Thread] Current Thread [Next in Thread]