/usr/lib/open-axiom/input/spadprof.input is in open-axiom-test 1.4.1+svn~2626-2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
-- This file is read on start-up by the Scratchpad system. It is
-- most commonly used to customize the user's environment via the
-- )set system commands. This version is for AIX.
-- read the system synonym file for system commands, if it exists
)read "synonym.input" )ifthere )quiet
-- read the user's synonym file for system commands, if it exists
)read "mysyns.input" )ifthere )quiet
-- do not enter lisp break on error
)set break nobreak
-- start up the workspace history facility
)set history on
-- use the simple character set
)set output char plain
-- everyone uses this
)set userlevel development
-- make the highlighting characters go away
)set mess high off
|