This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

HOW TO RUN A LISP PRORGRAM IN EMACS?

2 posts · 3304 views

Hey, I know this is an incredibly basic question, but I currently have a LISP program from an outside source, and I am really unsure on how to run it and see the output in Emacs, if anyone could help me I would greatly appreciate it, thanks

Re: HOW TO RUN A LISP PRORGRAM IN EMACS?

It's Emacs Lisp program? Probably you want to start by loading the file then running some command or function in it. SHOUTING IS PROBABLY NOT NECESSARY. Ask your outside source if you have no documentation.