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: Mon, 28 Sep 2015 12:03:31 +0100 Message-ID: References: <1ed03e78.d8f0.150035db811.Coremail.fuzaode@163.com> <20150925110054.GA19997@tuxteam.de> <87pp13rbvn.fsf@mbork.pl> <87io6vr5ps.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 1443461232 20941 80.91.229.3 (28 Sep 2015 17:27:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2015 17:27:12 +0000 (UTC) Cc: ss , help-gnu-emacs To: Kaushal Modi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 28 19:27:11 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 1ZgcCk-0004dW-NP for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Sep 2015 19:27:10 +0200 Original-Received: from localhost ([::1]:39530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgcCk-00021q-23 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Sep 2015 13:27:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgWDV-0005s3-SG for help-gnu-emacs@gnu.org; Mon, 28 Sep 2015 07:03:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgWDU-0001hR-Or for help-gnu-emacs@gnu.org; Mon, 28 Sep 2015 07:03:33 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:36759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgWDU-0001hJ-I9 for help-gnu-emacs@gnu.org; Mon, 28 Sep 2015 07:03:32 -0400 Original-Received: by laclj5 with SMTP id lj5so61592066lac.3 for ; Mon, 28 Sep 2015 04:03:31 -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=cPJisU8uNSm84c9mY9fq6aSM0Picocl8YDLwmA/83v4=; b=FxUpA4ZaJUqVSJgbz/O/78tTC/wv38l4LIWpuE68nm05uIjx9i//ug523otR4bHN87 yGu9s9Zqjpwk/XMjEkJEKg4PpvrJf6zxaVDrP42u+E+2CUTm9pmmKeBZFP4tv+aN0tVb O0vMnI9TDpi1DlZE9Q5Fu91Kcb2GPdGYXD8INfVQhlm7GvwrTldq4wb/FsBTGjzkPZAl gLSBhO6h25pWaNUeaopgX1DjpIlL8FcFlf/4bspSIvuulyJ+kfCcIiv6G8r+TDc/4YCW QRlnjIY0qOa2ZFWEWdowF5dtGqzwbUWtaIoNGM4a8803UPp3R/TMxW9clA9sHBDiHB6U Bzpw== X-Received: by 10.112.184.137 with SMTP id eu9mr5277401lbc.21.1443438211699; Mon, 28 Sep 2015 04:03:31 -0700 (PDT) Original-Received: by 10.25.27.78 with HTTP; Mon, 28 Sep 2015 04:03:31 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: yTMk-oOGMNfvYQ73DvPEbWmRd1U X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:107391 Archived-At: > It warns you when it sees `~/.emacs.d/` in the `load-path`. Indeed. And I _think_ it checks for that at the end of startup. > On Sep 27, 2015 4:03 PM, "Marcin Borkowski" wrote: > >> >> On 2015-09-27, at 20:28, Artur Malabarba >> wrote: >> >> > 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. >> >> I see. Thanks! >> >> And how does Emacs _know_ when to warn me? >> >> Best, >> >> -- >> Marcin Borkowski >> http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski >> Faculty of Mathematics and Computer Science >> Adam Mickiewicz University >> >>