elpa Questions

5

Solved

I just upgraded GNU Emacs from 23 to 24 on MacOS and some ELPA installed packages stopped working. One of them is AucTeX. Deleting it and reinstalling it through the package manager made it work ag...
Robbie asked 13/7, 2014 at 18:17

4

I have read this and this question. In both they say Emacs can deal with authentication, but it does not work for me. The question is: What is wrong? The Emacs version is 24.0.97-1, and it is runni...
Unceremonious asked 28/5, 2012 at 15:32

4

Solved

Emacs is able to access the Internet with packages such as url.el or the W3 web browser. Also, the Emacs Lisp Package Archive is heavily dependent on package url.el. Now, how do I configure Emacs...
Ierna asked 20/10, 2009 at 15:20

5

When I run list-packages on Emacs 24, I get a screen that looks like the following: The problem is that many packages' names are longer than the package column. How do I make this column wider s...
Ealing asked 7/2, 2015 at 19:18

5

Solved

My init.el uses this to initialize packages: (package-initialize) (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")) (add-to-list 'package-archives '("melpa" . "http://melp...
Spano asked 29/9, 2014 at 20:50

6

Solved

I'm running Emacs 24.4 for Windows (installed through Chocolatey) and trying to install CIDER. When I run M-x package-install [RET] cider [RET], I get [No match]. When I run M-x package-refresh-co...
Kaykaya asked 16/3, 2015 at 20:3

2

Solved

I'm on GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.0), but when I try to use package (melpa) to install js2-refactor I get this odd error: package-compute-transaction: Package `emac...
Sea asked 23/4, 2013 at 19:40

4

Solved

I have the following setup for packages (not sure if there is a better recommended one): (require 'package) (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gn...
Thunderstruck asked 12/2, 2013 at 16:20

6

Solved

I'm now installing as much as I can through MELPA and Marmalade, and I manage my ~/.emacs.d using git. However, I have git ignore *.elc files. This means that when I install a package on one syste...
Bucket asked 11/3, 2013 at 15:49

1

I have installed some packages by using elpa in my Emacs, but how are they loaded when launching Emacs?
Imparadise asked 26/4, 2014 at 2:57

4

Solved

I'm interested in standardizing the emacs configurations that a few of us use (~5 people). Is there a way to install ELPA packages from lisp functions that can be included in a script if we know ...
Horsepower asked 12/10, 2013 at 6:7

2

Solved

For months I've been enjoying use of the org dynamic clock block (C-c C-x C-r) to help with my hour clocking. Suddenly I find it's not working, though. The only things I've changed is downloading t...
Jeer asked 29/4, 2013 at 14:35

1

Solved

I updated today my packages in emacs with ELPA and after the update I'm stuck with the Variable binding depth exceeds max-specpdl-size error. Since it is not easy to debug, is it possible to ...
Bandsman asked 5/2, 2014 at 23:40

1

Solved

I understand from this question that CEDET is installed in emacs 24 without additional installation, so I don't need to follow those instructions here, or the CEDET part here. I am not using the e...
Impervious asked 30/12, 2013 at 21:30

1

Solved

I'm new to Emacs. I'd like to install a package, but doing M-x package-install says there is no such command. Trying to look which packages are installed with M-x list-packages does not work eith...
Manx asked 20/12, 2013 at 21:17

5

Solved

I have installed Marmalade and downloaded some interesting packages. But now, when I start Emacs I get this error: Cannot open load file: c:/Documents and Settings/Carlos/Datos de programa/.emacs....
Abysmal asked 17/11, 2011 at 3:0

5

Solved

There's another question that answers this though it doesn't specify anything regarding proxy authentication. Its solution is (setq url-proxy-services '(("no_proxy" . "work\\.com") ("http" . "pr...
Basie asked 6/5, 2010 at 17:53

1

Solved

Just out of curiosity, I wanted to try emacs + evil. Here's what I've done so far: Installed emacs 24 on Windows 7 -- went well Created an .emacs file in C:\Users\name\AppData\Roaming\ (where .em...
Mod asked 7/12, 2012 at 2:36

2

Solved

I use Aquamacs, and I use ELPA that installs files in ~/.emacs.d/elpa? What's the magic behind this ELPA? I mean, without ELPA, I should download and install the packages in a specific directory, ...
Crim asked 23/8, 2010 at 19:14

3

Solved

Is it possible to remove built-in Emacs packages like "tetris"? They can't be marked to be deleted in package list as of 24.1. It would be nice to have a minimal installation of Emacs - even though...
Emplacement asked 13/5, 2012 at 15:50

4

Solved

How do I submit updates of packages that I use to the ELPA? Can someone provide an example of how to prepare paredit-22, for example, to put onto the ELPA?
Smasher asked 6/9, 2010 at 22:35

3

Solved

I used Aquamacs so far, and I need to install and run Clojure using SLIME. I googled to get some way to use Clojure on SLIME of Aquamacs, but without success. Questions Is it possible to instal...
Parke asked 16/7, 2010 at 3:23

5

Solved

I was following the guide and information from A gentle tutorial to Emacs/Swank/Paredit for Clojure However after opening elpa and installing clojure-mode, slime and paredit. I restarted emacs and...
Linseed asked 28/6, 2011 at 12:54

1

Solved

I'm trying to add Marmalade as a package source, but when I do so I get the error:Symbol's value as variable is void: package-archives. Anyone know how to resolve this? Below is my .emacs file. ;;...
Alamode asked 2/9, 2011 at 18:48

3

Solved

I'm trying to add paths to my classpath in the Clojure REPL that I've set up in Emacs using ELPA. Apparently, this isn't the $CLASSPATH environment variable, but rather the swank-clojure-classpath ...
Repellent asked 7/3, 2010 at 22:2

© 2022 - 2024 — McMap. All rights reserved.