From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.help Subject: Re: help Date: Sun, 27 Sep 2015 19:28:43 +0100 Message-ID: References: <1ed03e78.d8f0.150035db811.Coremail.fuzaode@163.com> <20150925110054.GA19997@tuxteam.de> <87pp13rbvn.fsf@mbork.pl> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1443378538 12067 80.91.229.3 (27 Sep 2015 18:28:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 18:28:58 +0000 (UTC) Cc: help-gnu-emacs , ss To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 27 20:28:57 2015 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 1ZgGgy-000441-Jt for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Sep 2015 20:28:56 +0200 Original-Received: from localhost ([::1]:58347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgGgx-000111-Me for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Sep 2015 14:28:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgGgn-00010k-17 for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 14:28:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgGgl-0000uR-Tx for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 14:28:44 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:33323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgGgl-0000uM-Mo for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 14:28:43 -0400 Original-Received: by lahh2 with SMTP id h2so139452030lah.0 for ; Sun, 27 Sep 2015 11:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=N1UmL86uB6voxp37fHJNS3OLcLU9wocE86dEqOoah2Q=; b=to9UDLzIN2w2d/kPsKbBGmPSdtIt/4R9ovGegH7MYSyURNGNJGOlitc1o9fYhMWNpI Hw3mOh2RzQ4UB7dDdTH4oH/94M4ZJr9kwigu00tQaleJjyHUEX519SI82U1eM9Mqr0B7 jRCJczbWQjQfBhESdzbhQpgNlkWnbqMUrD53By+RNJDqkQDWa8cHLvQpNg05jz6PtkbT 5uPuf/Yep/8icZ7uvVK99/fH32qrXd+jg617y9xWpCP9IdHyh9dL4wkj7eQpCiuLRvjV R9Uqefclz2BqFOUSGglQVa4XPDSnoGRNntv0/xAYijcrMTrkaAoFmfJuw4aIyb3pYtAg YbPQ== X-Received: by 10.152.30.105 with SMTP id r9mr4323242lah.95.1443378523064; Sun, 27 Sep 2015 11:28:43 -0700 (PDT) Original-Received: by 10.25.27.78 with HTTP; Sun, 27 Sep 2015 11:28:43 -0700 (PDT) In-Reply-To: <87pp13rbvn.fsf@mbork.pl> X-Google-Sender-Auth: 8GUdjWo01Kvy966C7pCX1UMIA_k X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:107374 Archived-At: Some packages create files in that folder with the .el extension. If you add it to your load-path they might shadow actual source files. Emacs will warn you if it detects you're doing that. 2015-09-27 18:49 GMT+01:00 Marcin Borkowski : > > On 2015-09-27, at 19:21, Artur Malabarba wrote: > >>> Try just adding the directory to your load path, i.e.: >>> >>> (add-to-list 'load-path "~/.emacs.d") >> >> Never do this, it's just going to cause you headaches. (And it's not >> going to solve the problem) > > Out of curiosity: what kind of headaches? I don't have such setting in > my Emacs, and I don't plan to, but it looks rather benign. > > Best, > > -- > Marcin Borkowski > http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski > Faculty of Mathematics and Computer Science > Adam Mickiewicz University