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: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Fri, 25 Mar 2005 05:06:24 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.38 
emacs/lisp/progmodes/idlwave.el:3.39
*** emacs/lisp/progmodes/idlwave.el:3.38        Fri Mar 25 08:47:00 2005
--- emacs/lisp/progmodes/idlwave.el     Fri Mar 25 10:06:23 2005
***************
*** 585,591 ****
  (defcustom idlwave-completion-show-classes 1
    "*Number of classes to show when completing object methods and keywords.
  When completing methods or keywords for an object with unknown class,
! the *Completions* buffer will show the legal classes for each completion
  like this:
  
  MyMethod <Class1,Class2,Class3>
--- 585,591 ----
  (defcustom idlwave-completion-show-classes 1
    "*Number of classes to show when completing object methods and keywords.
  When completing methods or keywords for an object with unknown class,
! the *Completions* buffer will show the valid classes for each completion
  like this:
  
  MyMethod <Class1,Class2,Class3>
***************
*** 5338,5344 ****
  
  (defun idlwave-complete (&optional arg module class)
    "Complete a function, procedure or keyword name at point.
! This function is smart and figures out what can be legally completed
  at this point.
  - At the beginning of a statement it completes procedure names.
  - In the middle of a statement it completes function names.
--- 5338,5344 ----
  
  (defun idlwave-complete (&optional arg module class)
    "Complete a function, procedure or keyword name at point.
! This function is smart and figures out what can be completed
  at this point.
  - At the beginning of a statement it completes procedure names.
  - In the middle of a statement it completes function names.
***************
*** 7729,7735 ****
      keywords))
  
  (defun idlwave-expand-keyword (keyword module)
!   "Expand KEYWORD to one of the legal keyword parameters of MODULE.
  KEYWORD may be an exact match or an abbreviation of a keyword.
  If the match is exact, KEYWORD itself is returned, even if there may be other
  keywords of which KEYWORD is an abbreviation.  This is necessary because some
--- 7729,7735 ----
      keywords))
  
  (defun idlwave-expand-keyword (keyword module)
!   "Expand KEYWORD to one of the valid keyword parameters of MODULE.
  KEYWORD may be an exact match or an abbreviation of a keyword.
  If the match is exact, KEYWORD itself is returned, even if there may be other
  keywords of which KEYWORD is an abbreviation.  This is necessary because some




reply via email to

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