stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: David Bjergaard
Subject: Re: [STUMP] [PATCH] Use exclusively ASDF to load StumpWM modules
Date: Fri, 06 Jun 2014 15:56:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Diogo F. S. Ramos" <address@hidden> 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 keep that have been removed
(sorry for not noticing this sooner):
- load-path functionality 
  Rationale: there was much discussion about this, but the idea was to
  minimally recapitulate Emacs' load-path and 'add-to-load-path'.  Even
  if it just wraps an asdf call, having it will make emacs users feel at
  home
- Tab completion of available modules.  Right now "C-t ; load-module
  RET" allows me to cycle through all asdf modules *specific to
  stumpwm*, this is important as asdf can register any common lisp
  module, some that are not part of the stumpwm ecosystem

I'm all for offloading as much work to asdf as possible, but I want to
keep some amount of infrastructure in place to help aid uses who aren't
necessarily asdf experts (I switched to stumpwm to help force me learn
more lisp, and I know a fraction of users come to us from emacs/screen
land with little common lisp experience)

Again, I don't want to leave you with the impression that your patch
isn't welcome, it very much is. I just don't want to lose too many
features that I think are useful to less experienced users. 

Cheers,

    Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]