/[pspp]/pspp/doc/utilities.texi
ViewVC logotype

Diff of /pspp/doc/utilities.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by blp, Mon May 2 06:21:20 2005 UTC revision 1.8 by blp, Sun Dec 11 02:48:44 2005 UTC
# Line 262  SET Line 262  SET
262          /MXERRS=max_errs          /MXERRS=max_errs
263          /MXWARNS=max_warnings          /MXWARNS=max_warnings
264          /PROMPT='prompt'          /PROMPT='prompt'
         /VIEWLENGTH=@{MINIMUM,MEDIAN,MAXIMUM,n_lines@}  
         /VIEWWIDTH=n_characters  
265    
266  (program execution)  (program execution)
267          /MEXPAND=@{ON,OFF@}          /MEXPAND=@{ON,OFF@}
# Line 287  SET Line 285  SET
285          /PRINTBACK=@{ON,OFF@}          /PRINTBACK=@{ON,OFF@}
286          /RESULTS=@{ON,OFF,TERMINAL,LISTING,BOTH,NONE@}          /RESULTS=@{ON,OFF,TERMINAL,LISTING,BOTH,NONE@}
287    
 (output activation)  
         /LISTING=@{ON,OFF@}  
         /PRINTER=@{ON,OFF@}  
         /SCREEN=@{ON,OFF@}  
   
288  (output driver options)  (output driver options)
289          /HEADERS=@{NO,YES,BLANK@}          /HEADERS=@{NO,YES,BLANK@}
290          /LENGTH=@{NONE,length_in_lines@}          /LENGTH=@{NONE,length_in_lines@}
291          /LISTING=filename          /LISTING=@{ON,OFF,filename@}
292          /MORE=@{ON,OFF@}          /MORE=@{ON,OFF@}
         /PAGER=@{OFF,"pager_name"@}  
293          /WIDTH=@{NARROW,WIDTH,n_characters@}          /WIDTH=@{NARROW,WIDTH,n_characters@}
294    
295  (logging)  (logging)
296          /JOURNAL=@{ON,OFF@} [filename]          /JOURNAL=@{ON,OFF@} [filename]
         /LOG=@{ON,OFF@} [filename]  
297    
298  (system files)  (system files)
299          /COMPRESSION=@{ON,OFF@}          /COMPRESSION=@{ON,OFF@}
# Line 312  SET Line 303  SET
303          /SAFER=ON          /SAFER=ON
304    
305  (obsolete settings accepted for compatibility, but ignored)  (obsolete settings accepted for compatibility, but ignored)
         /AUTOMENU=@{ON,OFF@}  
         /BEEP=@{ON,OFF@}  
         /BLOCK='c'  
306          /BOXSTRING=@{'xxx','xxxxxxxxxxx'@}          /BOXSTRING=@{'xxx','xxxxxxxxxxx'@}
307          /CASE=@{UPPER,UPLOW@}          /CASE=@{UPPER,UPLOW@}
         /COLOR=@dots{}  
308          /CPI=cpi_value          /CPI=cpi_value
309          /DISK=@{ON,OFF@}          /DISK=@{ON,OFF@}
         /EJECT=@{ON,OFF@}  
         /HELPWINDOWS=@{ON,OFF@}  
310          /HIGHRES=@{ON,OFF@}          /HIGHRES=@{ON,OFF@}
311          /HISTOGRAM='c'          /HISTOGRAM='c'
312          /LOWRES=@{AUTO,ON,OFF@}          /LOWRES=@{AUTO,ON,OFF@}
313          /LPI=lpi_value          /LPI=lpi_value
314          /MENUS=@{STANDARD,EXTENDED@}          /MENUS=@{STANDARD,EXTENDED@}
315          /MXMEMORY=max_memory          /MXMEMORY=max_memory
         /PTRANSLATE=@{ON,OFF@}  
         /RCOLORS=@dots{}  
         /RUNREVIEW=@{AUTO,MANUAL@}  
