freenode/#stumpwm - IRC Chatlog
Search
13:18:45
wleslie
I've no idea then. I really should explore the contrib package, my config is super boring.
13:38:37
Achylles
wleslie, I think it is a bug there for many years now -> https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/stumptray
13:41:45
wleslie
there's nothing obvious to me in the source, but if I get time between my failing gcc builds in the morning I might be able to take a look
14:08:43
kurisu
(let ((title (run-shell-command "mpc -f [[%artist% -]%title%]|[%file%] | head -n 1")))
20:37:40
PuercoPop
kurisu: is because run-shell-command doesn't return the output of the command but the process itself it appears
21:24:00
kurisu
PuercoPop: yes, but like i said, if i add t to run-shell-command, the message bar doesn't print anything (but it's still there)
21:59:10
PuercoPop
Can you press prefix C-m to after running the command to see if you see the message then?
22:08:05
kurisu
So (message "hello") is not supposed to retun Nil ? I thought this was a weird behavior