all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15198: 24.3.50; Setq doesn't update the value of the variable
@ 2013-08-27 15:24 Oleg Sivokon
  2013-08-27 15:50 ` Glenn Morris
  2013-08-27 15:53 ` Andreas Schwab
  0 siblings, 2 replies; 5+ messages in thread
From: Oleg Sivokon @ 2013-08-27 15:24 UTC (permalink / raw)
  To: 15198


Hello,

Unfortunately, I'm not sure what exactly is causing the problem, but I
will try to describe it as much as possible.

First, I ran emacs -Q,
After Emacs loaded, I ran M-x ielm,
Below is the log of my IELM session:

*** Welcome to IELM ***  Type (describe-mode) for help.
ELISP> (setq inferrior-lisp-program "sbcl")
"sbcl"
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.

Best,

Oleg





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-28  3:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 15:24 bug#15198: 24.3.50; Setq doesn't update the value of the variable Oleg Sivokon
2013-08-27 15:50 ` Glenn Morris
2013-08-27 15:53 ` Andreas Schwab
2013-08-27 16:02   ` Left Right
2013-08-28  3:52     ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.