elpa

Emacs behind http proxy

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 dependant on package url.el. Now, how do I configure Emacs to use my HTTP proxy to connect to the internet in general ? Bonus points for any help with ELPA behind a proxy. Yes, I've had problems wit...

How do I set up the Clojure classpath in Emacs after installing with ELPA?

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 variable that Swank sets up. Because I used ELPA to install Swank, Clojure, etc., there are a ton of .el files that take care of everything in...

How to configure emacs behind an authenticated http proxy?

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" . "proxy.work.com:911"))) ...

emacs (cocoa emacs) vs aquamacs for running clojure on Mac OS X

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 Does anyone succeed installing clojure on Aquamcs? Or, can you guess why clojure on Aqumac doesn't work? Is it normal that emacs and aquamacs can't share the same ELP...

Using two emacs (Cocoa emacs and Aquamacs) at the same time

I happen to have two emacs on my Mac because of clojure setup. The problem is that Cocoa emacs and Aquamacs uses the same ~/.emacs.d, but the ELPA of Cocoa emacs and that of Aquamacs are not compatible so that some files are overwritten and not usable for both of them. Is there any way to tell Aquamacs not to use ~/.emacs.d for ELPA? ...

Why are Emacs ELPA packages so out of date?

And can I / 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? ...