help-octave
[Top][All Lists]
Advanced

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

diary doesn't save screen output ??


From: Mike Craymer
Subject: diary doesn't save screen output ??
Date: Wed, 7 Feb 1996 17:42:19 -0500

Bug report for Octave 1.1.1 configured for hppa1.1-hp-hpux9.05

Description:
-----------
The help function says the diary command is supposed to "redirect all input and 
screen output to a file". However, I can't seem to get it to save any screen 
output. I just got our sysop to install 1.1.1. Perhaps something is configured 
incorrectly?


Repeat-By:
---------
control (craymer) - 313 >octave
Octave, version 1.1.1.
Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.

>> diary on
>> a=[1 2 3 4]
a =

  1  2  3  4

>> b=[5 6 7 8]
b =

  5  6  7  8

>> c=a'*b
c =

   5   6   7   8
  10  12  14  16
  15  18  21  24
  20  24  28  32

>> diary off
>> exit
control (craymer) - 314 >more diary
>> a=[1 2 3 4]                            [ The diary file    ]
>> b=[5 6 7 8]                            [ doesn't contain   ]
>> c=a'*b                                 [ any of the octave ]
>> diary off                              [ output            ]


Fix:
---
I simply use a terminal emulator on my Mac or PC with a large scroll-back 
buffer and cut and paste the output to a text file.


Configuration (please do not edit this section):
-----------------------------------------------

uname output:     HP-UX control A.09.01 A 9000/730 2013657939 two-user license
Fortran compiler: f77
FFLAGS:           -O
F2C:
F2CFLAGS:
FLIBS:            -lcl -lisamstub
C compiler:       gcc
CFLAGS:           -DHAVE_CONFIG_H  -O
C++ compiler:     c++
CXXFLAGS:         -DHAVE_CONFIG_H  -fno-implicit-templates  -O
LDFLAGS:          -g
DEFS:

  -DOCTAVE_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=: -DNPSOL_MISSING=1
  -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_STRFTIME=1 -DSIZEOF_SHORT=2
  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DWORDS_BIGENDIAN=1 -DIEEE_BIG_ENDIAN=1
  -DHAVE_ALLOCA=1 -DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1
  -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PWD_H=1 -DHAVE_STDLIB_H=1
  -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_UNISTD_H=1
  -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1
  -DHAVE_SYS_TTOLD_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_DIRENT_H=1
  -DTIME_WITH_SYS_TIME=1 -DHAVE_TERMIOS_H=1 -DHAVE_SETVBUF=1
  -DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1
  -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRCASECMP=1
  -DHAVE_STRNCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_ATEXIT=1 -DHAVE_TEMPNAM=1
  -DHAVE_MEMMOVE=1 -DHAVE_PUTENV=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBM=1
  -DHAVE_ISNAN=1 -DHAVE_ISINF=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_LGAMMA=1
  -DSIGNGAM_DECLARED=1 -DEXCEPTION_IN_MATH=1 -DRETSIGTYPE=void

User-preferences (please do not edit this section):
--------------------------------------------------

  EDITOR = "vi"
  IMAGEPATH = ".:/usr/local/lib/octave/1.1.1/imagelib//"
  INFO_FILE = "/usr/local/info/octave.info"
  LOADPATH = ".:/usr/local/lib/octave/site/oct/hppa1.1-hp-hpux9.05//:/usr/local/
lib/octave/site/m//:/usr/local/lib/octave/1.1.1/oct/hppa1.1-hp-hpux9.05//:/usr/l
ocal/lib/octave/1.1.1/m//:~craymer/octave/lib//"
  OCTAVE_VERSION = "1.1.1"
  PAGER = "less"
  PS1 = ">> "
  PS2 = ""
  automatic_replot = "false"
  whitespace_in_literal_matrix = "traditional"
  default_save_format = "mat-binary"
  do_fortran_indexing = "true"
  empty_list_elements_ok = "true"
  eps = 2.22045e-16
  gnuplot_binary = "gnuplot"
  ignore_function_time_stamp = "system"
  implicit_str_to_num_ok = "true"
  ok_to_lose_imaginary_part = "true"
  output_max_field_width = 10
  output_precision = 5
  page_screen_output = "false"
  prefer_column_vectors = "false"
  prefer_zero_one_indexing = "true"
  print_answer_id_name = "true"
  print_empty_dimensions = "false"
  propagate_empty_matrices = "true"
  resize_on_range_error = "true"
  return_last_computed_value = "false"
  save_precision = 17
  silent_functions = "false"
  split_long_rows = "true"
  treat_neg_dim_as_zero = "true"
  warn_assign_as_truth_value = "true"
  warn_comma_in_global_decl = "true"
  warn_divide_by_zero = "true"

--
Mike Craymer
Geodetic Survey of Canada
address@hidden




reply via email to

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