[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the entry point of elisp interpreter
From: |
Stefan Monnier |
Subject: |
Re: What is the entry point of elisp interpreter |
Date: |
Thu, 23 Mar 2017 22:16:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> I was trying to find the first place in the emacs source code where the
> elisp interpreter executes the first elisp code. As in what is the entry
> point where elisp execution begins. Can someone point me to the file where
> it begins, since the source code is quite huge.
One good starting point might be the `top-level` variable which just
calls the `normal-top-level` function.
Stefan