comparison man/idlwave.texi @ 36161:f6ba7a00b9e1

Upcase "mouse" in @kbd.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 17:34:12 +0000
parents 652e7327d016
children a74d5c25210c
comparison
equal deleted inserted replaced
36160:2f0f137c2d1a 36161:f6ba7a00b9e1
1070 file header, IDLWAVE shows the header. Otherwise the routine definition 1070 file header, IDLWAVE shows the header. Otherwise the routine definition
1071 statement (@code{pro}/@code{function}) is shown. 1071 statement (@code{pro}/@code{function}) is shown.
1072 1072
1073 @kindex M-? 1073 @kindex M-?
1074 In any IDL program, press @kbd{M-?} (@code{idlwave-context-help}) or 1074 In any IDL program, press @kbd{M-?} (@code{idlwave-context-help}) or
1075 click with @kbd{S-mouse-3} to access context sensitive online help. The 1075 click with @kbd{S-Mouse-3} to access context sensitive online help. The
1076 following locations are recognized as context: 1076 following locations are recognized as context:
1077 1077
1078 @cindex Context, for online help 1078 @cindex Context, for online help
1079 @multitable @columnfractions .25 .75 1079 @multitable @columnfractions .25 .75
1080 @item @i{Routine name} 1080 @item @i{Routine name}
1106 which online help can be accessed. 1106 which online help can be accessed.
1107 1107
1108 @itemize @bullet 1108 @itemize @bullet
1109 @item 1109 @item
1110 Online help for routines and keywords can be accessed through the 1110 Online help for routines and keywords can be accessed through the
1111 Routine Info display. Click with @kbd{mouse-3} on an item to see the 1111 Routine Info display. Click with @kbd{Mouse-3} on an item to see the
1112 corresponding help (@pxref{Routine Info}). 1112 corresponding help (@pxref{Routine Info}).
1113 @item 1113 @item
1114 When using completion and Emacs pops up a window with possible 1114 When using completion and Emacs pops up a window with possible
1115 completions, clicking with @kbd{mouse-3} on a completion item invokes 1115 completions, clicking with @kbd{Mouse-3} on a completion item invokes
1116 help on that item (@pxref{Completion}). 1116 help on that item (@pxref{Completion}).
1117 @end itemize 1117 @end itemize
1118 @noindent 1118 @noindent
1119 In both cases, a blue face indicates that the item is documented in the 1119 In both cases, a blue face indicates that the item is documented in the
1120 IDL manual. 1120 IDL manual.
1137 @tab Browse to the next or previous topic (in physical sequence). 1137 @tab Browse to the next or previous topic (in physical sequence).
1138 @item @kbd{b, f} 1138 @item @kbd{b, f}
1139 @tab Move back and forward through the help topic history. 1139 @tab Move back and forward through the help topic history.
1140 @item @kbd{c} 1140 @item @kbd{c}
1141 @tab Clear the history. 1141 @tab Clear the history.
1142 @item @kbd{mouse-2} 1142 @item @kbd{Mouse-2}
1143 @tab Follow a link. Active links are displayed in a different font. 1143 @tab Follow a link. Active links are displayed in a different font.
1144 Items under @i{See Also} are active, and classes have links to their 1144 Items under @i{See Also} are active, and classes have links to their
1145 methods and back. 1145 methods and back.
1146 @item @kbd{o} 1146 @item @kbd{o}
1147 @tab Open a topic. The topic can be selected with completion. 1147 @tab Open a topic. The topic can be selected with completion.
1250 @cindex Completion, Online Help 1250 @cindex Completion, Online Help
1251 @cindex Online Help in @file{*Completions*} buffer 1251 @cindex Online Help in @file{*Completions*} buffer
1252 If the list of completions is too long to fit in the 1252 If the list of completions is too long to fit in the
1253 @file{*Completions*} window, the window can be scrolled by pressing 1253 @file{*Completions*} window, the window can be scrolled by pressing
1254 @kbd{M-@key{TAB}} repeatedly. Online help (if installed) for each 1254 @kbd{M-@key{TAB}} repeatedly. Online help (if installed) for each
1255 possible completion is available by clicking with @kbd{mouse-3} on the 1255 possible completion is available by clicking with @kbd{Mouse-3} on the
1256 item. Items for which system online help (from the IDL manual) is 1256 item. Items for which system online help (from the IDL manual) is
1257 available will be displayed in a different font. For other items, the 1257 available will be displayed in a different font. For other items, the
1258 corresponding source code or DocLib header is available as help text. 1258 corresponding source code or DocLib header is available as help text.
1259 1259
1260 @cindex Case of completed words 1260 @cindex Case of completed words
2133 code for a short time. Calling the above commands with a prefix 2133 code for a short time. Calling the above commands with a prefix
2134 argument will prompt for an expression instead of using the one at 2134 argument will prompt for an expression instead of using the one at
2135 point. 2135 point.
2136 2136
2137 It is very convenient to click with the mouse on expressions to retrieve 2137 It is very convenient to click with the mouse on expressions to retrieve
2138 their value. Expression printing is also bound to @kbd{S-mouse-2} and 2138 their value. Expression printing is also bound to @kbd{S-Mouse-2} and
2139 expression help to @kbd{C-S-mouse-2}. I.e. you need to hold down 2139 expression help to @kbd{C-S-Mouse-2}. I.e. you need to hold down
2140 @key{SHIFT} and @key{CONTROL} while clicking with the mouse. 2140 @key{SHIFT} and @key{CONTROL} while clicking with the mouse.
2141 2141
2142 @cindex Calling stack, motion 2142 @cindex Calling stack, motion
2143 @cindex Printing expressions, on calling stack 2143 @cindex Printing expressions, on calling stack
2144 @cindex Restrictions for expression printing 2144 @cindex Restrictions for expression printing