From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guido Van Hoecke Newsgroups: gmane.emacs.help Subject: Re: Please help with slime initialisation Date: Sun, 05 Oct 2014 09:43:11 +0200 Message-ID: References: <87sij3jfa9.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412495032 16403 80.91.229.3 (5 Oct 2014 07:43:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2014 07:43:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 09:43:45 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 1XagTo-0002vG-BQ for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2014 09:43:44 +0200 Original-Received: from localhost ([::1]:46486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XagTn-0008NI-NJ for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2014 03:43:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XagTU-0008ML-QO for help-gnu-emacs@gnu.org; Sun, 05 Oct 2014 03:43:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XagTL-0003Db-Oi for help-gnu-emacs@gnu.org; Sun, 05 Oct 2014 03:43:24 -0400 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:53435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XagTL-0003Be-G8 for help-gnu-emacs@gnu.org; Sun, 05 Oct 2014 03:43:15 -0400 Original-Received: by mail-la0-f46.google.com with SMTP id gi9so2959481lab.33 for ; Sun, 05 Oct 2014 00:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Y4k50sERulc64y2NwYFYsLPpssy3GFpoWMZ2hMQ2+aA=; b=tFvYOt3XIvrM3doKV8Clw82fb2lJFO5kJOUT3xwxTQQ9rFBw2qlzuKwoJJuQNJMVSn KItk/8PWhgKcxpWP2zY9YZYooSs8NAk1QCc5zWizDEvvV6s/y8gmBMd8JF9wW4S1c/mN SULneju5pzUqVhMClutLkcTKptmzhCUUYLXVDcV6RreW7lIdFvkoD+ylFgZbf6ZxaJ0s Iw7sTPhMLktvsuD3kGnlQuoTDRE1zxOba1g+YVqruNtn4AB2fJX7TeBpo3CZPu6TrjBv szDjhrbEzGsZxGD78hGbG2v3eOSypZIAjwVsW4zZbYW8BI8oUKmzkKAFf94Yaviht3p4 6MLg== X-Received: by 10.152.243.1 with SMTP id wu1mr7323659lac.45.1412494994189; Sun, 05 Oct 2014 00:43:14 -0700 (PDT) Original-Received: from zac.vanhoecke.org (78-20-180-173.access.telenet.be. [78.20.180.173]) by mx.google.com with ESMTPSA id d9sm4459565lbp.49.2014.10.05.00.43.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Oct 2014 00:43:13 -0700 (PDT) In-Reply-To: <87sij3jfa9.fsf@gmail.com> (Alex Kost's message of "Sun, 05 Oct 2014 08:45:18 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e 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:100280 Archived-At: Hi Alex, Alex Kost writes: > Because Emacs autoloads those "~/.elpa" packages only after loading a > user init file. See (info "(emacs) Package Installation"). > > A usual practice is to have: > > (setq package-enable-at-startup nil) > (package-initialize) > > in your .emacs (before requiring anything from elpa dir). Thanks Alex. This is indeed very clearly described in info. Should have read this before causing noise. So sorry. Guido -- Ain't no right way to do a wrong thing. -- The Mad Dogtender