From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: strattonbrazil@gmail.com Newsgroups: gmane.emacs.help Subject: Re: emacs can't load some files installed from the package manager Date: Fri, 21 Feb 2014 12:48:47 -0800 (PST) Message-ID: <94540596-bfd7-405c-acc1-4e45a5e30f46@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1393015813 1746 80.91.229.3 (21 Feb 2014 20:50:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2014 20:50:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 21 21:50:22 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 1WGx37-0004E6-6O for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2014 21:50:21 +0100 Original-Received: from localhost ([::1]:46884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGx36-0004qd-S7 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2014 15:50:20 -0500 X-Received: by 10.182.186.73 with SMTP id fi9mr2886324obc.48.1393015727923; Fri, 21 Feb 2014 12:48:47 -0800 (PST) X-Received: by 10.50.47.74 with SMTP id b10mr134533ign.1.1393015727774; Fri, 21 Feb 2014 12:48:47 -0800 (PST) Original-Path: usenet.stanford.edu!uy17no1039215igb.0!news-out.google.com!s3ni28084qas.0!nntp.google.com!uy17no1039210igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=4.31.99.202; posting-account=V4LEVAoAAAAT-xKvsgocriMxoCFQpwYd Original-NNTP-Posting-Host: 4.31.99.202 User-Agent: G2/1.0 Injection-Date: Fri, 21 Feb 2014 20:48:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203900 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:96169 Archived-At: No, I didn't. I accidentally commented it out with other packages I hadn't yet installed. Adding it back in solved it. Thank you. (require 'package) (package-initialize) <-- added this On Friday, February 21, 2014 12:13:05 PM UTC-8, Michael Heerdegen wrote: > strattonbrazil@gmail.com writes: > > > > > File error: Cannot open load file, git-gutter+ > > > > Did you `package-initialize'? It is mandatory when you explicitly > > `require' installed packages - see > > > > (info "(emacs) Package Installation") > > > > Another reason for that behavior can be unsatisfied dependencies - in > > that case you should find messages like "Couldn't activate package ..." > > in *Messages*". > > > > Michael.