#!/bin/sh # This is a script that invokes Emacs, loads gene code, and does # whatever the arguments said to do. This script is constructed by # sed during the building of the editor; specifically, it is affected # by the value of EMACS, LISPDIR, and ARCHDIR in the Makefile. EMACS= ALE_LISPDIR= ALE_ARCHDIR= export ALE_LISPDIR export ALE_ARCHDIR ${EMACS} -q -l ${ALE_LISPDIR}/gene -f gene-startup -f gene-process-args $@