#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/pgm_QNial_mySyms.sh'  - revamp Howell's symbol [name, arg [order, number]]s
# www.BillHowell.ca  10Feb2022 initial


# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# just put source at wkSpc level scripts, 
#    because for higher up nested sources, workSpace_select not recognized!! (fix that later)
source "$d_bin"'starter/0_workSpace select.sh'
workSpace_select

echo "pgm_QNial_mySyms.sh is running in Desktop $wrkSpc"


d_symbols="$d_Qndfs"'QNial [symbol, arg] changes/'


open_sesame()
{  
	bash "$goApp"  "$delay_fmg"  "filemgr"   "$d_symbols/"  ''
	bash "$goApp"  "$delay_trm"  "terminal"  ''  ''
	bash "$goApp"  "$delay_trm"  "terminal"  ''  ''
	bash "$goApp"  "$delay_brs"  "browser"   "$d_Qroot/Manuals/"  'QNial Dictionary V7.html' 
	
# core [symbol, arg] changes
	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial symbol notes.txt' 
	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial symbol plan.txt' 
	bash "$goApp"  "$delay_edt"  "editor"    "$d_symbols"   'QNial symbol changes.ndf' 


# [supplemental, archaic] files
#	bash "$goApp"  "$delay_edt"  "editor"    "$d_symbols"   'QNial symbol - draft listings to use for changes.txt' 
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial operator options.ndf' 
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial list [,NON]LOCALs.ndf'  
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial symbol header.ndf' 


# in basic loaddefs of 'Qnial setup.ndf' : 
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial userWkspSymbol.ndf'  
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial userWkspSymbol header.ndf' 


# "The Computability of symbol names" concept
#	bash "$goApp"  "$delay_edt"  "editLeft"  "$d_symbols"   'QNial userWkspSymbol [philos, grammar, design].txt' 


# was for Jacques Laskar project (planetary motions - 250 My Jupiter)
#	bash "$goApp"  "$delay_edt"  "editor"    "$d_symbols"   'QNial symbol list, clean.ndf' 

}  


	open_sesame






# enddoc
