Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!oliveb!amdahl!nsc!taux01!cjosta From: cjosta@taux01.UUCP (Jonathan Sweedler) Newsgroups: comp.emacs Subject: GNU emacs to Unipress Keywords: syntax, unipress Message-ID: <959@taux01.UUCP> Date: 21 Dec 88 07:33:10 GMT Reply-To: cjosta@taux01.UUCP (Jonathan Sweedler) Organization: National Semiconductor (Israel) Ltd. Lines: 31 Does anyone have a program that would convert GNU emacs lisp code to Unipress (Gosling) emacs syntax? Is this even possible, or are there too many differences? I imagine that most simple programs could be converted. If such a program does not already exist, could someone tell me what is necessary to do such a conversion? From what I have seen, I assume that the following is the GNU syntax: (defun NEW-FUNCTION (LOCAL-VARIABLE-LIST) "STRING WHOSE FUNCTION I DON'T KNOW BUT I ASSUME IS HELP OF SOME SORT" (FN1) (FN2)... ) I will have to convert this to (if somebody else hasn't done it already): (defun (NEW-FUNCTION LOCAL-VARIABLE-LIST (FN1) (FN1)... ) ) And the "defvar" function? This is also help? I don't need a conversion that will work 100% of the time (this probably isn't possible anyway), but rather something just to get me started. Thanks in advance. -- Jonathan Sweedler === National Semiconductor Israel UUCP: ...!{amdahl,hplabs,decwrl}!nsc!taux01!cjosta Domain: cjosta@taux01.nsc.com