[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
,@
- To: gumby @ MIT-OZ
- Subject: ,@
- From: Kent M. Pitman <KMP @ MIT-MC>
- Date: Sun ,6 Nov 83 19:25:00 EDT
- Cc: BUG-ZWEI @ MIT-MC
- Sender: KMP0 @ MIT-MC
Ran across your @-syntax query to bug-zwei in someone else's
mailbox. As I understand it,...
Due to deficiencies in ZWEI's Lisp syntax understanding,
(in order to support ,@) the @ char has '-like list syntax,
making it a break character. So m-. will never find
functions named foo@bar and (defun foo@bar () ...)
will never grind correctly.