316          /SCRIPTTAB='c'          /SCRIPTTAB='c'
317          /TB1=@{'xxx','xxxxxxxxxxx'@}          /TB1=@{'xxx','xxxxxxxxxxx'@}
318          /TBFONTS='string'          /TBFONTS='string'
         /WORKDEV=drive_letter  
319          /WORKSPACE=workspace_size          /WORKSPACE=workspace_size
320          /XSORT=@{YES,NO@}          /XSORT=@{YES,NO@}
321  @end display  @end display
# Line 413  current command file.  The default is 10 Line 394  current command file.  The default is 10
394    
395  @item PROMPT  @item PROMPT
396  The command prompt.  The default is @samp{PSPP> }.  The command prompt.  The default is @samp{PSPP> }.
   
 @item VIEWLENGTH  
 The length of the screen in lines.  MINIMUM means 25 lines, MEDIAN and  
 MAXIMUM mean 43 lines.  Otherwise specify the number of lines.  Normally  
 PSPP should auto-detect your screen size so this shouldn't have to be  
 used.  
   
 @item VIEWWIDTH  
 The width of the screen in characters.  Normally 80 or 132.  
397  @end table  @end table
398    
399  Program execution subcommands control the way that PSPP commands  Program execution subcommands control the way that PSPP commands
# Line 494  from command files.  The default is OFF. Line 466  from command files.  The default is OFF.
466  Currently not used.  Currently not used.
467  @end table  @end table
468    
 Output activation subcommands affect whether output devices of  
 particular types are enabled.  These subcommands are  
   
 @table @asis  
 @item LISTING  
 Enable or disable listing devices.  
   
 @item PRINTER  
 Enable or disable printer devices.  
   
 @item SCREEN  
 Enable or disable screen devices.  
 @end table  
   
469  Output driver option subcommands affect output drivers' settings.  These  Output driver option subcommands affect output drivers' settings.  These
470  subcommands are  subcommands are
471    
# Line 580  obvious security reasons. Line 538  obvious security reasons.
538    
539  @display  @display
540  SHOW  SHOW
541          /@var{subcommand}          [ALL]
542                    [BLANKS]
543            [CC]
544            [CCA]
545            [CCB]
546            [CCC]
547            [CCD]
548            [CCE]
549            [COPYING]
550            [DECIMALS]
551            [ENDCMD]
552            [FORMAT]
553            [LENGTH]
554            [MXERRS]
555            [MXLOOPS]
556            [MXWARNS]
557            [SCOMPRESSION]
558            [UNDEFINED]
559            [WARRANTY]
560            [WEIGHT]
561            [WIDTH]
562  @end display  @end display
563    
564  @cmd{SHOW} can be used to display the current state of PSPP's  @cmd{SHOW} can be used to display the current state of PSPP's execution
565  execution parameters.  All of the parameters which can be changed  parameters.  Parameters that can be changed using @cmd{SET}
566  using  @code{SET} @xref{SET}, can be examined using @cmd{SHOW}, by  (@pxref{SET}), can be examined using @cmd{SHOW} using the subcommand
567  using a subcommand with the same name.  with the same name.  @code{SHOW} supports the following additional
568  In addition, @code{SHOW} supports the following subcommands:  subcommands:
569    
570  @table @code  @table @code
571    @item ALL
572    Show all settings.
573    @item CC
574    Show all custom currency settings (CCA through CCE).
575  @item WARRANTY  @item WARRANTY
576  Show details of the lack of warranty for PSPP.  Show details of the lack of warranty for PSPP.
577  @item COPYING  @item COPYING
578  Display the terms of PSPP's copyright licence @ref{License}.  Display the terms of PSPP's copyright licence (@pxref{License}).
579  @end table  @end table
580    
581    Specifying @cmd{SHOW} without any subcommands is equivalent to SHOW ALL.
582    
583  @node SUBTITLE, TITLE, SHOW, Utilities  @node SUBTITLE, TITLE, SHOW, Utilities
584  @section SUBTITLE  @section SUBTITLE

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26