emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/idlwave.texi,v


From: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/man/idlwave.texi,v
Date: Fri, 27 Apr 2007 18:55:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     John-David T. Smith <jdsmith>   07/04/27 18:55:50

Index: idlwave.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/idlwave.texi,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- idlwave.texi        15 Apr 2007 20:57:15 -0000      1.44
+++ idlwave.texi        27 Apr 2007 18:55:50 -0000      1.45
@@ -9,16 +9,13 @@
 @synindex ky cp
 @syncodeindex vr cp
 @syncodeindex fn cp
address@hidden VERSION 6.0
address@hidden EDITION 6.0
address@hidden IDLVERSION 6.2
address@hidden NSYSROUTINES 1966
address@hidden DATE Feb, 2006
address@hidden VERSION 6.1
address@hidden EDITION 6.1
address@hidden IDLVERSION 6.3
address@hidden NSYSROUTINES 4346
address@hidden DATE April, 2007
 @set AUTHOR J.D. Smith & Carsten Dominik
address@hidden AUTHOREMAIL jdsmith@@as.arizona.edu
 @set MAINTAINER J.D. Smith
address@hidden MAINTAINEREMAIL jdsmith@@as.arizona.edu
address@hidden IDLWAVEHOMEPAGE http://idlwave.org/
 @c %**end of header
 @finalout
 
@@ -320,6 +317,9 @@
 @tab Re-indent all lines in the current statement.
 @item @address@hidden
 @tab Start a continuation line, splitting the current line at point.
address@hidden @kbd{M-;}
address@hidden Start new comment at line beginning or after code, or (un)comment
+highlighted region.
 @item @kbd{M-q}
 @tab Fill the current comment paragraph.
 @item @kbd{C-c ?}
@@ -354,6 +354,8 @@
 @tab Complete a procedure name, function name or keyword in the shell buffer.
 @item @kbd{C-c C-d C-c}
 @tab Save and compile the source file in the current buffer.
address@hidden @kbd{C-c C-d C-e}
address@hidden Compile and run the current region.
 @item @kbd{C-c C-d C-x}
 @tab Go to next syntax error.
 @item @kbd{C-c C-d C-v}
@@ -2954,6 +2956,13 @@
 been set (or you give two prefix arguments), the last command on the
 @code{comint} input history is sent.
 
address@hidden C-c C-d C-e
address@hidden Compiling regions
+For quickly compiling and running the currently marked region as a main
+level program @kbd{C-c C-d C-e} (@code{idlwave-shell-run-region}) is
+very useful.  A temporary file is created holding the contents of the
+current region (with @code{END} appended), and run from the shell.
+
 @node Walking the Calling Stack, Electric Debug Mode, Compiling Programs, 
Debugging IDL Programs
 @subsection Walking the Calling Stack
 @cindex Calling stack, walking
@@ -3439,7 +3448,7 @@
 @item
 It has a @emph{builtin list} with information about the routines IDL
 ships with.  IDLWAVE @value{VERSION} is distributed with a list of
address@hidden routines, reflecting IDL version
address@hidden routines and object methods, reflecting IDL version
 @value{IDLVERSION}.  As of IDL v6.2, the routine info is distributed
 directly with IDL in the form of an XML catalog which IDLWAVE scans.
 Formerly, this list was created by scanning the IDL manuals to produce
@@ -4062,7 +4071,7 @@
 Here is an example of the additional configuration needed for a Windows
 system.  I am assuming that IDLWAVE has been installed in
 @address@hidden:\Program Files\IDLWAVE}} and that IDL is installed in
address@hidden@samp{C:\RSI\IDL62}}.
address@hidden@samp{C:\RSI\IDL63}}.
 
 @lisp
 ;; location of the lisp files (only needed if IDLWAVE is not part of
@@ -4072,10 +4081,10 @@
 ;; The location of the IDL library directories, both standard,  and your own.
 ;; note that the initial "+" expands the path recursively
 (setq idlwave-library-path
-        '("+c:/RSI/IDL55/lib/" "+c:/path/to/my/idllibs" ))
+        '("+c:/RSI/IDL63/lib/" "+c:/path/to/my/idllibs" ))
 
 ;; location of the IDL system directory (try "print,!DIR")
-(setq idlwave-system-directory "c:/RSI/IDL62/")
+(setq idlwave-system-directory "c:/RSI/IDL63/")
 
 @end lisp
 




reply via email to

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