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 [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:12:44 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.26.2.1 
emacs/lisp/progmodes/idlwave.el:3.26.2.2
*** emacs/lisp/progmodes/idlwave.el:3.26.2.1    Fri Apr 16 12:50:35 2004
--- emacs/lisp/progmodes/idlwave.el     Thu Nov  4 08:55:38 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]