Tagged Questions
The elpa tag has no wiki summary.
9
votes
3answers
1k views
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 ...
8
votes
3answers
3k views
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
Is it possible to install ...
8
votes
1answer
2k views
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 ...
4
votes
5answers
653 views
Slime mode error
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 ...
4
votes
4answers
644 views
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?
3
votes
3answers
803 views
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")
...
2
votes
1answer
141 views
Dotfiles repository: Switching from per-package Git submodules to ELPA while maintaining portability
I've been using Git submodules within my dotfiles repository to track each Emacs package that I use. With a package manager being built-in with Emacs 24, though, I'd like to switch to the more ...
1
vote
1answer
79 views
having trouble with authinfo proxy settings for emacs
I just started using emacs and I am trying to install the package.el and it has trouble with the proxy. When I try to run the commands from elpa install site the "url-retrieve-synchronously" command ...
1
vote
1answer
306 views
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 ...