comparison doc/interpreter/basics.txi @ 18154:5971c8f515a7 gui-release

doc: Document options set when using --traditional. * basics.txi: Document options set when using --traditional.
author Rik <rik@octave.org>
date Thu, 19 Dec 2013 17:32:38 -0800
parents 344f15ecfbb6
children dc64f1c4a33e fe689210525c
comparison
equal deleted inserted replaced
18153:ab26db8da20a 18154:5971c8f515a7
242 242
243 @example 243 @example
244 @group 244 @group
245 PS1 = ">> " 245 PS1 = ">> "
246 PS2 = "" 246 PS2 = ""
247 allow_noninteger_range_as_index = true
248 beep_on_error = true 247 beep_on_error = true
249 confirm_recursive_rmdir = false 248 confirm_recursive_rmdir = false
250 crash_dumps_octave_core = false 249 crash_dumps_octave_core = false
251 save_default_options = "-mat-binary" 250 save_default_options = "-mat-binary"
252 do_braindead_shortcircuit_evaluation = true
253 fixed_point_format = true 251 fixed_point_format = true
254 history_timestamp_format_string = "%%-- %D %I:%M %p --%%" 252 history_timestamp_format_string = "%%-- %D %I:%M %p --%%"
255 page_screen_output = false 253 page_screen_output = false
256 print_empty_dimensions = false 254 print_empty_dimensions = false
255 struct_levels_to_print = 0
257 @end group 256 @end group
258 @end example 257 @end example
259 258
260 @noindent 259 @noindent
261 and disable the following warnings 260 and disable the following warnings
264 @group 263 @group
265 Octave:abbreviated-property-match 264 Octave:abbreviated-property-match
266 Octave:fopen-file-in-path 265 Octave:fopen-file-in-path
267 Octave:function-name-clash 266 Octave:function-name-clash
268 Octave:load-file-in-path 267 Octave:load-file-in-path
268 Octave:possible-matlab-short-circuit-operator
269 @end group 269 @end group
270 @end example 270 @end example
271 271
272 @noindent 272 @noindent
273 Note that this does not enable the @code{Octave:matlab-incompatible} 273 Note that this does not enable the @code{Octave:matlab-incompatible}