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 18:21:32 +0100 Message-ID: References: <1ed03e78.d8f0.150035db811.Coremail.fuzaode@163.com> <20150925110054.GA19997@tuxteam.de> 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 1443374528 18844 80.91.229.3 (27 Sep 2015 17:22:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 17:22:08 +0000 (UTC) Cc: help-gnu-emacs , ss To: tomas@tuxteam.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 27 19:22:07 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 1ZgFdy-0005M7-3a for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Sep 2015 19:21:46 +0200 Original-Received: from localhost ([::1]:58191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgFdx-0005tq-Cp for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Sep 2015 13:21:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgFdm-0005tg-PU for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 13:21:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgFdm-0003hX-13 for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 13:21:34 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:34060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgFdl-0003gw-Qi for help-gnu-emacs@gnu.org; Sun, 27 Sep 2015 13:21:33 -0400 Original-Received: by lache4 with SMTP id he4so16506506lac.1 for ; Sun, 27 Sep 2015 10:21:32 -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=lxK+QDZKZNy04pZxxZC6EsSY/I9Ufji/nESEXSDituQ=; b=g4iU22fNKM7pxXjUCJWyfNRIP0xi0AnJExlzglHWya1dqKQBmC911sgPRrHaPRnOhy g0WweVKG+GeW3pu5YSiC0UktQd8TsiiiDk4K53Lt02BGqcdWiVNkENcQrvrdCRJnRw+N YhSSQnARURKzs1q5NVkBoukQlpElIwKyy7w09SJUzYLuhpZqo7Onvi8t0E7HCNiiI7TK NNsJPFDypwMEMIaj6209oAySORcQqWCpJ407InNCL4pD+jI4V80KYUnqnmc6VFnx8uy8 j//+w9KVYfe813lfa0DJIYtAiyYyF9FQXRTbK+rYCdF/AasYHwRGQ9/ufAllrkU4S7ZT 9Plg== X-Received: by 10.25.41.79 with SMTP id p76mr2884723lfp.16.1443374492681; Sun, 27 Sep 2015 10:21:32 -0700 (PDT) Original-Received: by 10.25.27.78 with HTTP; Sun, 27 Sep 2015 10:21:32 -0700 (PDT) In-Reply-To: <20150925110054.GA19997@tuxteam.de> X-Google-Sender-Auth: WejZpysb2XVCQEihQUaYSY3CCnA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:107372 Archived-At: > 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) There's probably something else going on. I recommend just following Joost's suggestion of installing the mode from Melpa.