From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Re: eww-lnum in MELPA? Date: Sat, 2 Apr 2016 05:39:56 -0400 Message-ID: <20160402093956.GK13251@engels.historicalmaterialism.info> References: <20160308165134.GZ5073@engels.historicalmaterialism.info> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1459590034 19239 80.91.229.3 (2 Apr 2016 09:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2016 09:40:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 02 11:40:25 2016 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 1amI2a-0005xX-HQ for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Apr 2016 11:40:24 +0200 Original-Received: from localhost ([::1]:48717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amI2Z-00059J-W2 for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Apr 2016 05:40:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amI2N-00059E-Tb for help-gnu-emacs@gnu.org; Sat, 02 Apr 2016 05:40:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amI2K-00018t-G0 for help-gnu-emacs@gnu.org; Sat, 02 Apr 2016 05:40:11 -0400 Original-Received: from outbound-relay3.guardedhost.com ([216.239.133.203]:60607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amI2K-000114-Aq for help-gnu-emacs@gnu.org; Sat, 02 Apr 2016 05:40:08 -0400 Original-Received: from ten-mx01.omnis.com (mx01.guardedhost.com [IPv6:2607:fe90:1:1::52:7]) by outbound-relay.guardedhost.com (Postfix) with ESMTP id 3qcYBR1qZnz3xbf for ; Sat, 2 Apr 2016 09:39:58 +0000 (GMT) Original-Received: from engels.histomat.net (unknown [32.210.114.254]) (Authenticated sender: brownh@historicalmaterialism.info) by ten-mx01.omnis.com (Postfix) with ESMTPSA id 3qcYBP32r2zybS for ; Sat, 2 Apr 2016 09:39:57 +0000 (GMT) Original-Received: from haines by engels.histomat.net with local (Exim 4.80) (envelope-from ) id 1amI28-0001SG-Ky for help-gnu-emacs@gnu.org; Sat, 02 Apr 2016 05:39:56 -0400 Content-Disposition: inline In-Reply-To: X-Operating-System: GNU/Linux 3.2.0-4-686-pae Debian Wheezy X-URL: www.historicalMaterialism.info User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: haines@engels.historicalmaterialism.info X-SA-Exim-Scanned: No (on engels.histomat.net); SAEximRunCond expanded to false X-Virus-Scanned: clamav-milter 0.98.6 at ten-mx01.omnis.com X-Virus-Status: Clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse-Id: 2b20f75b-7134-476b-b21c-038470ecf821 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.239.133.203 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:109710 Archived-At: On Fri, Apr 01, 2016 at 07:40:00PM -0700, John Mastro wrote: > Haines Brown wrote: > > I'm running emacs 24.4.1 and using eww. I would like to give > > eww the features of Conqueror, and so would like to install eww-lnum.= I > > gather it is accessible through MELPA, but the list-packages does not > > show it. > > > > Where am I going wrong? I am aware it can be downloaded from GitHub. >=20 > Hm, it's in =E2=80=98list-packages=E2=80=99 for me. I can think of two = possibilities off > hand for why it's not there for you. =20 > To configure MELPA, you would add a line like this to your init file: >=20 > (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"= )) >=20 > Hope that helps Yes it did, and thanks, John. I had been using ELPA rather than MELPA. I added this to my .emacs init file: || (require 'package) =09 || (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/= ")) and now find eww-lnum listed as available.=20 Haines