From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 11:28:35 2013 Received: (at submit) by debbugs.gnu.org; 27 Aug 2013 15:28:35 +0000 Received: from localhost ([127.0.0.1]:59299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELC6-0008K4-BZ for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:28:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47180) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELC4-0008Jw-3w for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:28:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VELBv-00032Z-Dv for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:28:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VELBv-00032V-AU for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:28:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VELBm-0005et-TX for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 11:28:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VELBe-0002gm-Fb for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 11:28:14 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:55538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VELBe-0002gP-9p for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 11:28:06 -0400 Received: by mail-we0-f170.google.com with SMTP id w62so4155741wes.15 for ; Tue, 27 Aug 2013 08:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=91+1zYbesj/giLMqIsuHctQO9nRELbcYZWGJ1/NdoY0=; b=LnQmUQFnOHWlB89hK/edU9OiuCh9N3u8803+wQCEUanyzLNBQGMTBVzn6Eu526li32 wQRh1Ub5SmGgG7aFoq6ofYB7WqMn0Al+TeFaLpPzrfKWRS/JcT5QGwHp8cPCtDedR+Ag F5R8K73mUouRxHY8JKPpaa66prJt1ZEqgN6g4ruprptWZHXOwpldHAYp4Od7kuxX4J+0 FBb8BagRm2WxcGD011ZVUUbOi4S1keirQpbx5G1cOGKmXt2oJ2ST9zONABQyddMKvGC4 561vXVtCm59GYyWDZxyWGHaB6D00fDfoLsFn49tqt9yBL5PETvSodkiw41RJA7Sh88Ym MCvw== X-Received: by 10.180.205.236 with SMTP id lj12mr11917735wic.22.1377617284956; Tue, 27 Aug 2013 08:28:04 -0700 (PDT) Received: from wvxvvw-laptop ([109.64.130.34]) by mx.google.com with ESMTPSA id i8sm903483wib.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 27 Aug 2013 08:28:04 -0700 (PDT) From: Oleg Sivokon To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Setq doesn't update the value of the variable Date: Tue, 27 Aug 2013 18:24:48 +0300 Message-ID: <8738pvdum7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 11:50:29 2013 Received: (at 15198) by debbugs.gnu.org; 27 Aug 2013 15:50:29 +0000 Received: from localhost ([127.0.0.1]:59321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELXJ-0000RP-Cq for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:50:29 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43556) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELXG-0000RF-RQ for 15198@debbugs.gnu.org; Tue, 27 Aug 2013 11:50:27 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VELXE-000852-QY; Tue, 27 Aug 2013 11:50:24 -0400 From: Glenn Morris To: Oleg Sivokon Subject: Re: bug#15198: 24.3.50; Setq doesn't update the value of the variable References: <8738pvdum7.fsf@gmail.com> X-Spook: Rule Psix SEAL Team 6 bce INS Waco, Texas FBI White Water X-Ran: u!W"Mp/1/O5.'>gPHPf3/Fe:Z$}V"W8GX`ISwuPSyyh{DS[=qTqs"Iy]Tl)'>*U.Fci#C> X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 27 Aug 2013 11:50:24 -0400 In-Reply-To: <8738pvdum7.fsf@gmail.com> (Oleg Sivokon's message of "Tue, 27 Aug 2013 18:24:48 +0300") Message-ID: <7chaebnnen.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -7.5 (-------) X-Debbugs-Envelope-To: 15198 Cc: 15198@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) 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? From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 11:53:27 2013 Received: (at 15198) by debbugs.gnu.org; 27 Aug 2013 15:53:27 +0000 Received: from localhost ([127.0.0.1]:59326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELaB-0000WA-18 for submit@debbugs.gnu.org; Tue, 27 Aug 2013 11:53:27 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47716 helo=mx2.suse.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELa8-0000Vx-Gs for 15198@debbugs.gnu.org; Tue, 27 Aug 2013 11:53:25 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A9FD7A50DE; Tue, 27 Aug 2013 17:53:23 +0200 (CEST) From: Andreas Schwab To: Oleg Sivokon Subject: Re: bug#15198: 24.3.50; Setq doesn't update the value of the variable References: <8738pvdum7.fsf@gmail.com> X-Yow: LBJ, LBJ, how many JOKES did you tell today??! Date: Tue, 27 Aug 2013 17:53:23 +0200 In-Reply-To: <8738pvdum7.fsf@gmail.com> (Oleg Sivokon's message of "Tue, 27 Aug 2013 18:24:48 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -7.5 (-------) X-Debbugs-Envelope-To: 15198 Cc: 15198@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) Oleg Sivokon writes: > ELISP> (setq inferrior-lisp-program "sbcl") ^^ That's not how the variable is spelt. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 12:02:20 2013 Received: (at 15198) by debbugs.gnu.org; 27 Aug 2013 16:02:20 +0000 Received: from localhost ([127.0.0.1]:59359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELil-0000mf-Mm for submit@debbugs.gnu.org; Tue, 27 Aug 2013 12:02:19 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:50653) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELik-0000mX-8H for 15198@debbugs.gnu.org; Tue, 27 Aug 2013 12:02:18 -0400 Received: by mail-we0-f172.google.com with SMTP id t60so4189986wes.31 for <15198@debbugs.gnu.org>; Tue, 27 Aug 2013 09:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3aYeVehwaa6KZAJyMXQQPiFAnA+ugAvxn3Ze8HgQNIE=; b=D1VthDFT5HjeqRAq9XfHziSO9gaMg0gHIDjNp3v2BlbvsHQQg+A2OiQK6RWdVFZOkU c23B9nP168j3bAoKFkfsIRETGhjMi0VOiNNjRbMRDhZSTMIgIJsvyhwuEtQiFgamP8// paj/0p1lcIvZDOfRS3pctSkjt9+i8qswAHmYnjQunQV+K7oKcmjlz8gwk4yN9VoXO7+4 xYyNzSQXlF8nht34nNA5KgwcWRUXd4mK0B3V6adt2ygou+hAm9PxlS1MvNvcAASB+Q5m IC86gAatlnchN2nzWaJNwQiLxlR3CRaBNmIHQ39EHg20KDh+R+9RNelQGUBGBYquH8md H4jg== MIME-Version: 1.0 X-Received: by 10.180.109.10 with SMTP id ho10mr12083925wib.14.1377619337341; Tue, 27 Aug 2013 09:02:17 -0700 (PDT) Received: by 10.194.87.130 with HTTP; Tue, 27 Aug 2013 09:02:17 -0700 (PDT) In-Reply-To: References: <8738pvdum7.fsf@gmail.com> Date: Tue, 27 Aug 2013 19:02:17 +0300 Message-ID: Subject: Re: bug#15198: 24.3.50; Setq doesn't update the value of the variable From: Left Right To: Andreas Schwab Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15198 Cc: 15198@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) *Sigh*, Sorry for the noise. I think it's not the first time I make this mistake. :( Yes, the typo was the problem. On Tue, Aug 27, 2013 at 6:53 PM, Andreas Schwab wrote: > Oleg Sivokon writes: > >> ELISP> (setq inferrior-lisp-program "sbcl") > ^^ > > That's not how the variable is spelt. > > Andreas. > > -- > Andreas Schwab, SUSE Labs, schwab@suse.de > GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 > "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 12:03:58 2013 Received: (at control) by debbugs.gnu.org; 27 Aug 2013 16:03:58 +0000 Received: from localhost ([127.0.0.1]:59366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELkM-0000pB-6p for submit@debbugs.gnu.org; Tue, 27 Aug 2013 12:03:58 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43802) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VELkK-0000p4-QA for control@debbugs.gnu.org; Tue, 27 Aug 2013 12:03:57 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VELkK-0000Nn-Fl for control@debbugs.gnu.org; Tue, 27 Aug 2013 12:03:56 -0400 Date: Tue, 27 Aug 2013 12:03:56 -0400 Message-Id: Subject: control message for bug 15198 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -7.5 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) tag 15198 notabug close 15198 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 23:52:27 2013 Received: (at submit) by debbugs.gnu.org; 28 Aug 2013 03:52:27 +0000 Received: from localhost ([127.0.0.1]:60221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VEWny-00031D-Ty for submit@debbugs.gnu.org; Tue, 27 Aug 2013 23:52:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43728) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VEWnw-000314-Lt for submit@debbugs.gnu.org; Tue, 27 Aug 2013 23:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEWnp-0008J5-9O for submit@debbugs.gnu.org; Tue, 27 Aug 2013 23:52:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEWnp-0008J0-6h for submit@debbugs.gnu.org; Tue, 27 Aug 2013 23:52:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEWni-000572-Vc for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 23:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEWnb-0008FN-SI for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 23:52:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:50000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEWnb-0008FD-LS for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2013 23:52:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VEWnU-00025d-Ge for bug-gnu-emacs@gnu.org; Wed, 28 Aug 2013 05:51:56 +0200 Received: from 70-59-17-50.hlrn.qwest.net ([70.59.17.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Aug 2013 05:51:56 +0200 Received: from kevin.d.rodgers by 70-59-17-50.hlrn.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Aug 2013 05:51:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Kevin Rodgers Subject: Re: bug#15198: 24.3.50; Setq doesn't update the value of the variable Date: Tue, 27 Aug 2013 21:52:19 -0600 Lines: 25 Message-ID: References: <8738pvdum7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 70-59-17-50.hlrn.qwest.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On 8/27/13 10:02 AM, Left Right wrote: > On Tue, Aug 27, 2013 at 6:53 PM, Andreas Schwab wrote: >> Oleg Sivokon writes: >> >>> ELISP> (setq inferrior-lisp-program "sbcl") >> ^^ >> >> That's not how the variable is spelt. >> >> Andreas. >> >> -- >> Andreas Schwab, SUSE Labs, schwab@suse.de >> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 >> "And now for something completely different." > > Sorry for the noise. I think it's not the first time I make this > mistake. :( Yes, the typo was the problem. Completion is your friend. Try TAB for comint-dynamic-complete or M-TAB for completion-at-point -- Kevin Rodgers Denver, Colorado, USA From unknown Mon Jun 23 02:25:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Sep 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator