-
Notifications
You must be signed in to change notification settings - Fork 147
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
is that possible to make carton work for windows? #24
Comments
Not impossible, I think. If not, there could always be one bash file and one batch file. I'm in the middle of a refactoring, let me try it out once that's done. |
I feel like many windows users also use cygwin, and thus have bash. Or am I wrong in thinking this? |
Windows and Cygwin are completely unknown territories for me... |
I think carton better implement almost everything in Emacs Lisp then |
Indeed; it also would make sense to be able to create cartons from within On Wed, Jun 5, 2013 at 10:32 AM, Takafumi Arakaki
|
@tkf A good idea. |
@tkf Agreed. That way we also avoid writing BASH, which is quite painful if you ask me. |
FYI, started working on this feature in branch |
@rejeep I see that you are modifying In Emacs trunk, package.el was heavily refactored, breaking almost any Carton command (interestingly, though, the public API changed somewhat, while all the internal API we used mostly stayed the same ;) ). I want to fix that by introducing a compatibility layer around package.el that wraps all API access to Carton. |
The changes you see in that branch are pretty much the ones that I need to do. Do you think there will be any conflicts?
Any documented changes? :) Sounds like a great idea, since we support many different versions. |
@rejeep Oops, sorry for closing the issue, pressed the wrong button accidentally. If I base my work on I can't start immediately anyway, because I hit two apparent bugs in |
Allright, I'll do that! |
Since I'm not a Windows user I wont be fixing this myself. If anyone wants to add Windows support, that would be awesome. What needs to be done is to create a batch file which basically is a copy of this (https://github.com/rejeep/carton/blob/v0.4-wip/bin/carton). And also add some notes in the README about how to use it. Create pull request against the |
Removing this from the |
Closing this since none seems to be using Windows. |
i mean, can such package managing like carton be implemented purely in .el file? so that it shall work for emacs version for all OSs?
thanks!
The text was updated successfully, but these errors were encountered: