lisp
Je komt vervolgens in een emacs-window van waaruit je Lisp kunt besturen. In eerste instantie ziet het er ongeveer zo uit:
============================================================== Starting image `/usr/local/acl4.2/composer' with no arguments in directory `/users/niels/' on machine `tcw2'. Allegro CL 4.2 [HP Prism; R1] (4/25/94 14:11) Copyright (C) 1985-1993, Franz Inc., Berkeley, CA, USA. All Rights Reserved. ;; Optimization settings: safety 1, space 1, speed 1, debug 2 ;; For a complete description of all compiler switches given the current ;; optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). ;; Starting socket daemon and emacs-lisp interface... USER(1):
USER(1)
is de prompt, en als je iets intypt, gevolgd door
een return, zal Lisp dat evalueren. Behalve dat zijn er een aantal
speciale commando's, die allen voorafgegaan worden door een dubbele punt.
De belangrijkste zijn:
:ld
filenaam
:cd
directory
:ex
:reset