Path: utzoo!attcan!cmtl01!matrox!uvm-gen!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!rutgers!njin!princeton!phoenix!ghh From: ghh@clarity.princeton.edu (Gilbert Harman) Newsgroups: comp.emacs Subject: infer-mode.el Message-ID: Date: 26 Jan 89 02:57:13 GMT References: <48686@yale-celray.yale.UUCP> Sender: news@phoenix.Princeton.EDU Organization: Princeton University Cognitive Science Lab Lines: 13 In-reply-to: Ram-Ashwin@cs.yale.edu's message of 25 Jan 89 19:45:04 GMT In article <48686@yale-celray.yale.UUCP> Ram-Ashwin@cs.yale.edu (Ashwin Ram) presents code for infer-mode.el. This is just what I wanted, but I did have to define caar and cdar to make it work, i.e. (defun caar (x) (car (car x))) (defun cdar (x) (cdr (car x))) -- Gilbert Harman Princeton University Cognitive Science Laboratory 221 Nassau Street, Princeton, NJ 08542 ghh@princeton.edu HARMAN@PUCC.BITNET