-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EMACS="emacs-24.3" cask
does not work
#260
Comments
Do you actually have an |
Yes, of course. That's the reason I'm trying to learn Cask: the byte |
What is your system then? I've never seen any that actually adds executables for minor versions of Emacs. Even Debian just adds |
I'm on Ubuntu 13.10. The versions of Emacs that I've got are in |
Solved by changing cask python script:
to
Can you explain why the check for |
@abo-abo It's necessary, because some Emacs modes (e.g. Shell Mode, Compile Mode, etc.) set Why is |
I'm using |
I've just hit a related problem. Running cask from a command line with "emacs-24.5" works, but running it from Make fails (it just uses the default emacs, which is 24.3 on my ubuntu which is incompatible with my package anyway). The same is true running M-x compile (I've found that EMACS=t strangeness also). Or inside M-x shell. I am wondering whether there needs to be a way of running Emacs either by name (emacs-24.5) or full path which is not dependent on an env var? Why not
|
@phillord You need to export But an option like this would be a good idea, for sure. |
I tried All pretty frustrating. In the end I tried uninstalling my system installed emacs (24.3) but now cask is complaining that it can't find emacs. I've had related problems with running emacs from git -- I get a different Emacs at commit, from that at the command line. Anyway, I will leave it there as we seem to be in agreement! Fantastic tool. |
@phillord This works for me:
|
Hmmm, not sure how "shell" is supposed to help here. Still I tried. From the command line I get:
From M-x compile I get:
I am not sure I understand the The environment is just not very stable as far as I can see! |
Will try snapshot, but unfortunately I wanted to test in a release version! I may try your lispy makefile, though, as a workaround. Thanks! |
I agree that adding a |
Sent my first version of this in. Let me know if you want anything adding. |
Hi,
I'd like to use Cask to run tests for different Emacs versions.
I'm using currently
25.0.50.1
, but I want to run the tests also for24.3
.After calling
cask
, all dependencies are properly installed in./.cask/25.0.50.1
and test running works.Now I want to install the dependencies for
24.3
:I would expect it to create
./.cask/24.3
and install thedependencies there. However nothing happens.
The text was updated successfully, but these errors were encountered: