Re: help with dynamic-space-size
Greg Bennett <[email protected]> Mon, 2 Feb 2026 12:47:34 -0500
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks for this Andre'. emacs tells me user-init-file is a variable defined in ‘C source code’. Its value is "/home/gwbennett/.emacs.d/init.el" Here are its current contents: (load (expand-file-name "~/quicklisp/slime-helper.el")) (setq inferior-lisp-program "sbcl --dynamic-space-size 3072") Starting emacs and evaluating (/ (dynamic-space-size) (expt 1024 3)) returns 1 rather than 3 On 2026-02-02 12:06, André A. Gomes wrote: > Greg Bennett <[email protected]> writes: > >> so the answer is no, that setq is not being executed, but the value "sbcl" is >> being picked up >> from somewhere. > That is the default value of inferior-lisp-program. You need to ensure > that the init file you mentioned in indeed being read on startup. > > Perhaps your emacs init file isn't what you think it is. Check the > emacs variable user-init-file. > > _______________________________________________ Sbcl-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-help