Giter Site home page Giter Site logo

Comments (2)

dmb2 avatar dmb2 commented on July 29, 2024

I need more information as I use (load-module "stumptray") in my rc file without issues.

Can you do the following from slime?

; SLIME 2016-04-19
CL-USER> (in-package :stumpwm)
#<PACKAGE "STUMPWM">
STUMPWM> (find "stumptray" *load-path* :test (lambda (a b) (search a (namestring b))))
"/home/dave/.stumpwm.d/modules/util/stumptray/"
STUMPWM> (find "stumptray" asdf:*central-registry* :test (lambda (a b) (search a (namestring b))))
"/home/dave/.stumpwm.d/modules/util/stumptray/"
STUMPWM> (find "stumptray" (list-modules) :test 'equal)
"stumptray"

from stumpwm-contrib.

voobscout avatar voobscout commented on July 29, 2024

This happens even while stumptray works, weird...

STUMPWM> (in-package :stumpwm)
#<PACKAGE "STUMPWM">
STUMPWM> (find "stumptray" *load-path* :test (lambda (a b) (search a (namestring b))))
NIL
STUMPWM> (find "stumptray" asdf:*central-registry* :test (lambda (a b) (search a (namestring b))))
NIL
STUMPWM> (find "stumptray" (list-modules) :test 'equal)
NIL

Aside from that weirdness, my stumptray actually works, rather it started working again after rm -rf ~/.cache/common-lisp

I no longer think it is a bug with stumptray or stumpwm, i am chucking it up to my lisp illiteracy and some setts in env. A 'clean' install works as expected.

It'd be nice to hear thoughts on why stumptray works and is not being detected in slime, but other then that this issue should be closed.

from stumpwm-contrib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.