Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread Diogo F. S. Ramos
> Is there no way to metadata to an ASDF package that identifies it as > a Stump system? For example, a dependency on the :stumpwm package? > > Is there no way to add some if it does not exist? You can certainly declare a system dependency. I'm not sure how to map over all systems reachable by AS

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread J. David Smith
Is there no way to metadata to an ASDF package that identifies it as a Stump system? For example, a dependency on the :stumpwm package? Is there no way to add some if it does not exist? On Fri, Jun 6, 2014 at 4:27 PM, Diogo F. S. Ramos wrote: > > There are some features that I would like to ke

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread Diogo F. S. Ramos
> There are some features that I would like to keep that have been removed > (sorry for not noticing this sooner): Not a problem at all. > - load-path functionality > Rationale: there was much discussion about this, but the idea was to > minimally recapitulate Emacs' load-path and 'add-to-loa

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread David Bjergaard
"Diogo F. S. Ramos" writes: >> Whenever you feel its ready, open or re-open a pull request and I'll >> merge it in. > > OK. I'll open a pull request then. > > I've changed my own module to an ASDF system and everything seem to be > working fine. Hi, There are some features that I would like to

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread Diogo F. S. Ramos
> Whenever you feel its ready, open or re-open a pull request and I'll > merge it in. OK. I'll open a pull request then. I've changed my own module to an ASDF system and everything seem to be working fine. ___ Stumpwm-devel mailing list Stumpwm-devel@

Re: [STUMP] Crash Report

2014-06-06 Thread David Bjergaard
I have to admit, I forgot about this issue. I've updated the issue tracker with this thread and the latest developments, hopefully we can figure out a fix, this is clearly affecting more than one user. https://github.com/stumpwm/stumpwm/issues/96 Dave "J. David Smith" writes: > Hello, >

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread David Bjergaard
Whenever you feel its ready, open or re-open a pull request and I'll merge it in. Dave "Diogo F. S. Ramos" writes: > I reduced the number of files in the "Writing a Module" to two. > > As this is regular Common Lisp software, there are more than one way of > writing it but I tried to make i

Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules

2014-06-06 Thread Diogo F. S. Ramos
I reduced the number of files in the "Writing a Module" to two. As this is regular Common Lisp software, there are more than one way of writing it but I tried to make it simpler. ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org https://lists.nong