GNU bug report logs -
#15198
24.3.50; Setq doesn't update the value of the variable
Previous Next
Reported by: Oleg Sivokon <olegsivokon <at> gmail.com>
Date: Tue, 27 Aug 2013 15:29:02 UTC
Severity: normal
Tags: notabug
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 15198 <at> debbugs.gnu.org (full text, mbox):
Oleg Sivokon wrote:
> ELISP> (setq inferrior-lisp-program "sbcl")
That should be: inferior-lisp-program
> ELISP> inferrior-lisp-program
> "sbcl"
> ELISP> (load (expand-file-name "~/quicklisp/slime-helper.el"))
> t
> ELISP> inferrior-lisp-program
> "sbcl"
> ELISP>
>
> And here is the relevant content of the *Messages* buffer:
>
> Loading /home/wvxvw/quicklisp/slime-helper.el (source)...done
> . . .
> apply: Searching for program: no such file or directory, lisp
>
> To elaborate, the default value of `inferrior-lisp-program' is
> "lisp", this is why you see it in SLIME's error message.
> The problem is, I can execute (setq inferrior-lisp-program "sbcl")
> no matter how (using M-: or from *scratch* buffer, or from IELM), but
> the variable will not get set.
What does C-h v inferior-lisp-program say?
This bug report was last modified 11 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.