comparison man/idlwave.texi @ 36335:a74d5c25210c

(Introduction): Remove doubled `routines'. (Configuration Examples): Remove doubled `with'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Feb 2001 12:48:59 +0000
parents f6ba7a00b9e1
children e8db5e28d0d1
comparison
equal deleted inserted replaced
36334:86322cde2e42 36335:a74d5c25210c
212 Code indentation and formatting. 212 Code indentation and formatting.
213 @item 213 @item
214 Font-lock support on three levels. 214 Font-lock support on three levels.
215 @item 215 @item
216 Display of calling sequence and keywords of more than 1000 IDL 216 Display of calling sequence and keywords of more than 1000 IDL
217 routines routines and any routines in your local IDL library. 217 routines and any routines in your local IDL library.
218 @item 218 @item
219 Name space conflict search. 219 Name space conflict search.
220 @item 220 @item
221 Fast context-sensitive online help. 221 Fast context-sensitive online help.
222 @item 222 @item
2657 (setq case-fold-search nil) ; Make searches case sensitive 2657 (setq case-fold-search nil) ; Make searches case sensitive
2658 ;; Run other functions here 2658 ;; Run other functions here
2659 (font-lock-mode 1) ; Turn on font-lock mode 2659 (font-lock-mode 1) ; Turn on font-lock mode
2660 (idlwave-auto-fill-mode 0) ; Turn off auto filling 2660 (idlwave-auto-fill-mode 0) ; Turn off auto filling
2661 ;; 2661 ;;
2662 ;; Pad with with 1 space (if -n is used then make the 2662 ;; Pad with 1 space (if -n is used then make the
2663 ;; padding a minimum of n spaces.) The defaults use -1 2663 ;; padding a minimum of n spaces.) The defaults use -1
2664 ;; instead of 1. 2664 ;; instead of 1.
2665 (idlwave-action-and-binding "=" '(idlwave-expand-equal 1 1)) 2665 (idlwave-action-and-binding "=" '(idlwave-expand-equal 1 1))
2666 (idlwave-action-and-binding "<" '(idlwave-surround 1 1)) 2666 (idlwave-action-and-binding "<" '(idlwave-surround 1 1))
2667 (idlwave-action-and-binding ">" '(idlwave-surround 1 1 '(?-))) 2667 (idlwave-action-and-binding ">" '(idlwave-surround 1 1 '(?-)))