From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gergely Buday Newsgroups: gmane.emacs.help Subject: setting package in slime Date: Thu, 17 Jul 2014 18:45:57 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1405628851 25795 80.91.229.3 (17 Jul 2014 20:27:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2014 20:27:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 17 22:27:24 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X7sGw-0008SY-F2 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2014 22:27:22 +0200 Original-Received: from localhost ([::1]:46240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7sGw-0008M8-22 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2014 16:27:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ooi-00029n-Cw for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 12:46:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7ooh-0007wP-EY for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 12:46:00 -0400 Original-Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:61770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ooh-0007wL-9L for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 12:45:59 -0400 Original-Received: by mail-ie0-f179.google.com with SMTP id rl12so3359903iec.10 for ; Thu, 17 Jul 2014 09:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CmUmox0JliPDrdrTwIsHETmUC2VFVMpayYtUmI1ePd0=; b=W1NJLfDVKzcXDdSBNzfodvzL4YSJzMZA0OihU+twyOv5VmeUprHufyZRaPgB6s1hzE pucsoolhJI5Jidf9dQnRQX9gu4WGgWQ51UWaIh68ZsXw2b3rpAno9NYroOwNgVhI6k3b aogIMqm3NO8I/l3lYRomjgMtQ2SYLdMDSEg5j4ChuaOEdk7lzXObI11z8lfiSW3wkKgU QLNP/nH9K/51IvLqOkIhe+wL4GWBHWpg0fsEOrBhE5yd14jEB0/D6AxbbtvrUi5GI+lx Sh97DpIoMT8iHSBpZcwEAmQ6G/bH5wwTkshkmpScJl7+LmzWAmSkdT7l/88Mc1Di/E4K 8G1w== X-Received: by 10.60.132.203 with SMTP id ow11mr47273868oeb.47.1405615557675; Thu, 17 Jul 2014 09:45:57 -0700 (PDT) Original-Received: by 10.76.156.73 with HTTP; Thu, 17 Jul 2014 09:45:57 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::233 X-Mailman-Approved-At: Thu, 17 Jul 2014 16:27:11 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98729 Archived-At: Hi there, In .emacs, at setq inferior-lisp-program I run ccl with --image-name that loads a predefined image -- this runs smoothly. However, I give a -l user.lisp argument as well, and that seems to be effectless, the slime prompt is not in the package "USER" where the startup lisp file is meant to switch. Is this because starting slime involves using other packages? How can I achieve that at the end I get a prompt with package "USER" is selected? - Gergely